issued_supply
Get issued supply information.
Header Parameters
x-cache-id string
Possible values: Value must match regular expression ^[a-z0-9]{32}$
An idempotent key for retrieving cached responses from the node.
Responses
- 200
Successful operation
application/json
Schema
Example (from schema)
Schema
id string
The ID of the call, which corresponds to the x-cache-id used in the header
status string
The status of the call, which will be one of either "Success", "Error", or "Pending"
reason string
The reason for the status of the call. Most useful to debug errors
route string
The endpoint route that was called
content number
The total supply of tokens
{
"id": "4d1e5754af0931a15138445c3ecd1a82",
"status": "Success",
"reason": "Successfully fetched issued supply",
"route": "issued_supply",
"content": 94028360708339
}
Loading...