Skip to content

Get CoinGecko Asset

GET /api/coingecko/asset
Get a free API key →
curl
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": "{}"
}
}

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