v1

latestOpenAPI 3.1.02026-07-2411205.0 MB

Get Subnets

get/api/subnet/latest/v1

Query parameters

netuidinteger

Subnet ID

pageinteger

The page number of the response.

limitinteger

The number of responses. max is 1024,

order'netuid_asc' | 'netuid_desc' | 'emission_asc' | 'emission_desc'

Response

200

Example response

{
  "pagination": {
    "current_page": 1,
    "per_page": 1024,
    "total_items": 53,
    "total_pages": 1
  },
  "data": [
    {
      "block_number": 4107450,
      "timestamp": "2024-10-23T17:15:36.009Z",
      "registration_timestamp": "2023-03-20T18:47:48Z",
      "registration_cost": "0",
      "neuron_registration_cost": "1000000000",
      "max_neurons": 64,
      "active_keys": 2,
      "validators": 64,
      "active_validators": 2,
      "active_miners": 51,
      "active_dual": 6,
      "emission": "183936012",
      "max_weights_limit": 65535,
      "tempo": 100,
      "min_difficulty": "4611686018427387903",
      "max_difficulty": "0",
      "weights_version": "0",
      "weights_rate_limit": "0",
      "activity_cutoff": 5000,
      "registration_allowed": true,
      "target_regs_per_interval": 64,
      "min_burn": "0",
      "max_burn": "0",
      "bonds_moving_avg": "0",
      "max_regs_per_block": 64,
      "serving_rate_limit": "0",
      "max_validators": 64,
      "adjustment_alpha": "0",
      "difficulty": "4611686018427387903",
      "last_adjustment_block": 4107425,
      "blocks_since_last_step": 85,
      "blocks_until_next_epoch": 15,
      "recycled_lifetime": "367872024",
      "recycled_24_hours": "-436106",
      "recycled_since_registration": "367872024"
    }
  ]
}