Get total token supply
GET/ronin/supplies/:symbol/total
Get the total supply for the specified token.
Request
Path Parameters
symbol stringrequired
Token symbol. Example: axs
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
result
object
value string
{
"result": {
"value": "string"
}
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
errorCode integer
message string
{
"errorCode": 0,
"message": "string"
}
Loading...
Was this helpful?
Happy React is loading...