Skip to content

Get Subnet Registration Cost

GET /api/subnet/registration_cost/latest/v1

No parameters.

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 1,
"default": 0
},
"total_items": {
"type": "integer",
"example": 1,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 1,
"default": 0
},
"next_page": {},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"block_number": {
"type": "integer",
"example": 4107485,
"default": 0
},
"timestamp": {
"type": "string",
"example": "2024-10-23T17:22:36Z"
},
"registration_cost": {
"type": "string",
"example": "1224037775699"
}
}
}
}
}
}

Media: application/json

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

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