Get Contract Event ID
Endpoint
Section titled “Endpoint”GET /api/contract_event/{id}/v1Try it
Section titled “Try it”Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | ✅ |
Responses
Section titled “Responses”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 } } } }}400 — Bad request
Section titled “400 — Bad request”404 — Contract event not found
Section titled “404 — Contract event not found”500 — Internal server error
Section titled “500 — Internal server error”Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.