Skip to main content

/cosmos/staking/v1beta1/delegators/{delegator_addr}/redelegations REST API Endpoint

Queries redelegations of given address.

Updated on
May 9, 2024

/cosmos/staking/v1beta1/delegators/{delegator_addr}/redelegations REST API Endpoint

Path Parameters

delegator_addr
string
REQUIRED
The delegator address to query for

Query Parameters

src_validator_addr
string
The validator address to redelegate from
dst_validator_addr
string
The validator address to redelegate to
pagination.key
string
The value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set
pagination.offset
string
The numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set
pagination.limit
string
The total number of results to be returned in the result page. If left empty it will default to a value to be set by each app
pagination.count_total
boolean
When set to true it indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set
pagination.reverse
boolean
It is set to true if results are to be returned in the descending order

Returns

redelegation_responses
array
An array containing information about redelegations
redelegation
object
The redelegation object which contains the following fields:
delegator_address
string
The address of the delegator
validator_src_address
string
The validator redelegation source operator address
validator_dst_address
string
The validator redelegation destination operator address
entries
array
The redelegation entries object which contains the following fields:
creation_height
string
The height which the redelegation took place
completion_time
string
The unix time for redelegation completion
initial_balance
string
The initial balance when redelegation started
shares_dst
string
The amount of destination-validator shares created by redelegation
unbonding_id
string
The Incrementing id that uniquely identifies this entry
unbonding_on_hold_ref_count
string
Strictly positive if this entry's unbonding has been stopped by external modules
entries
array
The entries object which contains the following fields:
redelegation_entry
object
The redelegation object with relevant metadata
creation_height
string
The height which the redelegation took place
completion_time
string
The unix time for redelegation completion
initial_balance
string
The initial balance when redelegation started
shares_dst
string
The amount of destination-validator shares created by redelegation
unbonding_id
string
The Incrementing id that uniquely identifies this entry
unbonding_on_hold_ref_count
string
Strictly positive if this entry's unbonding has been stopped by external modules
balance
string
The balance of tokens being delegated
pagination
object
The pagination object which contains the following fields:
next_key
string
A key used for retrieving the next page of data, if available
total
string
The total number of delegations in the dataset
Request
1
curl --location 'https://docs-demo.sei-pacific.quiknode.pro/cosmos/staking/v1beta1/delegators/sei1n2ette0yltu6nlcs48phefxqmxc7egfs5ajew6/redelegations'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free