Get Event
Endpoint
Section titled “Endpoint”GET /api/event/v1Try it
Section titled “Try it”Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
network | query | — | ||
block_number | query | integer | The exact block number | |
block_start | query | integer | Start of block range (inclusive) | |
block_end | query | integer | End of block range (inclusive) | |
timestamp_start | query | integer | Start of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive) | |
timestamp_end | query | integer | End of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive) | |
pallet | query | string | ||
name | query | string | Event name. | |
full_name | query | string | Full name of the event, e.g. “SubtensorModule.AxonServed” | |
extrinsic_id | query | string | Extrinsic Id of the events | |
call_id | query | string | ||
id | query | string | ||
phase | query | string | ||
page | query | integer | The page number of the response. | |
limit | query | integer | The number of responses. max is 200, | |
order | query | — |
Responses
Section titled “Responses”200 — Events retrieved successfully
Section titled “200 — Events retrieved successfully”Media: application/json
Schema
{ "type": "object", "required": [ "pagination", "data" ], "properties": { "data": { "type": "array", "items": { "type": "object", "required": [ "id", "index", "phase", "pallet", "name", "full_name", "block_number", "timestamp" ], "properties": { "args": { "nullable": true }, "block_number": { "type": "integer", "format": "int32" }, "call_id": { "type": "string", "nullable": true }, "extrinsic_id": { "type": "string", "nullable": true }, "extrinsic_index": { "type": "integer", "format": "int32", "nullable": true }, "full_name": { "type": "string" }, "id": { "type": "string" }, "index": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "pallet": { "type": "string" }, "phase": { "type": "string" }, "timestamp": { "type": "string", "format": "date-time" } } } }, "pagination": { "type": "object", "required": [ "current_page", "per_page", "total_items", "total_pages" ], "properties": { "current_page": { "type": "integer", "format": "int32" }, "next_page": { "type": "integer", "format": "int32", "nullable": true }, "per_page": { "type": "integer", "format": "int32" }, "prev_page": { "type": "integer", "format": "int32", "nullable": true }, "total_items": { "type": "integer", "format": "int32" }, "total_pages": { "type": "integer", "format": "int32" } } } }}Examples
{ "Result": { "value": "{\n \"pagination\": {\n \"current_page\": 1,\n \"per_page\": 10,\n \"total_items\": 307814734,\n \"total_pages\": 30781474,\n \"next_page\": 2,\n \"prev_page\": null\n },\n \"data\": [\n {\n \"id\": \"4106955-0024\",\n \"extrinsic_index\": 9,\n \"index\": 24,\n \"phase\": \"ApplyExtrinsic\",\n \"pallet\": \"System\",\n \"name\": \"ExtrinsicFailed\",\n \"full_name\": \"System.ExtrinsicFailed\",\n \"args\": {\n \"dispatchError\": {\n \"__kind\": \"Module\",\n \"value\": {\n \"error\": \"0x0a000000\",\n \"index\": 7\n }\n },\n \"dispatchInfo\": {\n \"class\": {\n \"__kind\": \"Normal\"\n },\n \"paysFee\": {\n \"__kind\": \"No\"\n },\n \"weight\": {\n \"proofSize\": \"43991\",\n \"refTime\": \"1185414000\"\n }\n }\n },\n \"block_number\": 4106955,\n \"extrinsic_id\": \"4106955-0009\",\n \"call_id\": null,\n \"timestamp\": \"2024-10-23T15:36:36.001Z\"\n },\n {\n \"id\": \"4106955-0023\",\n \"extrinsic_index\": 9,\n \"index\": 23,\n \"phase\": \"ApplyExtrinsic\",\n \"pallet\": \"TransactionPayment\",\n \"name\": \"TransactionFeePaid\",\n \"full_name\": \"TransactionPayment.TransactionFeePaid\",\n \"args\": {\n \"actualFee\": \"0\",\n \"tip\": \"0\",\n \"who\": \"0xc8cd6c130d1ecb3796756b702a600bb072ea5fa4e4102ff9eaab158c5222d601\"\n },\n \"block_number\": 4106955,\n \"extrinsic_id\": \"4106955-0009\",\n \"call_id\": null,\n \"timestamp\": \"2024-10-23T15:36:36.001Z\"\n },\n {\n \"id\": \"4106955-0022\",\n \"extrinsic_index\": 8,\n \"index\": 22,\n \"phase\": \"ApplyExtrinsic\",\n \"pallet\": \"System\",\n \"name\": \"ExtrinsicFailed\",\n \"full_name\": \"System.ExtrinsicFailed\",\n \"args\": {\n \"dispatchError\": {\n \"__kind\": \"Module\",\n \"value\": {\n \"error\": \"0x0a000000\",\n \"index\": 7\n }\n },\n \"dispatchInfo\": {\n \"class\": {\n \"__kind\": \"Normal\"\n },\n \"paysFee\": {\n \"__kind\": \"No\"\n },\n \"weight\": {\n \"proofSize\": \"43991\",\n \"refTime\": \"1185414000\"\n }\n }\n },\n \"block_number\": 4106955,\n \"extrinsic_id\": \"4106955-0008\",\n \"call_id\": null,\n \"timestamp\": \"2024-10-23T15:36:36.001Z\"\n },\n {\n \"id\": \"4106955-0021\",\n \"extrinsic_index\": 8,\n \"index\": 21,\n \"phase\": \"ApplyExtrinsic\",\n \"pallet\": \"TransactionPayment\",\n \"name\": \"TransactionFeePaid\",\n \"full_name\": \"TransactionPayment.TransactionFeePaid\",\n \"args\": {\n \"actualFee\": \"0\",\n \"tip\": \"0\",\n \"who\": \"0x3a0518a130ed2b3bb1104ea73a6d2732eef14d80c37b29084ec848607f75ad71\"\n },\n \"block_number\": 4106955,\n \"extrinsic_id\": \"4106955-0008\",\n \"call_id\": null,\n \"timestamp\": \"2024-10-23T15:36:36.001Z\"\n },\n {\n \"id\": \"4106955-0020\",\n \"extrinsic_index\": 7,\n \"index\": 20,\n \"phase\": \"ApplyExtrinsic\",\n \"pallet\": \"System\",\n \"name\": \"ExtrinsicSuccess\",\n \"full_name\": \"System.ExtrinsicSuccess\",\n \"args\": {\n \"dispatchInfo\": {\n \"class\": {\n \"__kind\": \"Normal\"\n },\n \"paysFee\": {\n \"__kind\": \"No\"\n },\n \"weight\": {\n \"proofSize\": \"43991\",\n \"refTime\": \"1185414000\"\n }\n }\n },\n \"block_number\": 4106955,\n \"extrinsic_id\": \"4106955-0007\",\n \"call_id\": null,\n \"timestamp\": \"2024-10-23T15:36:36.001Z\"\n },\n {\n \"id\": \"4106955-0019\",\n \"extrinsic_index\": 7,\n \"index\": 19,\n \"phase\": \"ApplyExtrinsic\",\n \"pallet\": \"TransactionPayment\",\n \"name\": \"TransactionFeePaid\",\n \"full_name\": \"TransactionPayment.TransactionFeePaid\",\n \"args\": {\n \"actualFee\": \"0\",\n \"tip\": \"0\",\n \"who\": \"0x8090daabb43883e6429a8f903d22a3d14a08d06aee590e75b2ba4176fb61ab60\"\n },\n \"block_number\": 4106955,\n \"extrinsic_id\": \"4106955-0007\",\n \"call_id\": \"4106955-0007\",\n \"timestamp\": \"2024-10-23T15:36:36.001Z\"\n },\n {\n \"id\": \"4106955-0018\",\n \"extrinsic_index\": 7,\n \"index\": 18,\n \"phase\": \"ApplyExtrinsic\",\n \"pallet\": \"SubtensorModule\",\n \"name\": \"StakeRemoved\",\n \"full_name\": \"SubtensorModule.StakeRemoved\",\n \"args\": [\n \"0xfc75a54449b1f56ff3666666394f4ccdae520aaea1e7bf4a773a6986f0ac3a2a\",\n \"546949021\"\n ],\n \"block_number\": 4106955,\n \"extrinsic_id\": \"4106955-0007\",\n \"call_id\": \"4106955-0007\",\n \"timestamp\": \"2024-10-23T15:36:36.001Z\"\n },\n {\n \"id\": \"4106955-0017\",\n \"extrinsic_index\": 7,\n \"index\": 17,\n \"phase\": \"ApplyExtrinsic\",\n \"pallet\": \"Balances\",\n \"name\": \"Deposit\",\n \"full_name\": \"Balances.Deposit\",\n \"args\": {\n \"amount\": \"546949021\",\n \"who\": \"0x8090daabb43883e6429a8f903d22a3d14a08d06aee590e75b2ba4176fb61ab60\"\n },\n \"block_number\": 4106955,\n \"extrinsic_id\": \"4106955-0007\",\n \"call_id\": \"4106955-0007\",\n \"timestamp\": \"2024-10-23T15:36:36.001Z\"\n },\n {\n \"id\": \"4106955-0016\",\n \"extrinsic_index\": 6,\n \"index\": 16,\n \"phase\": \"ApplyExtrinsic\",\n \"pallet\": \"System\",\n \"name\": \"ExtrinsicSuccess\",\n \"full_name\": \"System.ExtrinsicSuccess\",\n \"args\": {\n \"dispatchInfo\": {\n \"class\": {\n \"__kind\": \"Normal\"\n },\n \"paysFee\": {\n \"__kind\": \"No\"\n },\n \"weight\": {\n \"proofSize\": \"0\",\n \"refTime\": \"125034414000\"\n }\n }\n },\n \"block_number\": 4106955,\n \"extrinsic_id\": \"4106955-0006\",\n \"call_id\": null,\n \"timestamp\": \"2024-10-23T15:36:36.001Z\"\n },\n {\n \"id\": \"4106955-0015\",\n \"extrinsic_index\": 6,\n \"index\": 15,\n \"phase\": \"ApplyExtrinsic\",\n \"pallet\": \"TransactionPayment\",\n \"name\": \"TransactionFeePaid\",\n \"full_name\": \"TransactionPayment.TransactionFeePaid\",\n \"args\": {\n \"actualFee\": \"0\",\n \"tip\": \"0\",\n \"who\": \"0xa68dc1932f29b5e5eb4285713dd9a6ce4c9f3c575b66184b1583515114f67b1e\"\n },\n \"block_number\": 4106955,\n \"extrinsic_id\": \"4106955-0006\",\n \"call_id\": \"4106955-0006\",\n \"timestamp\": \"2024-10-23T15:36:36.001Z\"\n }\n ]\n}" }}400 — Bad request
Section titled “400 — Bad request”404 — Events not found
Section titled “404 — Events 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.