User balances

Get balance

Return user's balance of specified currency

SecurityApiKeyAuth
Request
path Parameters
currencyId
required
string (CurrencyId)

Currency Id, has format ETHEREUM:${token} or ETHEREUM:${token}:${tokenId}

Example: ETHEREUM:0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner
required
string (UnionAddress)

Address of the token's owner

Example: ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb
Responses
200

OK

400

Bad Request

404

Not Found

500

Internal Server Error

get/v0.1/balances/{currencyId}/{owner}
Response samples
application/json
{
  • "currencyId": "ETHEREUM:0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
  • "owner": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
  • "balance": 123456,
  • "decimal": 123456.789
}