Accounting
Endpoint
Section titled “Endpoint”GET /api/accounting/v1Description
Section titled “Description”Requires a Pro subscription
Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
date_start | query | string | ✅ | Start of date range in YYYY-MM-DD format (inclusive) |
date_end | query | string | ✅ | End of date range in YYYY-MM-DD format (inclusive) |
coldkey | query | string | ✅ | SS58 or hex format |
hotkey | query | string | wallet hotkey | |
network | query | — | Choose a network. If no network is chosen - all will be queried. |
Responses
Section titled “Responses”200 — Accounting retrieved successfully
Section titled “200 — Accounting retrieved successfully”Media: application/json
Schema
{ "type": "object", "required": [ "pagination", "data" ], "properties": { "data": { "type": "array", "items": { "type": "object", "required": [ "income", "neuron_registration_cost", "stake_balances", "neuron_registrations" ], "properties": { "income": { "type": "string" }, "neuron_registration_cost": { "type": "string" }, "neuron_registrations": { "type": "array", "items": { "type": "object", "required": [ "block_number", "timestamp", "netuid", "uid", "hotkey", "coldkey", "registration_cost" ], "properties": { "block_number": { "type": "integer", "format": "int32" }, "coldkey": { "type": "object", "required": [ "ss58", "hex" ], "properties": { "hex": { "type": "string", "description": "The hex format of the hot key" }, "ss58": { "type": "string", "description": "The SS58 format of the hot key" } } }, "hotkey": { "type": "object", "required": [ "ss58", "hex" ], "properties": { "hex": { "type": "string", "description": "The hex format of the hot key" }, "ss58": { "type": "string", "description": "The SS58 format of the hot key" } } }, "netuid": { "type": "integer", "format": "int32" }, "registration_cost": { "type": "string" }, "timestamp": { "type": "string", "format": "date-time" }, "uid": { "type": "integer", "format": "int32" } } } }, "stake_balances": { "type": "array", "items": { "type": "object", "required": [ "block_number", "timestamp", "hotkey", "coldkey", "stake", "created_at_timestamp", "created_at_block_number" ], "properties": { "block_number": { "type": "integer", "format": "int32" }, "coldkey": { "type": "object", "required": [ "ss58", "hex" ], "properties": { "hex": { "type": "string", "description": "The hex format of the hot key" }, "ss58": { "type": "string", "description": "The SS58 format of the hot key" } } }, "created_at_block_number": { "type": "integer", "format": "int32" }, "created_at_timestamp": { "type": "string", "format": "date-time" }, "hotkey": { "type": "object", "required": [ "ss58", "hex" ], "properties": { "hex": { "type": "string", "description": "The hex format of the hot key" }, "ss58": { "type": "string", "description": "The SS58 format of the hot key" } } }, "hotkey_name": { "type": "string", "nullable": true }, "stake": { "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\": 1,\n \"total_items\": 1,\n \"total_pages\": 1,\n \"next_page\": null,\n \"prev_page\": null\n },\n \"data\": [\n {\n \"income\": \"481179522157\",\n \"neuron_registration_cost\": \"0\",\n \"stake_balances\": [\n {\n \"block_number\": 2051104,\n \"timestamp\": \"2023-12-31T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2057937,\n \"timestamp\": \"2024-01-01T23:59:48.001Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"427981743622\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2057937,\n \"timestamp\": \"2024-01-01T23:59:48.001Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2064768,\n \"timestamp\": \"2024-01-02T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2064768,\n \"timestamp\": \"2024-01-02T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"428223132783\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2071591,\n \"timestamp\": \"2024-01-03T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"428457920670\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2071591,\n \"timestamp\": \"2024-01-03T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2074883,\n \"timestamp\": \"2024-01-04T11:34:36.001Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"429364271769\",\n \"added\": \"798000000\",\n \"removed\": \"0\",\n \"action\": \"stake\"\n },\n {\n \"block_number\": 2078419,\n \"timestamp\": \"2024-01-04T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"429480297436\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2078419,\n \"timestamp\": \"2024-01-04T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2085247,\n \"timestamp\": \"2024-01-05T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"429701534498\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2085247,\n \"timestamp\": \"2024-01-05T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2092081,\n \"timestamp\": \"2024-01-06T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2092081,\n \"timestamp\": \"2024-01-06T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"429926284285\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2098907,\n \"timestamp\": \"2024-01-07T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2098907,\n \"timestamp\": \"2024-01-07T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"430147115326\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2105729,\n \"timestamp\": \"2024-01-08T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"430368194457\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2105729,\n \"timestamp\": \"2024-01-08T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2112555,\n \"timestamp\": \"2024-01-09T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"430591002681\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2112555,\n \"timestamp\": \"2024-01-09T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2119376,\n \"timestamp\": \"2024-01-10T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2119376,\n \"timestamp\": \"2024-01-10T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"430804851946\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2126201,\n \"timestamp\": \"2024-01-11T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"431020509934\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2126201,\n \"timestamp\": \"2024-01-11T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2133020,\n \"timestamp\": \"2024-01-12T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"431229454286\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2133020,\n \"timestamp\": \"2024-01-12T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2139859,\n \"timestamp\": \"2024-01-13T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"431435179904\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2139859,\n \"timestamp\": \"2024-01-13T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"238\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2146687,\n \"timestamp\": \"2024-01-14T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5EhvL1FVkQPpMjZX4MAADcW42i3xPSF1KiCpuaxTYVr28sux\",\n \"hex\": \"0x74da87709b7b3ceef6a9acde1916270ad6b48594fecdd46dbe6899c68ad1d458\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\": \"431636600575\",\n \"added\": \"0\",\n \"removed\": \"0\",\n \"action\": null\n },\n {\n \"block_number\": 2146687,\n \"timestamp\": \"2024-01-14T23:59:48Z\",\n \"hotkey\": {\n \"ss58\": \"5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3\",\n \"hex\": \"0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28\"\n },\n \"coldkey\": {\n \"ss58\": \"5HGtyz1mAgRMPgtubVTaJv8VBfwJ7a5KGGGDw5PX7WPPwLKS\",\n \"hex\": \"0xe67990e42259688c76faad3d2cb02dbba69ecef0c780356181eac0512de6d752\"\n },\n \"stake\":
/* … truncated, full schema in /api/openapi.json */400 — Bad request
Section titled “400 — Bad request”404 — Accounting not found
Section titled “404 — Accounting not found”500 — Internal server error
Section titled “500 — Internal server error”Try it
Section titled “Try it”Interactive request console coming soon. In the meantime you can use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).
Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.