Get NEPT staking overview (incl. state + params)
nept.get_staking_overview(NeptGetStakingOverviewParams**kwargs) -> NeptGetStakingOverviewResponse
GET/api/v1/nept/staking
Get NEPT staking overview (incl. state + params)
Get NEPT staking overview (incl. state + params)
from neptune_api_v2 import NeptuneAPIV2
client = NeptuneAPIV2()
response = client.nept.get_staking_overview()
print(response.data){
"data": {
"asset_info": {
"asset": {
"id": "native;factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept",
"group": "native",
"group_key": "factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept"
},
"metadata": {
"name": "Neptune Token",
"symbol": "NEPT",
"symbol_denom": "nept",
"decimals_denom": 6,
"decimals_display": 5
},
"classification": {
"kind": "regular",
"neptune_receipt_asset": null
}
},
"pools": [
{
"index": 0,
"duration": 604800,
"extra": {
"text": {
"duration": "7 days",
"index": "1"
}
},
"params": {
"reward_weight": "2",
"gov_weight": "2",
"health_weight": "1",
"flash_loan_weight": "0"
},
"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"
}
},
"params": {
"reward_weight": "2",
"gov_weight": "2",
"health_weight": "1",
"flash_loan_weight": "0"
},
"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"
}
},
"params": {
"reward_weight": "2",
"gov_weight": "2",
"health_weight": "1",
"flash_loan_weight": "0"
},
"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"
}
}
}
}
}
}
],
"global_state": {
"stake_acc": "0",
"rewards_last_distributed": "2026-04-09T23:35:09.140232993Z",
"extra": {
"text": {
"rewards_last_distributed": "2026-04-09 11:35:09 PM +00:00"
}
}
}
},
"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": {
"asset_info": {
"asset": {
"id": "native;factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept",
"group": "native",
"group_key": "factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept"
},
"metadata": {
"name": "Neptune Token",
"symbol": "NEPT",
"symbol_denom": "nept",
"decimals_denom": 6,
"decimals_display": 5
},
"classification": {
"kind": "regular",
"neptune_receipt_asset": null
}
},
"pools": [
{
"index": 0,
"duration": 604800,
"extra": {
"text": {
"duration": "7 days",
"index": "1"
}
},
"params": {
"reward_weight": "2",
"gov_weight": "2",
"health_weight": "1",
"flash_loan_weight": "0"
},
"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"
}
},
"params": {
"reward_weight": "2",
"gov_weight": "2",
"health_weight": "1",
"flash_loan_weight": "0"
},
"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"
}
},
"params": {
"reward_weight": "2",
"gov_weight": "2",
"health_weight": "1",
"flash_loan_weight": "0"
},
"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"
}
}
}
}
}
}
],
"global_state": {
"stake_acc": "0",
"rewards_last_distributed": "2026-04-09T23:35:09.140232993Z",
"extra": {
"text": {
"rewards_last_distributed": "2026-04-09 11:35:09 PM +00:00"
}
}
}
},
"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"
}