Skip to main content
GET
/
balance
Get token balance
curl --request GET \
  --url https://api-testnet.context.markets/v2/balance \
  --header 'Authorization: Bearer <token>'
{
  "balance": "<string>",
  "decimals": 123,
  "symbol": "<string>"
}

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Query Parameters

address
string
required

Account address

tokenAddress
string
required

Token contract address

Response

Token balance

balance
string
required
decimals
number
required
symbol
string
required