Pool
Responses
200
A successful response.
application/json
QueryPoolResponse is response type for the Query/Pool RPC method.
default
An unexpected error response.
application/json
get/cosmos/staking/v1beta1/pool
GET /cosmos/staking/v1beta1/pool HTTP/1.1
Accept: */*
{
"pool": {
"not_bonded_tokens": "text",
"bonded_tokens": "text"
}
}Last updated
Was this helpful?