Skip to content

Get Neuron Deregistrations

GET /api/subnet/neuron/deregistration/v1
NameInTypeRequiredDescription
netuidqueryintegerSubnet
uidqueryintegerNeuron ID
hotkeyquerystringSS58 or hex format
block_numberqueryintegerThe exact block number
block_startqueryintegerStart of block range (inclusive)
block_endqueryintegerEnd of block range (inclusive)
timestamp_startqueryintegerStart of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
timestamp_endqueryintegerEnd of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
pagequeryintegerThe page number of the response.
limitqueryintegerThe number of responses. max is 200,
orderquery

200 — Subnet neuron deregistrations retrieved successfully

Section titled “200 — Subnet neuron deregistrations retrieved successfully”

Media: application/json

Schema
{
"type": "object",
"required": [
"pagination",
"data"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"required": [
"block_number",
"timestamp",
"netuid",
"uid",
"hotkey",
"coldkey",
"incentive",
"emission",
"was_drained"
],
"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"
}
}
},
"emission": {
"type": "string"
},
"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"
}
}
},
"incentive": {
"type": "string"
},
"netuid": {
"type": "integer",
"format": "int32"
},
"timestamp": {
"type": "string",
"format": "date-time"
},
"uid": {
"type": "integer",
"format": "int32"
},
"was_drained": {
"type": "boolean"
}
}
}
},
"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\": 50,\n \"total_items\": 291123,\n \"total_pages\": 5823,\n \"next_page\": 2,\n \"prev_page\": null\n },\n \"data\": [\n {\n \"block_number\": 4107358,\n \"timestamp\": \"2024-10-23T16:57:12Z\",\n \"netuid\": 42,\n \"uid\": 221,\n \"hotkey\": {\n \"ss58\": \"5DcnuvnVM4mRv1rzQKTDakfDssvoSru1spwQod8N2hM6m96y\",\n \"hex\": \"0x44b51b68b1776162a2543e3bfafb8f7ebf53dd0a634da6086520b3818dcc1829\"\n },\n \"coldkey\": {\n \"ss58\": \"5HbUBeLHB4EYw8VHc6RCDD5S1CBD3ewpunpNqYVxegE8yzL2\",\n \"hex\": \"0xf4a3bf793d82cb19e0822cc4836d9a8818786900b29e8f7d66f4da1c6c17171d\"\n },\n \"incentive\": \"0.0018921187151903563\",\n \"emission\": \"1219773\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107355,\n \"timestamp\": \"2024-10-23T16:56:36Z\",\n \"netuid\": 6,\n \"uid\": 9,\n \"hotkey\": {\n \"ss58\": \"5HmvXC5okhfaUd6XHsn8Bv5jyC565zj6mid5NZNqa8c2FSPX\",\n \"hex\": \"0xfc9cdc3d99ce3776759cbfa457b10babd4e7d7ab7ae97c4c3c4780f2b4f3e805\"\n },\n \"coldkey\": {\n \"ss58\": \"5H8XgeEHysDRH1zUsYiA2SFRV2jUUMPFp14QxYmuEXSMmDsd\",\n \"hex\": \"0xe017e76ac567238ba995a832fbf9f409edfc60156ad5c0357bd2b67bb99f7635\"\n },\n \"incentive\": \"0.00205996795605401694\",\n \"emission\": \"5782681\",\n \"was_drained\": false\n },\n {\n \"block_number\": 4107352,\n \"timestamp\": \"2024-10-23T16:56:00.001Z\",\n \"netuid\": 42,\n \"uid\": 184,\n \"hotkey\": {\n \"ss58\": \"5CGH6SZzFk63bMNY3ZXVyo2SakMdyKYFoAY9iiQazqBiYC9d\",\n \"hex\": \"0x08d396339eb00f61193a3701492b52cc6cd797770fb6e19a2fdc1bf397778c54\"\n },\n \"coldkey\": {\n \"ss58\": \"5CAqaCJ6jH4oGTL4CrskERLurWuKaVXhXz6nJqTT3Q4igB8J\",\n \"hex\": \"0x04ad725cc5719c9e0ab09ae87a40ea61ca7d9556a474db576e61ab1de0992b03\"\n },\n \"incentive\": \"0.00180056458381017777\",\n \"emission\": \"1155404\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107346,\n \"timestamp\": \"2024-10-23T16:54:48.006Z\",\n \"netuid\": 42,\n \"uid\": 33,\n \"hotkey\": {\n \"ss58\": \"5FP9maJRkr9Cj1SYEXdtmpCtVAbCFcE4iEc2KZ9G5N7aEx5p\",\n \"hex\": \"0x92c65886319545d7bd393fbd70075ba1ba33406277a8b23528dad16a84f17f24\"\n },\n \"coldkey\": {\n \"ss58\": \"5CAqaCJ6jH4oGTL4CrskERLurWuKaVXhXz6nJqTT3Q4igB8J\",\n \"hex\": \"0x04ad725cc5719c9e0ab09ae87a40ea61ca7d9556a474db576e61ab1de0992b03\"\n },\n \"incentive\": \"0.00167849240863660639\",\n \"emission\": \"1083229\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107346,\n \"timestamp\": \"2024-10-23T16:54:48.006Z\",\n \"netuid\": 21,\n \"uid\": 186,\n \"hotkey\": {\n \"ss58\": \"5FHudMbgPvM7kh4NhRaGeMe5EstZ1awT1Uhu4qatpVWKecsG\",\n \"hex\": \"0x8ec68377c50879f12623619e7f83236848cd94396cc8574ca59f345fa8048f19\"\n },\n \"coldkey\": {\n \"ss58\": \"5GENgtR9rPBo27WGvBGzVoW4px3U3KkPbYZzyFjZwUTBQm5q\",\n \"hex\": \"0xb850dc45f403252ec6551dd55e8db795bf3aa10c4797e6daf0f1f06b4d0c9a34\"\n },\n \"incentive\": \"0\",\n \"emission\": \"0\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107345,\n \"timestamp\": \"2024-10-23T16:54:36Z\",\n \"netuid\": 21,\n \"uid\": 6,\n \"hotkey\": {\n \"ss58\": \"5Eq2236z1ozAGQtWdgaukpFJGfuyyc8yHJAZETSHPNqmwBoe\",\n \"hex\": \"0x7a4466de92346b8c40903948b018ddb69aef2ce8109f129b189689cebb73b637\"\n },\n \"coldkey\": {\n \"ss58\": \"5HNiyqXaBDZwMRkjddEFoy16dtJXr7QrcPgB5ZhU5Fgf7UvY\",\n \"hex\": \"0xeaeb5dee1e3218fd837e24539c146292005602b585cc1ce2826841f1d9ab8624\"\n },\n \"incentive\": \"0\",\n \"emission\": \"0\",\n \"was_drained\": false\n },\n {\n \"block_number\": 4107344,\n \"timestamp\": \"2024-10-23T16:54:24.001Z\",\n \"netuid\": 21,\n \"uid\": 119,\n \"hotkey\": {\n \"ss58\": \"5DkPuZ6GKkDyw7zHaKiA1wp6CyfB2eyZUWM3pSNXPQFNo11V\",\n \"hex\": \"0x4a819faa3769ba1e759098960724972577e62f8f1ab3eeb4bb0a3be5d1b8213b\"\n },\n \"coldkey\": {\n \"ss58\": \"5GENgtR9rPBo27WGvBGzVoW4px3U3KkPbYZzyFjZwUTBQm5q\",\n \"hex\": \"0xb850dc45f403252ec6551dd55e8db795bf3aa10c4797e6daf0f1f06b4d0c9a34\"\n },\n \"incentive\": \"0\",\n \"emission\": \"0\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107329,\n \"timestamp\": \"2024-10-23T16:51:24Z\",\n \"netuid\": 13,\n \"uid\": 91,\n \"hotkey\": {\n \"ss58\": \"5FbfXiMmTCGmjoPoT9mLSpvhfwv7xqm6xtM2TJi5HU2T3wp6\",\n \"hex\": \"0x9c5179a4181780924726d01844281811019478544d34547bfc9f7c68a64ac261\"\n },\n \"coldkey\": {\n \"ss58\": \"5EqoPdDd8LwDa6o9kBmRG7vajaLEsHaqKFSD2VSXn6Uoa6BK\",\n \"hex\": \"0x7add2368212c53e3db86aaecc84c8c23fc72af58e32b2d63684e891c1cd23738\"\n },\n \"incentive\": \"0.0031586175326161593\",\n \"emission\": \"12065550\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107322,\n \"timestamp\": \"2024-10-23T16:50:00.004Z\",\n \"netuid\": 32,\n \"uid\": 7,\n \"hotkey\": {\n \"ss58\": \"5CGSCAfqzZUfSdQiqMLE25AD2LvgGfnisLuQavhi85f7G4CB\",\n \"hex\": \"0x08f2373ba5af08bee7d5e908cf12a154e9c1b88bc6139808deb98844d5954105\"\n },\n \"coldkey\": {\n \"ss58\": \"5CweRzfRBmu2V9qUGvJeVCH46ipFziDTKbEp6v2meKbrTr6k\",\n \"hex\": \"0x26d9fc13101d2751e595be297fad3c3b04dc4f1a241193b5999690eb85e8ea52\"\n },\n \"incentive\": \"0.00411993591210803388\",\n \"emission\": \"16408143\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107321,\n \"timestamp\": \"2024-10-23T16:49:48Z\",\n \"netuid\": 32,\n \"uid\": 142,\n \"hotkey\": {\n \"ss58\": \"5E2Cz3V5NYRZWBk6888XdjFiKizTRgUqyq3fvLG1DuBYLH2j\",\n \"hex\": \"0x5690c80be26cd406f99da8c14edc143689b858663e08018f3c4846cc9922322f\"\n },\n \"coldkey\": {\n \"ss58\": \"5HdmLXWm9eQrrDTMu71bdUDe1NQzfL1VZyuaL9S16DHzkJ1h\",\n \"hex\": \"0xf663fb3c28c4b77fd783e9565d4e596f2662c7427bf00a0fe8855e20aa9cbf48\"\n },\n \"incentive\": \"0.00408941786831464103\",\n \"emission\": \"16297907\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107320,\n \"timestamp\": \"2024-10-23T16:49:36Z\",\n \"netuid\": 32,\n \"uid\": 120,\n \"hotkey\": {\n \"ss58\": \"5GRGSPaXguD5aHTNoLMdEnMkgJTekzHMDg22PCX6DtSn6P6g\",\n \"hex\": \"0xc09f854b113081724ca342f90e7681d22b4bbb7b365939fc86d7508ead2fdd03\"\n },\n \"coldkey\": {\n \"ss58\": \"5GVsK7YYyKZHUKMhZVa8f5XNhitcTJq2RiVhX37C2ceyf5tT\",\n \"hex\": \"0xc421e68578876ab73cc5440c36871aedfcb5a8ea44531e7cab272232bdcd944c\"\n },\n \"incentive\": \"0.00408941786831464103\",\n \"emission\": \"16257020\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107313,\n \"timestamp\": \"2024-10-23T16:48:12Z\",\n \"netuid\": 1,\n \"uid\": 897,\n \"hotkey\": {\n \"ss58\": \"5DtQHD4hDuzfU4qbxw2FXqaWxkfNa78aXtEKgQW3hExMm5m3\",\n \"hex\": \"0x509cd8007fa7e088c0f773c59b525cc184f0297d5931a7a3d8256c8475d68a32\"\n },\n \"coldkey\": {\n \"ss58\": \"5Dpz3aD4eE84BTx1DSc4FXYM2v8We9uM3rsDmhFCR8GEqGpy\",\n \"hex\": \"0x4e018662e13011cd8815d3b87236b95a0662677a8367ea51e0d046029e381205\"\n },\n \"incentive\": \"0.00088502327000839246\",\n \"emission\": \"1485034\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107312,\n \"timestamp\": \"2024-10-23T16:48:00.002Z\",\n \"netuid\": 1,\n \"uid\": 749,\n \"hotkey\": {\n \"ss58\": \"5GgeyQDEj4ciLwKsCer6M6Xk2TDbNB4W565z7LFUX2tB1pEV\",\n \"hex\": \"0xcc5c0f69b060c93a5d37fc72b595b80d089ac24c803694568cceb5b9453f895e\"\n },\n \"coldkey\": {\n \"ss58\": \"5CVPofuNAv78oB1Q5T8DtbGGZMsBzwD32Jhqh5syWWj1otGk\",\n \"hex\": \"0x12d45e24f5680820cca7070ae3338351d8d4967526ecf66596f184dbe4a3fe2a\"\n },\n \"incentive\": \"0.00088502327000839246\",\n \"emission\": \"1482600\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107311,\n \"timestamp\": \"2024-10-23T16:47:48Z\",\n \"netuid\": 1,\n \"uid\": 816,\n \"hotkey\": {\n \"ss58\": \"5EeJihbfV8a2iqzr4ZzKbnCgtSgiezXebekTTUS3HYKMUn5v\",\n \"hex\": \"0x7218ec5cfe35bded829b1719fcca38e0f76def63ee403d2826f74fa1ad58681b\"\n },\n \"coldkey\": {\n \"ss58\": \"5Gy9TJYovoQxY5FKzuWikPHEnyWj2xr6B1oYACArgrRpTw44\",\n \"hex\": \"0xd8efdcce42d6ec60f47d063d697487bf886bb1c13c101efbeaeae68909a97277\"\n },\n \"incentive\": \"0.00086976424811169604\",\n \"emission\": \"1456297\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107310,\n \"timestamp\": \"2024-10-23T16:47:36.001Z\",\n \"netuid\": 1,\n \"uid\": 13,\n \"hotkey\": {\n \"ss58\": \"5EqyVUMUN8xqeV8nYzWwCLHpFsvcE8GZmMYLrssQxTJVRSGu\",\n \"hex\": \"0x7aff240350e2660654f08d296ce804e57ef071fb94e2534bf0b41c082b8eeb2d\"\n },\n \"coldkey\": {\n \"ss58\": \"5CoDUkf3cia667rECFYHn98LMBMhZ2kxJKUy5rejkXQKa949\",\n \"hex\": \"0x206c0626f778cab3843333bd7aeda9ac93c0d8d1f2f55c3e56ff99ce689d1260\"\n },\n \"incentive\": \"0.00086976424811169604\",\n \"emission\": \"1454823\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107309,\n \"timestamp\": \"2024-10-23T16:47:24.002Z\",\n \"netuid\": 1,\n \"uid\": 702,\n \"hotkey\": {\n \"ss58\": \"5DHh9R3YDcmAW5wFaCyuF5mgMbQNpgKYmsMYr3pZb34ZGoHW\",\n \"hex\": \"0x36240785447117aa3da6d5e2115e533600cf9d9a4e6d7c09df564b40baa90a5a\"\n },\n \"coldkey\": {\n \"ss58\": \"5CfZGJt7VMJfYRH4EcTGm7T1ao77YHaA6TWyPb6RbPp39pjB\",\n \"hex\": \"0x1a94aa1eab754de79249f690d6a924509bfa947888aefce4425757fb9ab7bf73\"\n },\n \"incentive\": \"0.00085450522621499962\",\n \"emission\": \"1443203\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107308,\n \"timestamp\": \"2024-10-23T16:47:12.007Z\",\n \"netuid\": 1,\n \"uid\": 117,\n \"hotkey\": {\n \"ss58\": \"5FLHhUJgDuLuPtog4u3AqXuf4GpBh3WLgvEdwxrDVbGVi1Ys\",\n \"hex\": \"0x90974d4484275d53924a8215ee0f481254fb5aa09a352c52d5b03ff8be19a323\"\n },\n \"coldkey\": {\n \"ss58\": \"5FRAoshAa7hop8VuVVxN51Wo4ynmqv98WJcsijipZi71Gc2v\",\n \"hex\": \"0x9450561da2383cd26abdfd010210b172ecdd4f227985501b526dc5f455d19614\"\n },\n \"incentive\": \"0.00085450522621499962\",\n \"emission\": \"1441969\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107214,\n \"timestamp\": \"2024-10-23T16:28:24.002Z\",\n \"netuid\": 4,\n \"uid\": 67,\n \"hotkey\": {\n \"ss58\": \"5GTAw3UWKuuGN7U6Dk4FXsJmGcCcgEZgbY7s2EbXs3UoXowL\",\n \"hex\": \"0xc2137a0a26b424a662adf4ab4e4b203daf2e10f739730a8df833fac3666e3c79\"\n },\n \"coldkey\": {\n \"ss58\": \"5Fum5sHw9C1tZU249yqB5wrr4rt2FX9CYep7oGtpUw9XfwR2\",\n \"hex\": \"0xaa1e9713f13724cd24c4de7ae37a2ab9e5d7d76e14ef444649a3495e82689632\"\n },\n \"incentive\": \"0.00103761348897535668\",\n \"emission\": \"6595779\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107213,\n \"timestamp\": \"2024-10-23T16:28:12.001Z\",\n \"netuid\": 4,\n \"uid\": 32,\n \"hotkey\": {\n \"ss58\": \"5FkJHtaGwNuFZ88fdh97yNa6c4zcARhfWUdv93UHVqrY2ASK\",\n \"hex\": \"0xa2e7306d226b0976997c94ac4e7f50c90d354300da53c882795d459f5daacb37\"\n },\n \"coldkey\": {\n \"ss58\": \"5GsF5YwFbTEv6v3fP5Vx9VWbEWkyzymz8SPJpXgQg6ysTfy1\",\n \"hex\": \"0xd46f534ec8e5d291313c2b0e379e34b65eb94c6b1296278c53849da29a7fce5c\"\n },\n \"incentive\": \"0.00090028229190508888\",\n \"emission\": \"5755492\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107212,\n \"timestamp\": \"2024-10-23T16:28:00Z\",\n \"netuid\": 4,\n \"uid\": 72,\n \"hotkey\": {\n \"ss58\": \"5FQmrM3WpFbutmq6QpVjUJ66fLg5CUyb32L2jbt6G6nkZEVp\",\n \"hex\": \"0x94030e10569d2980a40c13521f544a7f2e9bfb68d7bb7634b73a69b6c372cc6f\"\n },\n \"coldkey\": {\n \"ss58\": \"5FGx7bKjU8KY1JB6YLtMZ1NMuhLnrvJtoAnHL8B9SptXS8aG\",\n \"hex\": \"0x8e0ba3bbf77e7d8d7277f1dba569d5074813b093c1ce072e4b12a34c5ccc8746\"\n },\n \"incentive\": \"0.00080872816052491035\",\n \"emission\": \"5177646\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107207,\n \"timestamp\": \"2024-10-23T16:27:00Z\",\n \"netuid\": 29,\n \"uid\": 232,\n \"hotkey\": {\n \"ss58\": \"5DV8uot2xSQnWkVAujCT2jJ7Mbu73P7ZJ7vamSiWDKn8frEW\",\n \"hex\": \"0x3ede76822b7db923e06085f89af4c6e1aec4728c6e5eebdda7c6862f3d55e744\"\n },\n \"coldkey\": {\n \"ss58\": \"5Fnq2fqKMpGrLi9MziuAfjeC3xQgLoFxkAxZDscKdEUUUkpv\",\n \"hex\": \"0xa4d526e505994f98a70898db52d7e9cf2bbcc026f80d24670529fa1d27009c15\"\n },\n \"incentive\": \"0\",\n \"emission\": \"0\",\n \"was_drained\": false\n },\n {\n \"block_number\": 4107204,\n \"timestamp\": \"2024-10-23T16:26:24Z\",\n \"netuid\": 29,\n \"uid\": 231,\n \"hotkey\": {\n \"ss58\": \"5GNLcGYNtshM4v9CBnMUazX8x3Ut9nGq1TFcpcWB7xXMpwUv\",\n \"hex\": \"0xbe63d2b158155355518480e4ef5fe1fb924aa7b1c85048f9f31c63a873af610d\"\n },\n \"coldkey\": {\n \"ss58\": \"5F7U1fKfQLtMG7gZj2b8wRwiutEP7sedxLG3tmfnbDUGEQPa\",\n \"hex\": \"0x86cfd48f2378ab66668d17354c77440b79d81e64de8df4c1235dc612bfe93c7b\"\n },\n \"incentive\": \"0\",\n \"emission\": \"0\",\n \"was_drained\": false\n },\n {\n \"block_number\": 4107203,\n \"timestamp\": \"2024-10-23T16:26:12.005Z\",\n \"netuid\": 1,\n \"uid\": 627,\n \"hotkey\": {\n \"ss58\": \"5EhG7pF9hXAv7sb9UuqFRyFWRg5ANGUH2gXR16sn2RuHcqTm\",\n \"hex\": \"0x7459e6f4994a04293ffcf5b43b27e54cd8164fe0f04252ca537e3164560b7033\"\n },\n \"coldkey\": {\n \"ss58\": \"5Dpz3aD4eE84BTx1DSc4FXYM2v8We9uM3rsDmhFCR8GEqGpy\",\n \"hex\": \"0x4e018662e13011cd8815d3b87236b95a0662677a8367ea51e0d046029e381205\"\n },\n \"incentive\": \"0.0008392462043183032\",\n \"emission\": \"1411927\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107202,\n \"timestamp\": \"2024-10-23T16:26:00.002Z\",\n \"netuid\": 1,\n \"uid\": 691,\n \"hotkey\": {\n \"ss58\": \"5Gn7u9Ca6EZ2v2tXJxH4BRpTyqsGzEQq4vuW14UpZCSn7mi8\",\n \"hex\": \"0xd086ee1e4dca208c3109870d3ada732d1b827fe59606d4dfe65127f1f726570d\"\n },\n \"coldkey\": {\n \"ss58\": \"5HgXTgEbbvGreSu9FxqM8Ss4JHEKzDbUYXuH9qqVpVbAtSZG\",\n \"hex\": \"0xf87f0120981cfc5fc79b3e9c59760ef81deae6596fa66f2c7963a17451697f15\"\n },\n \"incentive\": \"0.00080872816052491035\",\n \"emission\": \"1376490\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107201,\n \"timestamp\": \"2024-10-23T16:25:48.004Z\",\n \"netuid\": 29,\n \"uid\": 229,\n \"hotkey\": {\n \"ss58\": \"5EseEWKDHLzTuHX1S4zRu6cyfQ7HFwJR3J7sH6YHv4fpFUaz\",\n \"hex\": \"0x7c44cd9b4411a8ae9a21487291e1b7bade6c87de500885a3d06a1f3aa1c37648\"\n },\n \"coldkey\": {\n \"ss58\": \"5Fnq2fqKMpGrLi9MziuAfjeC3xQgLoFxkAxZDscKdEUUUkpv\",\n \"hex\": \"0xa4d526e505994f98a70898db52d7e9cf2bbcc026f80d24670529fa1d27009c15\"\n },\n \"incentive\": \"0\",\n \"emission\": \"0\",\n \"was_drained\": false\n },\n {\n \"block_number\": 4107199,\n \"timestamp\": \"2024-10-23T16:25:24Z\",\n \"netuid\": 1,\n \"uid\": 594,\n \"hotkey\": {\n \"ss58\": \"5EL2Euj2jJkw9Z4VHvbg7JwP67YW8Q4mZL2zN7dWpXpmZ4KQ\",\n \"hex\": \"0x64270840d362327802607bfe9af123d8eee59959006fd4578ae0310612163276\"\n },\n \"coldkey\": {\n \"ss58\": \"5CVPofuNAv78oB1Q5T8DtbGGZMsBzwD32Jhqh5syWWj1otGk\",\n \"hex\": \"0x12d45e24f5680820cca7070ae3338351d8d4967526ecf66596f184dbe4a3fe2a\"\n },\n \"incentive\": \"0.00080872816052491035\",\n \"emission\": \"1368866\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107198,\n \"timestamp\": \"2024-10-23T16:25:12Z\",\n \"netuid\": 1,\n \"uid\": 429,\n \"hotkey\": {\n \"ss58\": \"5EpydJuNGgeggoaN9F93ZAAoUaTkDaubhRTYfTY3CPHtDezt\",\n \"hex\": \"0x7a3c59a23f2a3ba80677176e813f87b07cfacc0c137e03dfba4a8a3d63f6df49\"\n },\n \"coldkey\": {\n \"ss58\": \"5HgXTgEbbvGreSu9FxqM8Ss4JHEKzDbUYXuH9qqVpVbAtSZG\",\n \"hex\": \"0xf87f0120981cfc5fc79b3e9c59760ef81deae6596fa66f2c7963a17451697f15\"\n },\n \"incentive\": \"0.00079346913862821393\",\n \"emission\": \"1347836\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107197,\n \"timestamp\": \"2024-10-23T16:25:00Z\",\n \"netuid\": 1,\n \"uid\": 544,\n \"hotkey\": {\n \"ss58\": \"5G9iioAizn99dgmboBXUDSCH217ktcBN2VWwpeSXWLgPj4bb\",\n \"hex\": \"0xb4c411fbd786d94c82ea0201549ff4b7dd584d368963673c1a785cb2df7e574e\"\n },\n \"coldkey\": {\n \"ss58\": \"5FTmRzhdDmDJGQsZaoRRh8m4E32B7XWcTwLiQSfXLzf2CUKt\",\n \"hex\": \"0x964b60ba351cb6d820205d867de6c32b523616a34aa90ec5dfce79b2fec93a28\"\n },\n \"incentive\": \"0.00079346913862821393\",\n \"emission\": \"1342995\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107196,\n \"timestamp\": \"2024-10-23T16:24:48.004Z\",\n \"netuid\": 1,\n \"uid\": 991,\n \"hotkey\": {\n \"ss58\": \"5EU9GdPPhzcnKXeYNV8e3SnEAJhoAnw1ru6z6Nj2b3oMLqHm\",\n \"hex\": \"0x6a58a8c827d54828602edc4c4fe7512ea0481eba146b24b61a2d51c442601440\"\n },\n \"coldkey\": {\n \"ss58\": \"5Gy9TJYovoQxY5FKzuWikPHEnyWj2xr6B1oYACArgrRpTw44\",\n \"hex\": \"0xd8efdcce42d6ec60f47d063d697487bf886bb1c13c101efbeaeae68909a97277\"\n },\n \"incentive\": \"0.00082398718242160678\",\n \"emission\": \"1392964\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107148,\n \"timestamp\": \"2024-10-23T16:15:12.002Z\",\n \"netuid\": 28,\n \"uid\": 126,\n \"hotkey\": {\n \"ss58\": \"5GZ5UkpnqmTKpY8YFZoRvxwxpMbGKs1xrKJJFBHAHbpmNcjA\",\n \"hex\": \"0xc694978a10f42eda32d94ba4172ae278a5cb57c55fbc555597833a354f75ca46\"\n },\n \"coldkey\": {\n \"ss58\": \"5Fh6qSCGpgp6JNJUhHGgZYvoZM6ytoimr3gdHRDwN8rrNN4R\",\n \"hex\": \"0xa076e3629369f15cec19dbdd45b998cdb1006abbc6c1b32b6949c9e338db8c7f\"\n },\n \"incentive\": \"0.00090028229190508888\",\n \"emission\": \"2042379\",\n \"was_drained\": true\n },\n {\n \"block_number\": 4107147,\n \"timestamp\": \"2024-10-23T16:15:00.001Z\",\n \"netuid\": 28,\n \"uid\": 158,\n \"hotkey\": {\n \"ss58\": \"5DvgrNuNhiXWoBP2mRkgJudgPJGfuDL8Zg2vHzEbBQ2i6RrE\",\n \"hex\": \"0x525b1eda8bcbd5fdedb35ff50235e7269236cfa52b1e7569e8691189cf821059\"\n },\n \"coldkey\": {\n \"ss58\": \"5Fh6qSCGpgp6JNJUhHGgZYvoZM6ytoimr3gdHRDwN8rrNN4R\",\n \"hex\": \"0xa076e3629369f15cec19dbdd45b998cdb1006abbc6c1b32b6949c9e338db8c7f\"\n },\n \"incentive\": \"0.00080872816052491035\",\n
/* … truncated, full schema in /api/openapi.json */

404 — Subnet neuron deregistrations not found

Section titled “404 — Subnet neuron deregistrations not found”

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.