Skip to content

Get Subnets

GET /api/subnet/latest/v1
NameInTypeRequiredDescription
netuidqueryintegerSubnet ID
pagequeryintegerThe page number of the response.
limitqueryintegerThe number of responses. max is 200,
orderquery

Media: application/json

Schema
{
"type": "object",
"required": [
"pagination",
"data"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"required": [
"block_number",
"timestamp",
"netuid",
"neuron_registration_cost",
"max_neurons",
"neuron_registrations_this_interval",
"active_keys",
"validators",
"active_validators",
"active_miners",
"active_dual",
"modality",
"pow_registration_allowed",
"emission",
"projected_emission",
"ema_tao_flow",
"rho",
"kappa",
"immunity_period",
"min_allowed_weights",
"max_weights_limit",
"tempo",
"min_difficulty",
"max_difficulty",
"weights_version",
"weights_rate_limit",
"adjustment_interval",
"activity_cutoff",
"registration_allowed",
"target_regs_per_interval",
"min_burn",
"max_burn",
"bonds_moving_avg",
"max_regs_per_block",
"serving_rate_limit",
"max_validators",
"difficulty",
"blocks_since_last_step",
"blocks_until_next_epoch",
"blocks_until_next_adjustment",
"recycled_lifetime",
"recycled_24_hours",
"recycled_since_registration",
"commit_reveal_weights_enabled",
"mech_count",
"mech_emission_split",
"immune_owner_uids_limit",
"incentive_burn",
"net_flow_1_day",
"net_flow_7_days",
"net_flow_30_days"
],
"properties": {
"active_dual": {
"type": "integer",
"format": "int32"
},
"active_keys": {
"type": "integer",
"format": "int32"
},
"active_miners": {
"type": "integer",
"format": "int32"
},
"active_validators": {
"type": "integer",
"format": "int32"
},
"activity_cutoff": {
"type": "integer",
"format": "int32"
},
"adjustment_alpha": {
"type": "string",
"nullable": true
},
"adjustment_interval": {
"type": "integer",
"format": "int32"
},
"alpha_high": {
"type": "string",
"nullable": true
},
"alpha_low": {
"type": "string",
"nullable": true
},
"alpha_sigmoid_steepness": {
"type": "integer",
"format": "int32",
"nullable": true
},
"block_number": {
"type": "integer",
"format": "int32"
},
"blocks_since_last_step": {
"type": "integer",
"format": "int32"
},
"blocks_until_next_adjustment": {
"type": "integer",
"format": "int32"
},
"blocks_until_next_epoch": {
"type": "integer",
"format": "int32"
},
"bonds_moving_avg": {
"type": "string"
},
"bonds_penalty": {
"type": "string",
"nullable": true
},
"bonds_reset_on": {
"type": "boolean",
"nullable": true
},
"burn_half_life": {
"type": "integer",
"format": "int32",
"nullable": true
},
"burn_increase_mult": {
"type": "string",
"nullable": true
},
"commit_reveal_weights_enabled": {
"type": "boolean"
},
"commit_reveal_weights_interval": {
"type": "integer",
"format": "int32",
"nullable": true
},
"difficulty": {
"type": "string"
},
"ema_price_halving_blocks": {
"type": "integer",
"format": "int32",
"nullable": true
},
"ema_tao_flow": {
"type": "string"
},
"emission": {
"type": "string"
},
"enabled_user_liquidity": {
"type": "boolean",
"nullable": true
},
"excess_tao": {
"type": "string",
"nullable": true
},
"fee_rate": {
"type": "string",
"nullable": true
},
"immune_owner_uids_limit": {
"type": "integer",
"format": "int32"
},
"immunity_period": {
"type": "integer",
"format": "int32"
},
"incentive_burn": {
"type": "string"
},
"kappa": {
"type": "integer",
"format": "int32"
},
"last_adjustment_block": {
"type": "integer",
"format": "int32",
"nullable": true
},
"liquid_alpha_enabled": {
"type": "boolean",
"nullable": true
},
"max_burn": {
"type": "string"
},
"max_difficulty": {
"type": "string"
},
"max_neurons": {
"type": "integer",
"format": "int32"
},
"max_regs_per_block": {
"type": "integer",
"format": "int32"
},
"max_validators": {
"type": "integer",
"format": "int32"
},
"max_weights_limit": {
"type": "integer",
"format": "int32"
},
"mech_count": {
"type": "integer",
"format": "int32"
},
"mech_emission_split": {
"type": "array",
"items": {
"type": "string"
}
},
"min_allowed_weights": {
"type": "integer",
"format": "int32"
},
"min_burn": {
"type": "string"
},
"min_difficulty": {
"type": "string"
},
"modality": {
"type": "integer",
"format": "int32"
},
"net_flow_1_day": {
"type": "string"
},
"net_flow_30_days": {
"type": "string"
},
"net_flow_7_days": {
"type": "string"
},
"netuid": {
"type": "integer",
"format": "int32"
},
"neuron_registration_cost": {
"type": "string"
},
"neuron_registrations_this_interval": {
"type": "integer",
"format": "int32"
},
"owner": {
"allOf": [
{
"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"
}
}
}
],
"nullable": true
},
"owner_hotkey": {
"allOf": [
{
"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"
}
}
}
],
"nullable": true
},
"pow_registration_allowed": {
"type": "boolean"
},
"projected_emission": {
"type": "string"
},
"recycled_24_hours": {
"type": "string"
},
"recycled_lifetime": {
"type": "string"
},
"recycled_since_registration": {
"type": "string"
},
"registration_allowed": {
"type": "boolean"
},
"registration_block_number": {
"type": "integer",
"format": "int32",
"nullable": true
},
"registration_cost": {
"type": "string",
"nullable": true
},
"registration_timestamp": {
"type": "string",
"format": "date-time",
"nullable": true
},
"reveal_period_epochs": {
"type": "integer",
"format": "int32",
"nullable": true
},
"rho": {
"type": "integer",
"format": "int32"
},
"serving_rate_limit": {
"type": "string"
},
"subtoken_enabled": {
"type": "boolean",
"nullable": true
},
"swap_v3_initialized": {
"type": "boolean",
"nullable": true
},
"tao_flow": {
"type": "string",
"nullable": true
},
"target_regs_per_interval": {
"type": "integer",
"format": "int32"
},
"tempo": {
"type": "integer",
"format": "int32"
},
"timestamp": {
"type": "string",
"format": "date-time"
},
"transfer_toggle": {
"type": "boolean",
"nullable": true
},
"validators": {
"type": "integer",
"format": "int32"
},
"weights_rate_limit": {
"type": "string"
},
"weights_version": {
"type": "string"
},
"yuma3_on": {
"type": "boolean",
"nullable": true
}
}
}
},
"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\": 1024,\n \"total_items\": 53,\n \"total_pages\": 1,\n \"next_page\": null,\n \"prev_page\": null\n },\n \"data\": [\n {\n \"block_number\": 4107450,\n \"timestamp\": \"2024-10-23T17:15:36.009Z\",\n \"netuid\": 0,\n \"owner\": null,\n \"registration_block_number\": 0,\n \"registration_timestamp\": \"2023-03-20T18:47:48Z\",\n \"registration_cost\": \"0\",\n \"neuron_registration_cost\": \"1000000000\",\n \"max_neurons\": 64,\n \"active_keys\": 2,\n \"validators\": 64,\n \"active_validators\": 2,\n \"active_miners\": 51,\n \"active_dual\": 6,\n \"modality\": null,\n \"emission\": \"183936012\",\n \"rho\": 0,\n \"kappa\": 0,\n \"immunity_period\": 0,\n \"min_allowed_weights\": 0,\n \"max_weights_limit\": 65535,\n \"tempo\": 100,\n \"min_difficulty\": \"4611686018427387903\",\n \"max_difficulty\": \"0\",\n \"weights_version\": \"0\",\n \"weights_rate_limit\": \"0\",\n \"adjustment_interval\": 0,\n \"activity_cutoff\": 5000,\n \"registration_allowed\": true,\n \"target_regs_per_interval\": 64,\n \"min_burn\": \"0\",\n \"max_burn\": \"0\",\n \"bonds_moving_avg\": \"0\",\n \"max_regs_per_block\": 64,\n \"serving_rate_limit\": \"0\",\n \"max_validators\": 64,\n \"adjustment_alpha\": \"0\",\n \"difficulty\": \"4611686018427387903\",\n \"last_adjustment_block\": 4107425,\n \"blocks_since_last_step\": 85,\n \"blocks_until_next_epoch\": 15,\n \"blocks_until_next_adjustment\": 0,\n \"recycled_lifetime\": \"367872024\",\n \"recycled_24_hours\": \"-436106\",\n \"recycled_since_registration\": \"367872024\"\n },\n {\n \"block_number\": 4107450,\n \"timestamp\": \"2024-10-23T17:15:36.009Z\",\n \"netuid\": 1,\n \"owner\": {\n \"ss58\": \"5HCFWvRqzSHWRPecN7q8J6c7aKQnrCZTMHstPv39xL1wgDHh\",\n \"hex\": \"0xe2ee75ea11e4c5b7f5dac2e735278cfa0b1590c9856690f66653bdd85b709104\"\n },\n \"registration_block_number\": 172898,\n \"registration_timestamp\": \"2023-04-13T19:08:36Z\",\n \"registration_cost\": \"0\",\n \"neuron_registration_cost\": \"322844193\",\n \"max_neurons\": 1024,\n \"active_keys\": 26,\n \"validators\": 128,\n \"active_validators\": 23,\n \"active_miners\": 996,\n \"active_dual\": 0,\n \"modality\": 1,\n \"emission\": \"40749507\",\n \"rho\": 0,\n \"kappa\": 32767,\n \"immunity_period\": 7200,\n \"min_allowed_weights\": 8,\n \"max_weights_limit\": 455,\n \"tempo\": 99,\n \"min_difficulty\": \"1000000000000000000\",\n \"max_difficulty\": \"1000000000000000000\",\n \"weights_version\": \"20802\",\n \"weights_rate_limit\": \"100\",\n \"adjustment_interval\": 112,\n \"activity_cutoff\": 5000,\n \"registration_allowed\": true,\n \"target_regs_per_interval\": 2,\n \"min_burn\": \"50000000\",\n \"max_burn\": \"0\",\n \"bonds_moving_avg\": \"0\",\n \"max_regs_per_block\": 0,\n \"serving_rate_limit\": \"10\",\n \"max_validators\": 128,\n \"adjustment_alpha\": \"17893341751498265066\",\n \"difficulty\": \"1000000000000000000\",\n \"last_adjustment_block\": 4107419,\n \"blocks_since_last_step\": 53,\n \"blocks_until_next_epoch\": 46,\n \"blocks_until_next_adjustment\": 81,\n \"recycled_lifetime\": \"94000050159142\",\n \"recycled_24_hours\": \"47510813577\",\n \"recycled_since_registration\": \"94000050159142\"\n },\n {\n \"block_number\": 4107450,\n \"timestamp\": \"2024-10-23T17:15:36.009Z\",\n \"netuid\": 2,\n \"owner\": {\n \"ss58\": \"5EcYQ3W77ndrmMWdvVQusoFqY8doxfP3U2zrh7xZQiaz7avY\",\n \"hex\": \"0x70c07a546ab0bab5ca9847eb5890ada1bda127633e607097ad4517dd2ca0f010\"\n },\n \"registration_block_number\": 2734060,\n \"registration_timestamp\": \"2024-04-10T07:11:48Z\",\n \"registration_cost\": \"1953786138112\",\n \"neuron_registration_cost\": \"1000000000\",\n \"max_neurons\": 256,\n \"active_keys\": 22,\n \"validators\": 64,\n \"active_validators\": 22,\n \"active_miners\": 234,\n \"active_dual\": 0,\n \"modality\": 0,\n \"emission\": \"10324836\",\n \"rho\": 0,\n \"kappa\": 32767,\n \"immunity_period\": 5000,\n \"min_allowed_weights\": 1,\n \"max_weights_limit\": 65535,\n \"tempo\": 360,\n \"min_difficulty\": \"18446744073709551615\",\n \"max_difficulty\": \"18446744073709551615\",\n \"weights_version\": \"1300\",\n \"weights_rate_limit\": \"0\",\n \"adjustment_interval\": 360,\n \"activity_cutoff\": 5000,\n \"registration_allowed\": true,\n \"target_regs_per_interval\": 1,\n \"min_burn\": \"1000000000\",\n \"max_burn\": \"100000000000\",\n \"bonds_moving_avg\": \"0\",\n \"max_regs_per_block\": 0,\n \"serving_rate_limit\": \"0\",\n \"max_validators\": 64,\n \"adjustment_alpha\": \"17893341751498265066\",\n \"difficulty\": \"18446744073709551615\",\n \"last_adjustment_block\": 4107370,\n \"blocks_since_last_step\": 357,\n \"blocks_until_next_epoch\": 3,\n \"blocks_until_next_adjustment\": 280,\n \"recycled_lifetime\": \"8303400204414\",\n \"recycled_24_hours\": \"2000000000\",\n \"recycled_since_registration\": \"4676433166233\"\n },\n {\n \"block_number\": 4107450,\n \"timestamp\": \"2024-10-23T17:15:36.009Z\",\n \"netuid\": 3,\n \"owner\": {\n \"ss58\": \"5CykWht3gMs3c9a1jicuPZGvnNiMwJK2akyHE3iZwBbESgCz\",\n \"hex\": \"0x2874f259983508153f9a477fba828d1f83c95ef5ff88635d6bd22a6744a8fb74\"\n },\n \"registration_block_number\": 2635801,\n \"registration_timestamp\": \"2024-03-25T22:56:24Z\",\n \"registration_cost\": \"3477024613204\",\n \"neuron_registration_cost\": \"100000000\",\n \"max_neurons\": 256,\n \"active_keys\": 19,\n \"validators\": 64,\n \"active_validators\": 19,\n \"active_miners\": 137,\n \"active_dual\": 8,\n \"modality\": 0,\n \"emission\": \"3465792\",\n \"rho\": 0,\n \"kappa\": 32767,\n \"immunity_period\": 5000,\n \"min_allowed_weights\": 1,\n \"max_weights_limit\": 65535,\n \"tempo\": 360,\n \"min_difficulty\": \"18446744073709551615\",\n \"max_difficulty\": \"18446744073709551615\",\n \"weights_version\": \"3\",\n \"weights_rate_limit\": \"100\",\n \"adjustment_interval\": 360,\n \"activity_cutoff\": 5000,\n \"registration_allowed\": true,\n \"target_regs_per_interval\": 1,\n \"min_burn\": \"100000000\",\n \"max_burn\": \"1000000000\",\n \"bonds_moving_avg\": \"0\",\n \"max_regs_per_block\": 0,\n \"serving_rate_limit\": \"250\",\n \"max_validators\": 64,\n \"adjustment_alpha\": \"17893341751498265066\",\n \"difficulty\": \"18446744073709551615\",\n \"last_adjustment_block\": 4107160,\n \"blocks_since_last_step\": 358,\n \"blocks_until_next_epoch\": 2,\n \"blocks_until_next_adjustment\": 70,\n \"recycled_lifetime\": \"7634911432970\",\n \"recycled_24_hours\": \"0\",\n \"recycled_since_registration\": \"336853009723\"\n },\n {\n \"block_number\": 4107450,\n \"timestamp\": \"2024-10-23T17:15:36.009Z\",\n \"netuid\": 4,\n \"owner\": {\n \"ss58\": \"5CXGPMnq9RCCLUEvp9G2iUuabw69TSFM155UVS1S4Zmusaxv\",\n \"hex\": \"0x1441e225608d4649484a40944f84673f609f858b2925af869793403096000a4d\"\n },\n \"registration_block_number\": 1411451,\n \"registration_timestamp\": \"2023-10-03T17:56:12.003Z\",\n \"registration_cost\": \"3857103187864\",\n \"neuron_registration_cost\": \"810777594\",\n \"max_neurons\": 256,\n \"active_keys\": 21,\n \"validators\": 64,\n \"active_validators\": 19,\n \"active_miners\": 234,\n \"active_dual\": 0,\n \"modality\": 0,\n \"emission\": \"42917183\",\n \"rho\": 0,\n \"kappa\": 32767,\n \"immunity_period\": 5000,\n \"min_allowed_weights\": 1,\n \"max_weights_limit\": 65535,\n \"tempo\": 360,\n \"min_difficulty\": \"100000000000000\",\n \"max_difficulty\": \"100000000000001\",\n \"weights_version\": \"301000\",\n \"weights_rate_limit\": \"0\",\n \"adjustment_interval\": 360,\n \"activity_cutoff\": 5000,\n \"registration_allowed\": true,\n \"target_regs_per_interval\": 1,\n \"min_burn\": \"500000\",\n \"max_burn\": \"10000000000\",\n \"bonds_moving_avg\": \"0\",\n \"max_regs_per_block\": 0,\n \"serving_rate_limit\": \"0\",\n \"max_validators\": 64,\n \"adjustment_alpha\": \"58000\",\n \"difficulty\": \"100000000000000\",\n \"last_adjustment_block\": 4107212,\n \"blocks_since_last_step\": 359,\n \"blocks_until_next_epoch\": 1,\n \"blocks_until_next_adjustment\": 122,\n \"recycled_lifetime\": \"14297411308360\",\n \"recycled_24_hours\": \"25404364612\",\n \"recycled_since_registration\": \"14297411308360\"\n },\n {\n \"block_number\": 4107450,\n \"timestamp\": \"2024-10-23T17:15:36.009Z\",\n \"netuid\": 5,\n \"owner\": {\n \"ss58\": \"5CFmgJ2SQZBjgdyDvwsWhAQatEENLt6k2gWvpkjeHeMm95yv\",\n \"hex\": \"0x087090016783ff88a6532398f803ecdec8c8b533af5b100fa0ebe94962a0622f\"\n },\n \"registration_block_number\": 2491604,\n \"registration_timestamp\": \"2024-03-04T03:19:48.001Z\",\n \"registration_cost\": \"3425080165176\",\n \"neuron_registration_cost\": \"81078132\",\n \"max_neurons\": 256,\n \"active_keys\": 19,\n \"validators\": 64,\n \"active_validators\": 19,\n \"active_miners\": 236,\n \"active_dual\": 0,\n \"modality\": 0,\n \"emission\": \"14240661\",\n \"rho\": 0,\n \"kappa\": 32767,\n \"immunity_period\": 5000,\n \"min_allowed_weights\": 1,\n \"max_weights_limit\": 65535,\n \"tempo\": 360,\n \"min_difficulty\": \"18446744073709551615\",\n \"max_difficulty\": \"18446744073709551615\",\n \"weights_version\": \"600\",\n \"weights_rate_limit\": \"0\",\n \"adjustment_interval\": 360,\n \"activity_cutoff\": 5000,\n \"registration_allowed\": true,\n \"target_regs_per_interval\": 1,\n \"min_burn\": \"50000000\",\n \"max_burn\": \"0\",\n \"bonds_moving_avg\": \"0\",\n \"max_regs_per_block\": 0,\n \"serving_rate_limit\": \"0\",\n \"max_validators\": 64,\n \"adjustment_alpha\": \"17893341751498265066\",\n \"difficulty\": \"18446744073709551615\",\n \"last_adjustment_block\": 4107446,\n \"blocks_since_last_step\": 360,\n \"blocks_until_next_epoch\": 0,\n \"blocks_until_next_adjustment\": 356,\n \"recycled_lifetime\": \"19131010612016\",\n \"recycled_24_hours\": \"82312933\",\n \"recycled_since_registration\": \"4897130494781\"\n },\n {\n \"block_number\": 4107450,\n \"timestamp\": \"2024-10-23T17:15:36.009Z\",\n \"netuid\": 6,\n \"owner\": {\n \"ss58\": \"5CfSg4e23Z3aTXvc2XZie8ZE1xkqRPoyVRFdWUuyyjGxJrMA\",\n \"hex\": \"0x1a7e7aa832525950e4754db957d8422522015b9624d9c7d1be8e8cba752f7810\"\n },\n \"registration_block_number\": 3219949,\n \"registration_timestamp\": \"2024-06-20T13:03:12.010Z\",\n \"registration_cost\": \"2991859113540\",\n \"neuron_registration_cost\": \"710500907\",\n \"max_neurons\": 256,\n \"active_keys\": 21,\n \"validators\": 64,\n \"active_validators\": 20,\n \"active_miners\": 234,\n \"active_dual\": 1,\n \"modality\": 0,\n \"emission\": \"18926963\",\n \"rho\": 0,\n \"kappa\": 32767,\n \"immunity_period\": 15000,\n \"min_allowed_weights\": 1,\n \"max_weights_limit\": 65535,\n \"tempo\": 360,\n \"min_difficulty\": \"18446744073709551615\",\n \"max_difficulty\": \"18446744073709551615\",\n \"weights_version\": \"1010\",\n \"weights_rate_limit\": \"700\",\n \"adjustment_interval\": 360,\n \"activity_cutoff\": 26000,\n \"registration_allowed\": true,\n \"target_regs_per_interval\": 1,\n \"min_burn\": \"700000000\",\n \"max_burn\": \"0\",\n \"bonds_moving_avg\": \"0\",\n \"max_regs_per_block\": 0,\n \"serving_rate_limit\": \"0\",\n \"max_validators\": 64,\n \"adjustment_alpha\": \"17893341751498265066\",\n \"difficulty\": \"18446744073709551615\",\n \"last_adjustment_block\": 4107425,\n \"blocks_since_last_step\": 0,\n \"blocks_until_next_epoch\": 360,\n \"blocks_until_next_adjustment\": 335,\n \"recycled_lifetime\": \"1593663967876\",\n \"recycled_24_hours\": \"5600000000\",\n \"recycled_since_registration\": \"1422513085329\"\n },\n {\n \"block_number\": 4107450,\n \"timestamp\": \"2024-10-23T17:15:36.009Z\",\n \"netuid\": 7,\n \"owner\": {\n \"ss58\": \"5CiQ1cxLB1ABBJyf9FAR8CRhfcKgs4M8QaRgmHh318PKLqvb\",\n \"hex\": \"0x1cbf406479c77ad681948a51f64ffd68db2e650080d2f87ab19bd186ba73ff3f\"\n },\n \"registration_block_number\": 2627691,\n \"registration_timestamp\": \"2024-03-24T17:51:00Z\",\n \"registration_cost\": \"2023404903872\",\n \"neuron_registration_cost\": \"737531367\",\n \"max_neurons\": 256,\n \"active_keys\": 19,\n \"validators\": 64,\n \"active_validators\": 19,\n \"active_miners\": 238,\n \"active_dual\": 1,\n \"modality\": 0,\n \"emission\": \"8875680\",\n \"rho\": 0,\n \"kappa\": 32767,\n \"immunity_period\": 10800,\n \"min_allowed_weights\": 1,\n \"max_weights_limit\": 65535,\n \"tempo\": 360,\n \"min_difficulty\": \"18446744073709551615\",\n \"max_difficulty\": \"18446744073709551615\",\n \"weights_version\": \"229\",\n \"weights_rate_limit\": \"0\",\n \"adjustment_interval\": 360,\n \"activity_cutoff\": 5000,\n \"registration_allowed\": true,\n \"target_regs_per_interval\": 1,\n \"min_burn\": \"100000000\",\n \"max_burn\": \"5500000000\",\n \"bonds_moving_avg\": \"0\",\n \"max_regs_per_block\": 0,\n \"serving_rate_limit\": \"100\",\n \"max_validators\": 64,\n \"adjustment_alpha\": \"10540996613548314624\",\n \"difficulty\": \"18446744073709551615\",\n \"last_adjustment_block\": 4107425,\n \"blocks_since_last_step\": 1,\n \"blocks_until_next_epoch\": 359,\n \"blocks_until_next_adjustment\": 335,\n \"recycled_lifetime\": \"3008118410988\",\n \"recycled_24_hours\": \"13637345049\",\n \"recycled_since_registration\": \"2371106724905\"\n },\n {\n \"block_number\": 4107450,\n \"timestamp\": \"2024-10-23T17:15:36.009Z\",\n \"netuid\": 8,\n \"owner\": {\n \"ss58\": \"5F6tnxzAAxbhaWRmeUmB63JEM3VXBNSmqb3AwYJVDStQjw8y\",\n \"hex\": \"0x8660016cd533e939ddd0746fe9c3f273b7d47b196afbfda8d773107e4e546107\"\n },\n \"registration_block_number\": 1477264,\n \"registration_timestamp\": \"2023-10-12T21:19:48Z\",\n \"registration_cost\": \"674968782048\",\n \"neuron_registration_cost\": \"2500000000\",\n \"max_neurons\": 256,\n \"active_keys\": 21,\n \"validators\": 64,\n \"active_validators\": 21,\n \"active_miners\": 50,\n \"active_dual\": 0,\n \"modality\": 0,\n \"emission\": \"33897626\",\n \"rho\": 0,\n \"kappa\": 32767,\n \"immunity_period\": 65535,\n \"min_allowed_weights\": 1,\n \"max_weights_limit\": 65535,\n \"tempo\": 360,\n \"min_difficulty\": \"18446744073709551615\",\n \"max_difficulty\": \"18446744073709551615\",\n \"weights_version\": \"199\",\n \"weights_rate_limit\": \"0\",\n \"adjustment_interval\": 360,\n \"activity_cutoff\": 5000,\n \"registration_allowed\": true,\n \"target_regs_per_interval\": 1,\n \"min_burn\": \"2500000000\",\n \"max_burn\": \"0\",\n \"bonds_moving_avg\": \"0\",\n \"max_regs_per_block\": 0,\n \"serving_rate_limit\": \"0\",\n \"max_validators\": 64,\n \"adjustment_alpha\": \"10540996613548314624\",\n \"difficulty\": \"18446744073709551615\",\n \"last_adjustment_block\": 4107425,\n \"blocks_since_last_step\": 2,\n \"blocks_until_next_epoch\": 358,\n \"blocks_until_next_adjustment\": 335,\n \"recycled_lifetime\": \"12132675674273\",\n \"recycled_24_hours\": \"2500000000\",\n \"recycled_since_registration\": \"12132675674273\"\n },\n {\n \"block_number\": 4107450,\n \"timestamp\": \"2024-10-23T17:15:36.009Z\",\n \"netuid\": 9,\n \"owner\": {\n \"ss58\": \"5FsbubeciqtB5Nik3umL2iD4fG8FcC9GbT9nHJfXMj4mJJZ9\",\n \"hex\": \"0xa87934e2f31d77a5e35f6b57493e3be29d781c2cc318bf5dfbb14420706f293d\"\n },\n \"registration_block_number\": 1489797,\n \"registration_timestamp\": \"2023-10-14T15:06:24.004Z\",\n \"registration_cost\": \"762480360640\",\n \"neuron_registration_cost\": \"100000000\",\n \"max_neurons\": 256,\n \"active_keys\": 21,\n \"validators\": 64,\n \"active_validators\": 21,\n \"active_miners\": 5,\n \"active_dual\": 0,\n \"modality\": 0,\n \"emission\": \"55542881\",\n \"rho\": 0,\n \"kappa\": 32767,\n \"immunity_period\": 5000,\n \"min_allowed_weights\": 1,\n \"max_weights_limit\": 65535,\n \"tempo\": 360,\n \"min_difficulty\": \"10000000\",\n \"max_difficulty\": \"18446744073709551615\",\n \"weights_version\": \"2000\",\n \"weights_rate_limit\": \"0\",\n \"adjustment_interval\": 360,\n \"activity_cutoff\": 25000,\n \"registration_allowed\": true,\n \"target_regs_per_interval\": 3,\n \"min_burn\": \"100000000\",\n \"max_burn\": \"0\",\n \"bonds_moving_avg\": \"0\",\n \"max_regs_per_block\": 1,\n \"serving_rate_limit\": \"0\",\n \"max_validators\": 64,\n \"adjustment_alpha\": \"58000\",\n \"difficulty\": \"10000000\",\n \"last_adjustment_block\": 4107358,\n \"blocks_since_last_step\": 3,\n \"blocks_until_next_epoch\": 357,\n \"blocks_until_next_adjustment\": 268,\n \"recycled_lifetime\": \"230102600617\",\n \"recycled_24_hours\": \"0\",\n \"recycled_since_registration\": \"230102600617\"\n },\n {\n \"block_number\": 4107450,\n \"timestamp\": \"2024-10-23T17:15:36.009Z\",\n \"netuid\": 10,\n \"owner\": {\n \"ss58\": \"5EvNESR7DfSMmdwJ3crtBW1ENAhq3f99X4FCbTi1hDUNCWAW\",\n \"hex\": \"0x7e58acb69a0d56dbca120b30f1b743f3f68920cbd97acef18fa085897d384f73\"\n },\n \"registration_block_number\": 2869647,\n \"registration_timestamp\": \"2024-05-02T14:38:00Z\",\n \"registration_cost\": \"2507030256706\",\n \"neuron_registration_cost\": \"469165393\",\n \"max_neurons\": 256,\n \"active_keys\": 19,\n \"validators\": 64,\n \"active_validators\": 19,\n \"active_miners\": 237,\n \"active_dual\": 0,\n \"modality\": 0,\n \"emission\": \"13395501\",\n \"rho\": 0,\n \"kappa\": 32767,\n \"immunity_period\": 5000,\n \"min_allowed_weights\": 1,\n \"max_weights_limit\": 65535,\n \"tempo\": 360,\n \"min_difficulty\": \"18446744073709551615\",\n \"max_difficulty\": \"18446744073709551615\",\n \"weights_version\": \"1051\",\n
/* … truncated, full schema in /api/openapi.json */

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.