Query token supply
GET/ronin/supplies/:symbol/query
Get the total supply or circulating supply for the specified token.
Request
Path Parameters
symbol stringrequired
Token symbol. Example: axs
Query Parameters
q stringrequired
Possible values: [totalSupply
, circulatingSupply
]
Pass one of the values to query the total supply or circulating supply for the token.
Responses
- 200
- 400
- 500
OK
- text/plain
- Schema
Schema
string
Invalid parameter
- text/plain
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Internal server error
- text/plain
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...
Was this helpful?
Happy React is loading...