Skip to content

Get Subnet Identity

GET /api/subnet/identity/v1
NameInTypeRequiredDescription
pagequeryintegerThe page number of the response.
limitqueryintegerThe number of responses. max is 200,

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 1024,
"default": 0
},
"total_items": {
"type": "integer",
"example": 93,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 1,
"default": 0
},
"next_page": {},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"netuid": {
"type": "integer",
"example": 0,
"default": 0
},
"subnet_name": {
"type": "string",
"example": "Root"
},
"github_repo": {},
"subnet_contact": {},
"subnet_url": {},
"discord": {},
"description": {},
"additional": {}
}
}
}
}
}

Media: application/json

{
"type": "object",
"properties": {}
}

All Taostats API requests require an Authorization header containing your API key. See Getting Started.