Skip to content

Get Coingecko Asset

GET /api/coingecko/asset
NameInTypeRequiredDescription
idquerystringinteger

Media: application/json

Schema
{
"type": "object",
"required": [
"asset"
],
"properties": {
"asset": {
"type": "object",
"required": [
"id",
"name",
"symbol",
"decimals",
"totalSupply",
"circulatingSupply",
"maxSupply"
],
"properties": {
"circulatingSupply": {
"type": "string"
},
"decimals": {
"type": "integer",
"format": "int32"
},
"id": {
"type": "string"
},
"maxSupply": {
"type": "string"
},
"name": {
"type": "string"
},
"symbol": {
"type": "string"
},
"totalSupply": {
"type": "string"
}
}
}
}
}
Examples
{
"Result": {
"value": "{}"
}
}

Interactive request console coming soon. In the meantime you can use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).

All Taostats API requests require an Authorization header containing your API key. See Getting Started.