Skip to content

Get Subnet History

GET /api/subnet/history/v1
NameInTypeRequiredDescription
netuidqueryintegerSubnet
frequencyqueryFrequency of response
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

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"
],
"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"
},
"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\": 50,\n \"total_items\": 380,\n \"total_pages\": 8,\n \"next_page\": 2,\n \"prev_page\": null\n },\n \"data\": [\n {\n \"block_number\": 4107456,\n \"timestamp\": \"2024-10-23T17:16:48.001Z\",\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\": 6,\n \"blocks_until_next_epoch\": 354,\n \"blocks_until_next_adjustment\": 329,\n \"recycled_lifetime\": \"1593663967876\",\n \"recycled_24_hours\": \"5600000000\",\n \"recycled_since_registration\": \"1422513085329\"\n },\n {\n \"block_number\": 4102273,\n \"timestamp\": \"2024-10-22T23:59:48Z\",\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\": \"700000000\",\n \"max_neurons\": 256,\n \"active_keys\": 24,\n \"validators\": 64,\n \"active_validators\": 21,\n \"active_miners\": 237,\n \"active_dual\": 1,\n \"modality\": 0,\n \"emission\": \"18930126\",\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\": 4102025,\n \"blocks_since_last_step\": 238,\n \"blocks_until_next_epoch\": 122,\n \"blocks_until_next_adjustment\": 112,\n \"recycled_lifetime\": \"1590163967876\",\n \"recycled_24_hours\": \"6300000000\",\n \"recycled_since_registration\": \"1419013085329\"\n },\n {\n \"block_number\": 4095074,\n \"timestamp\": \"2024-10-21T23:59:48.003Z\",\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\": \"700000000\",\n \"max_neurons\": 256,\n \"active_keys\": 21,\n \"validators\": 64,\n \"active_validators\": 20,\n \"active_miners\": 237,\n \"active_dual\": 1,\n \"modality\": 0,\n \"emission\": \"18810939\",\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\": 4094825,\n \"blocks_since_last_step\": 259,\n \"blocks_until_next_epoch\": 101,\n \"blocks_until_next_adjustment\": 111,\n \"recycled_lifetime\": \"1583863967876\",\n \"recycled_24_hours\": \"2800000000\",\n \"recycled_since_registration\": \"1412713085329\"\n },\n {\n \"block_number\": 4087874,\n \"timestamp\": \"2024-10-20T23:59:48Z\",\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\": \"708855061\",\n \"max_neurons\": 256,\n \"active_keys\": 22,\n \"validators\": 64,\n \"active_validators\": 20,\n \"active_miners\": 235,\n \"active_dual\": 1,\n \"modality\": 0,\n \"emission\": \"18603190\",\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\": 4087625,\n \"blocks_since_last_step\": 279,\n \"blocks_until_next_epoch\": 81,\n \"blocks_until_next_adjustment\": 111,\n \"recycled_lifetime\": \"1581063967876\",\n \"recycled_24_hours\": \"1601579527\",\n \"recycled_since_registration\": \"1409913085329\"\n },\n {\n \"block_number\": 4080697,\n \"timestamp\": \"2024-10-19T23:59:48.001Z\",\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\": \"930498319\",\n \"max_neurons\": 256,\n \"active_keys\": 22,\n \"validators\": 64,\n \"active_validators\": 20,\n \"active_miners\": 237,\n \"active_dual\": 1,\n \"modality\": 0,\n \"emission\": \"18496225\",\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\": 4080425,\n \"blocks_since_last_step\": 322,\n \"blocks_until_next_epoch\": 38,\n \"blocks_until_next_adjustment\": 88,\n \"recycled_lifetime\": \"1579462388349\",\n \"recycled_24_hours\": \"1149784303\",\n \"recycled_since_registration\": \"1408311505802\"\n },\n {\n \"block_number\": 4073500,\n \"timestamp\": \"2024-10-18T23:59:48Z\",\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\": \"1240046820\",\n \"max_neurons\": 256,\n \"active_keys\": 23,\n \"validators\": 64,\n \"active_validators\": 21,\n \"active_miners\": 237,\n \"active_dual\": 1,\n \"modality\": 0,\n \"emission\": \"18491564\",\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\": 4073225,\n \"blocks_since_last_step\": 345,\n \"blocks_until_next_epoch\": 15,\n \"blocks_until_next_adjustment\": 85,\n \"recycled_lifetime\": \"1578312604046\",\n \"recycled_24_hours\": \"38844787473\",\n \"recycled_since_registration\": \"1407161721499\"\n },\n {\n \"block_number\": 4066300,\n \"timestamp\": \"2024-10-17T23:59:48.010Z\",\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\": \"981506082\",\n \"max_neurons\": 256,\n \"active_keys\": 22,\n \"validators\": 64,\n \"active_validators\": 21,\n \"active_miners\": 235,\n \"active_dual\": 2,\n \"modality\": 0,\n \"emission\": \"18574709\",\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\": 4066025,\n \"blocks_since_last_step\": 4,\n \"blocks_until_next_epoch\": 356,\n \"blocks_until_next_adjustment\": 85,\n \"recycled_lifetime\": \"1539467816573\",\n \"recycled_24_hours\": \"25163841375\",\n \"recycled_since_registration\": \"1368316934026\"\n },\n {\n \"block_number\": 4059102,\n \"timestamp\": \"2024-10-16T23:59:48.002Z\",\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\": \"901420874\",\n \"max_neurons\": 256,\n \"active_keys\": 22,\n \"validators\": 64,\n \"active_validators\": 22,\n \"active_miners\": 237,\n \"active_dual\": 3,\n \"modality\": 0,\n \"emission\": \"18675481\",\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\": \"1000\",\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\": 4058825,\n \"blocks_since_last_step\": 26,\n \"blocks_until_next_epoch\": 334,\n \"blocks_until_next_adjustment\": 83,\n \"recycled_lifetime\": \"1514303975198\",\n \"recycled_24_hours\": \"13080157214\",\n \"recycled_since_registration\": \"1343153092651\"\n },\n {\n \"block_number\": 4051926,\n \"timestamp\": \"2024-10-15T23:59:48.001Z\",\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\": \"989635169\",\n \"max_neurons\": 256,\n \"active_keys\": 24,\n \"validators\": 64,\n \"active_validators\": 21,\n \"active_miners\": 236,\n \"active_dual\": 1,\n \"modality\": 0,\n \"emission\": \"17872025\",\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\": \"1000\",\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\": 4051625,\n \"blocks_since_last_step\": 70,\n \"blocks_until_next_epoch\": 290,\n \"blocks_until_next_adjustment\": 59,\n \"recycled_lifetime\": \"1501223817984\",\n \"recycled_24_hours\": \"0\",\n \"recycled_since_registration\": \"1330072935437\"\n },\n {\n \"block_number\": 4044732,\n \"timestamp\": \"2024-10-14T23:59:48.001Z\",\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\": \"1280440173\",\n \"max_neurons\": 256,\n \"active_keys\": 24,\n \"validators\": 64,\n \"active_validators\": 21,\n \"active_miners\": 233,\n \"active_dual\": 1,\n \"modality\": 0,\n \"emission\": \"17895588\",\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\": \"1000\",\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\": 4044425,\n \"blocks_since_last_step\": 96,\n \"blocks_until_next_epoch\": 264,\n \"blocks_until_next_adjustment\": 53,\n \"recycled_lifetime\": \"1501223817984\",\n \"recycled_24_hours\": \"56728402448\",\n \"recycled_since_registration\": \"1330072935437\"\n },\n {\n \"block_number\": 4037550,\n \"timestamp\": \"2024-10-13T23:59:48.001Z\",\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\": \"740973995\",\n \"max_neurons\": 256,\n \"active_keys\": 25,\n \"validators\": 64,\n \"active_validators\": 21,\n \"active_miners\": 233,\n \"active_dual\": 1,\n \"mod
/* … 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.