v1

latestOpenAPI 3.1.02026-07-2411205.0 MB

Get Neuron Registrations

get/api/subnet/neuron/registration/v1

Query parameters

netuidinteger

Subnet

uidinteger

Neuron ID

hotkeystring

Hotkey of neuron

coldkeystring

coldkey of neuron

block_numberinteger

The exact block number

block_startinteger

block number for start of range

block_endinteger

block number for end of range

timestamp_startinteger

Start of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)

timestamp_endinteger

Start of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)

pageinteger

The page number of the response.

limitinteger

The number of responses. max is 200,

order'block_number_asc' | 'block_number_desc' | 'timestamp_asc' | 'timestamp_desc' | 'registration_cost_asc' | 'registration_cost_desc'

Response

200

Example response

{
  "pagination": {
    "current_page": 1,
    "per_page": 10,
    "total_items": 6794,
    "total_pages": 680,
    "next_page": 2
  },
  "data": [
    {
      "block_number": 4104101,
      "timestamp": "2024-10-23T06:05:36.001Z",
      "netuid": 19,
      "uid": 251,
      "hotkey": {
        "ss58": "5Cg4BHi4yvZWA6YPKgU48za4dpiiApSEoTsFuzmsYKRAzkpa",
        "hex": "0x1af5fef0b561f372ed9c169623760312f048711359782e16a754835a8bd3174b"
      },
      "coldkey": {
        "ss58": "5Fq3fe6XGeAoxV5tsRApee1YEvnKgBdxxvY6wHEPAvibsguY",
        "hex": "0xa6862f1f35e4b636deb0cc9151c65305556cbc6f15ae046aa77e1999d666eb77"
      },
      "registration_cost": "277988201"
    }
  ]
}