Skip to content

Get Subnet Miner Incentive Distribution

GET /api/subnet/distribution/incentive/v1
NameInTypeRequiredDescription
netuidqueryintegerSubnet

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 98,
"default": 0
},
"total_items": {
"type": "integer",
"example": 98,
"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": 4107396,
"default": 0
},
"incentive": {
"type": "string",
"example": "0.19053940642404821851"
},
"is_immunity_period": {
"type": "boolean",
"example": true,
"default": true
}
}
}
}
}
}

Media: application/json

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

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