cURL
curl --request GET \ --url https://api.orderly.org/v1/public/vault_balance
{ "success": true, "data": { "rows": [ { "chain_id": 80001, "token": "USDC", "balance": 1000.12345 } ] }, "timestamp": 1702989203989 }
Returns the current vault balance by chain and token. Use chain_id and token to narrow the result set.
chain_id
token
Chain ID to query. Use 900900900 for Solana.
900900900
Token symbol to query, for example USDC. If omitted, returns all supported tokens.
USDC
OK
Indicates whether the request was successful.
true
Show child attributes
Server timestamp in milliseconds.
1702989203989