Get πrc20 balance
Last updated
GET http://open-api.fixes.world/v1/address/:address/frc20/balances/:tick
address*
String
the given address for querying
tick*
String
the given ticker name
Authorization*
String
Bearer YOUR_API_KEY
{
"tick": "flows",
"amount": 10.0
}Last updated