Skip to main content
GET
/
v1
/
wallet
curl https://api.saturn-pay.com/v1/wallet \
  -H "Authorization: Bearer sk_agt_..."
{
  "balanceUsdCents": 1523,
  "balanceSats": 45690,
  "accountId": "acc_123456"
}
Returns the wallet balance for the authenticated agent.

Response

balanceUsdCents
number
Current balance in USD cents
balanceSats
number
Current balance in satoshis
accountId
string
Account ID this wallet belongs to
curl https://api.saturn-pay.com/v1/wallet \
  -H "Authorization: Bearer sk_agt_..."
{
  "balanceUsdCents": 1523,
  "balanceSats": 45690,
  "accountId": "acc_123456"
}