Delegations
DelegatorDelegations queries all delegations of a given delegator address.
When called from another module, this query might consume a high amount of gas if the pagination field is incorrectly set.
GEThttps://agoric.nownodes.io/cosmos/staking/v1beta1/delegations/{delegator_addr}
Path parameters
delegator_addr*string
delegator_addr defines the delegator address to query for.
Query parameters
Response
A successful response.
Body
delegation_responsesarray of object
delegation_responses defines all the delegations' info of a delegator.
paginationobject
pagination defines the pagination in the response.
Request
Response
Last updated