Skip to main content
GET
/
v1
/
actions
/
balance
Get Wallet Balances
curl --request GET \
  --url https://api.aegisintent.xyz/v1/actions/balance \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Aegis-Email: <x-aegis-email>'
{
  "success": true,
  "balances": [
    {
      "token": "<string>",
      "amount": "<string>",
      "decimals": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.aegisintent.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve live balances for all supported stablecoins (USDC, EURC) from the blockchain relayer for the authenticated smart wallet.

Authorizations

Authorization
string
header
required

Provide raw API session token issued by /v1/connect/complete

Headers

X-Aegis-Email
string
required

Agent email address

Response

200 - application/json

Balances retrieved successfully

success
boolean
balances
object[]