Skip to content

Get Contract Event ID

GET /api/contract_event/{id}/v1
Fills the fields below — runs automatically if your API key is saved.
Get a free API key →
curl
NameInTypeRequiredDescription
idpathstring

200 — Contract event retrieved successfully

Section titled “200 — Contract event retrieved successfully”

Media: application/json

Schema
{
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"type": "object",
"required": [
"id",
"index",
"block_number",
"timestamp",
"name",
"args"
],
"properties": {
"args": {},
"block_number": {
"type": "integer",
"format": "int32"
},
"id": {
"type": "string"
},
"index": {
"type": "integer",
"format": "int32"
},
"name": {
"type": "string"
},
"timestamp": {
"type": "string",
"format": "date-time"
},
"topic_0": {
"type": "string",
"nullable": true
},
"topic_1": {
"type": "string",
"nullable": true
},
"topic_2": {
"type": "string",
"nullable": true
},
"topic_3": {
"type": "string",
"nullable": true
}
}
}
}
}

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