curl --request GET \
--url https://api.storyapis.com/staking/pool
{
"code": 200,
"msg": {
"pool": {
"not_bonded_tokens": "0",
"bonded_tokens": "4000000"
}
},
"error": ""
}
curl --request GET \
--url https://api.storyapis.com/staking/pool
{
"code": 200,
"msg": {
"pool": {
"not_bonded_tokens": "0",
"bonded_tokens": "4000000"
}
},
"error": ""
}
The response is of type object
.