User balances
Get balance
Return user's balance of specified currency
get/v0.1/balances/{currencyId}/{owner}
Path parameters
currencyIdstring required
Currency Id, has format ETHEREUM:${token} or ETHEREUM:${token}:${tokenId}
Example:ETHEREUM:0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
ownerstring required
Blockchain address in Union format ${blockchainGroup}:${token}
Example:ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb
Address of the token's owner
Response
OK
Example response
{
"currencyId": "ETHEREUM:0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"owner": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
}