GET
/
v1
/
public
/
vault_balance
curl --request GET \
  --url https://api-evm.orderly.network/v1/public/vault_balance
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "chain_id": 80001,
        "token": "USDC",
        "balance": 1000.12345
      }
    ]
  }
}

Query Parameters

chain_id
string

id of the chain you wish to query

token
string

the token you wish to query

Response

200 - application/json
success
boolean
required
timestamp
integer
data
object
required