cURL
curl --request GET \ --url https://api-testnet.context.markets/v2/balance \ --header 'Authorization: Bearer <token>'
{ "balance": "1000000", "decimals": 123, "symbol": "<string>" }
Public API key passed as Bearer token
EVM address
^0x[a-fA-F0-9]{40}$
"0x1111111111111111111111111111111111111111"
Token balance
Integer encoded as decimal string
^\d+$
"1000000"