Get status
Retrieves information about the Token Metadata API, including the server version.
GET
/metadata/v1
API Status
Displays the status of the API and its current workload
Status code | Description |
---|---|
200 | Default Response |
curl -X GET "https://api.hiro.so/metadata/v1/"
{
"server_version": "token-metadata-api v0.0.1 (master:a1b2c3)",
"status": "ready",
"tokens": {
"ft": 512,
"nft": 493452,
"sft": 44
},
"token_contracts": {
"sip-009": 3101,
"sip-010": 512,
"sip-013": 11
},
"job_queue": {
"pending": 430562,
"queued": 512,
"done": 12532,
"failed": 11
}
}