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": "8827797509",
"total_claimed": "6457310435",
"total_locked": "7952554397",
"total_supply": "7166232925",
"staking": [
{
"index": 0,
"duration": 604800,
"extra": {
"text": {
"duration": "7 days",
"index": "1"
}
},
"state": {
"total_bonded": "0",
"extra": {
"text": {
"total_bonded": "0.00000 NEPT"
},
"value": {
"price": "0.032585758453916404",
"total_bonded": "0",
"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": {
"price": "0.032585758453916404",
"total_bonded": "0",
"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": {
"price": "0.032585758453916404",
"total_bonded": "0",
"extra": {
"text": {
"price": "$0.03",
"total_bonded": "$0.00"
}
}
}
}
}
}
],
"extra": {
"text": {
"total_issued": "8,827.79750 NEPT",
"total_claimed": "6,457.31043 NEPT",
"total_supply": "7,166.23292 NEPT",
"total_locked": "7,952.55439 NEPT"
},
"value": {
"total_supply": "233.517135118552829542",
"price": "0.032585758453916404",
"total_issued": "287.660477308358922525",
"total_claimed": "210.416358096863862166",
"total_locked": "259.1400166722728205",
"extra": {
"text": {
"total_claimed": "$210.41",
"total_locked": "$259.14",
"total_supply": "$233.51",
"total_issued": "$287.66",
"price": "$0.03"
}
}
}
}
},
"error": null,
"status": 200,
"status_text": "OK"
}{
"data": null,
"error": {
"kind": "internal",
"scope": "server",
"message": "An unexpected error occurred"
},
"status": 500,
"status_text": "Internal Server Error"
}Returns Examples
{
"data": {
"total_issued": "8827797509",
"total_claimed": "6457310435",
"total_locked": "7952554397",
"total_supply": "7166232925",
"staking": [
{
"index": 0,
"duration": 604800,
"extra": {
"text": {
"duration": "7 days",
"index": "1"
}
},
"state": {
"total_bonded": "0",
"extra": {
"text": {
"total_bonded": "0.00000 NEPT"
},
"value": {
"price": "0.032585758453916404",
"total_bonded": "0",
"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": {
"price": "0.032585758453916404",
"total_bonded": "0",
"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": {
"price": "0.032585758453916404",
"total_bonded": "0",
"extra": {
"text": {
"price": "$0.03",
"total_bonded": "$0.00"
}
}
}
}
}
}
],
"extra": {
"text": {
"total_issued": "8,827.79750 NEPT",
"total_claimed": "6,457.31043 NEPT",
"total_supply": "7,166.23292 NEPT",
"total_locked": "7,952.55439 NEPT"
},
"value": {
"total_supply": "233.517135118552829542",
"price": "0.032585758453916404",
"total_issued": "287.660477308358922525",
"total_claimed": "210.416358096863862166",
"total_locked": "259.1400166722728205",
"extra": {
"text": {
"total_claimed": "$210.41",
"total_locked": "$259.14",
"total_supply": "$233.51",
"total_issued": "$287.66",
"price": "$0.03"
}
}
}
}
},
"error": null,
"status": 200,
"status_text": "OK"
}{
"data": null,
"error": {
"kind": "internal",
"scope": "server",
"message": "An unexpected error occurred"
},
"status": 500,
"status_text": "Internal Server Error"
}