For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

address*

String

the given address for querying

tick*

String

the given ticker name

Headers

Name
Type
Description

Authorization*

String

Bearer YOUR_API_KEY

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

Last updated