Skip to main content
GET
https://api.unitedmarket.ai
/
balances
/
{account}
Get account balance
curl --request GET \
  --url https://api.unitedmarket.ai/balances/{account}
{
  "account": "<string>",
  "collateral": {
    "onChain": "<string>",
    "locked": "<string>",
    "available": "<string>"
  }
}

Path Parameters

account
string
required

Wallet address.

Response

200 - application/json

Balance returned.

account
string
collateral
object