Get 𝔉rc20 balance

Get the 𝔉rc20 balance of the given address and given ticker name

GET http://open-api.fixes.world/v1/address/:address/frc20/balances/:tick

Path Parameters

NameTypeDescription

address*

String

the given address for querying

tick*

String

the given ticker name

Headers

NameTypeDescription

Authorization*

String

Bearer YOUR_API_KEY

{
    "tick": "flows",
    "amount": 10.0
}

Last updated