Skip to content

Get Api Contract Event Id V1

GET /api/contract_event/{id}/v1
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
}
}
}
}
}

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.