Skip to main content
Fetch the current native asset balance and a list of token balances for a connected wallet. Use this before assigning a wallet to an agent to verify there is sufficient capital for trading.

Endpoint

Path parameters

string
required
Unique identifier of the connected wallet.

Example request

Response

string
Wallet identifier.
float
Native asset balance (ETH on Base, BNB on BNB Chain) expressed in USD.
array
Array of token balance objects.
string
Token contract address.
string
Token symbol.
float
Token balance in the token’s native units.
float
Token balance expressed in USD.
integer
Unix timestamp of the last balance refresh.

Example response