Skip to content

Get Coingecko latest block

GET /api/coingecko/latest-block

No parameters.

200 — Latest block retrieved successfully

Section titled “200 — Latest block retrieved successfully”

Media: application/json

Schema
{
"type": "object",
"required": [
"block"
],
"properties": {
"block": {
"type": "object",
"required": [
"blockNumber",
"blockTimestamp"
],
"properties": {
"blockNumber": {
"type": "integer",
"format": "int32"
},
"blockTimestamp": {
"type": "integer",
"format": "int64"
}
}
}
}
}
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.