Fetch 𝔉rc20 Token Info

Get the token info of a 𝔉rc20 FT

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

Path Parameters

NameTypeDescription

tick*

String

The ticker name of 𝔉rc20 Token

Headers

NameTypeDescription

Authorization*

String

Bearer YOUR_API_KEY

{
    "tick": "flows",
    "max": 21000000,
    "limit": 100,
    "deployedAt": 1703304138,
    "deployer": "0xa2de93114bae3e73",
    "burnable": false,
    "supplied": 21000000,
    "burned": 0,
    "holders": 2054,
    "poolBalance": 21198.97441412,
    "stakable": true,
    "stakingAddr": "0x17c758477024fa07",
    "marketEnabled": true,
    "isVerified": true
}

Last updated