Get NEPT token state
GET/api/v1/nept/state
Get NEPT token state
Query Parameters
Get NEPT token state
curl https://api-v2.nept.finance/api/v1/nept/state{
"data": {
"total_issued": "3959490356",
"total_claimed": "4001000382",
"total_locked": "7241108121",
"total_supply": "51464522",
"staking": [
{
"index": 0,
"duration": 604800,
"extra": {
"text": {
"duration": "7 days",
"index": "1"
}
},
"state": {
"total_bonded": "0",
"extra": {
"text": {
"total_bonded": "0.00000 NEPT"
},
"value": {
"total_bonded": "0",
"price": "0.032585758453916404",
"extra": {
"text": {
"price": "$0.03",
"total_bonded": "$0.00"
}
}
}
}
}
},
{
"index": 1,
"duration": 2592000,
"extra": {
"text": {
"duration": "30 days",
"index": "2"
}
},
"state": {
"total_bonded": "0",
"extra": {
"text": {
"total_bonded": "0.00000 NEPT"
},
"value": {
"total_bonded": "0",
"price": "0.032585758453916404",
"extra": {
"text": {
"price": "$0.03",
"total_bonded": "$0.00"
}
}
}
}
}
},
{
"index": 2,
"duration": 7776000,
"extra": {
"text": {
"duration": "90 days",
"index": "3"
}
},
"state": {
"total_bonded": "0",
"extra": {
"text": {
"total_bonded": "0.00000 NEPT"
},
"value": {
"total_bonded": "0",
"price": "0.032585758453916404",
"extra": {
"text": {
"price": "$0.03",
"total_bonded": "$0.00"
}
}
}
}
}
}
],
"extra": {
"text": {
"total_claimed": "4,001.00038 NEPT",
"total_supply": "51.46452 NEPT",
"total_locked": "7,241.10812 NEPT",
"total_issued": "3,959.49035 NEPT"
},
"value": {
"total_claimed": "130.3756320218792618",
"total_issued": "129.022996341227472068",
"total_locked": "235.957000169598477259",
"total_supply": "1.677010482838266759",
"price": "0.032585758453916404",
"extra": {
"text": {
"price": "$0.03",
"total_issued": "$129.02",
"total_locked": "$235.95",
"total_claimed": "$130.37",
"total_supply": "$1.67"
}
}
}
}
},
"error": null,
"status": 200,
"status_text": "200 OK"
}{
"data": null,
"error": {
"kind": "internal",
"scope": "server",
"message": "An unexpected error occurred"
},
"status": 500,
"status_text": "500 Internal Server Error"
}Returns Examples
{
"data": {
"total_issued": "3959490356",
"total_claimed": "4001000382",
"total_locked": "7241108121",
"total_supply": "51464522",
"staking": [
{
"index": 0,
"duration": 604800,
"extra": {
"text": {
"duration": "7 days",
"index": "1"
}
},
"state": {
"total_bonded": "0",
"extra": {
"text": {
"total_bonded": "0.00000 NEPT"
},
"value": {
"total_bonded": "0",
"price": "0.032585758453916404",
"extra": {
"text": {
"price": "$0.03",
"total_bonded": "$0.00"
}
}
}
}
}
},
{
"index": 1,
"duration": 2592000,
"extra": {
"text": {
"duration": "30 days",
"index": "2"
}
},
"state": {
"total_bonded": "0",
"extra": {
"text": {
"total_bonded": "0.00000 NEPT"
},
"value": {
"total_bonded": "0",
"price": "0.032585758453916404",
"extra": {
"text": {
"price": "$0.03",
"total_bonded": "$0.00"
}
}
}
}
}
},
{
"index": 2,
"duration": 7776000,
"extra": {
"text": {
"duration": "90 days",
"index": "3"
}
},
"state": {
"total_bonded": "0",
"extra": {
"text": {
"total_bonded": "0.00000 NEPT"
},
"value": {
"total_bonded": "0",
"price": "0.032585758453916404",
"extra": {
"text": {
"price": "$0.03",
"total_bonded": "$0.00"
}
}
}
}
}
}
],
"extra": {
"text": {
"total_claimed": "4,001.00038 NEPT",
"total_supply": "51.46452 NEPT",
"total_locked": "7,241.10812 NEPT",
"total_issued": "3,959.49035 NEPT"
},
"value": {
"total_claimed": "130.3756320218792618",
"total_issued": "129.022996341227472068",
"total_locked": "235.957000169598477259",
"total_supply": "1.677010482838266759",
"price": "0.032585758453916404",
"extra": {
"text": {
"price": "$0.03",
"total_issued": "$129.02",
"total_locked": "$235.95",
"total_claimed": "$130.37",
"total_supply": "$1.67"
}
}
}
}
},
"error": null,
"status": 200,
"status_text": "200 OK"
}{
"data": null,
"error": {
"kind": "internal",
"scope": "server",
"message": "An unexpected error occurred"
},
"status": 500,
"status_text": "500 Internal Server Error"
}