Skip to content

Get Event

GET /api/event/v1
NameInTypeRequiredDescription
block_numberqueryintegerThe exact block number
block_startqueryintegerblock number for start of range
block_endqueryintegerblock number for end of range
timestamp_startqueryintegerStart of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
timestamp_endqueryintegerStart of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
palletquerystring
phasequerystring
namequerystringEvent name.
full_namequerystringFull name of the event, e.g. “SubtensorModule.AxonServed”
extrinsic_idquerystringExtrinsic Id of the events
call_idquerystring
idquerystring
pagequeryintegerThe page number of the response.
limitqueryintegerThe number of responses. max is 200,
orderquerystring

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 10,
"default": 0
},
"total_items": {
"type": "integer",
"example": 307814734,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 30781474,
"default": 0
},
"next_page": {
"type": "integer",
"example": 2,
"default": 0
},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "4106955-0024"
},
"extrinsic_index": {
"type": "integer",
"example": 9,
"default": 0
},
"index": {
"type": "integer",
"example": 24,
"default": 0
},
"phase": {
"type": "string",
"example": "ApplyExtrinsic"
},
"pallet": {
"type": "string",
"example": "System"
},
"name": {
"type": "string",
"example": "ExtrinsicFailed"
},
"full_name": {
"type": "string",
"example": "System.ExtrinsicFailed"
},
"args": {
"type": "object",
"properties": {
"dispatchError": {
"type": "object",
"properties": {
"__kind": {
"type": "string",
"example": "Module"
},
"value": {
"type": "object",
"properties": {
"error": {
"type": "string",
"example": "0x0a000000"
},
"index": {
"type": "integer",
"example": 7,
"default": 0
}
}
}
}
},
"dispatchInfo": {
"type": "object",
"properties": {
"class": {
"type": "object",
"properties": {
"__kind": {
"type": "string",
"example": "Normal"
}
}
},
"paysFee": {
"type": "object",
"properties": {
"__kind": {
"type": "string",
"example": "No"
}
}
},
"weight": {
"type": "object",
"properties": {
"proofSize": {
"type": "string",
"example": "43991"
},
"refTime": {
"type": "string",
"example": "1185414000"
}
}
}
}
}
}
},
"block_number": {
"type": "integer",
"example": 4106955,
"default": 0
},
"extrinsic_id": {
"type": "string",
"example": "4106955-0009"
},
"call_id": {},
"timestamp": {
"type": "string",
"example": "2024-10-23T15:36:36.001Z"
}
}
}
}
}
}

Media: application/json

{
"type": "object",
"properties": {}
}

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