POST - /v1/chain/get_currency_balance
Returns the current currency balance for a given token contract, account, and a token symbol.
Body
typescript
{
"code": "eosio.token",
"account": "ultra.nft.ft",
"symbol": "UOS"
}
Request
curl -X POST -d '{ "code": "eosio.token", "account": "ultra.nft.ft", "symbol": "UOS" }' https://api.ultra.eossweden.org/v1/chain/get_currency_balance
Response
Response
typescript
[
"475.34122996 UOS"
]
Try It
Endpoint
/v1/chain/get_currency_balance
code
account
symbol