Skip to main content

state.QueryRedelegations RPC Method

Loading...

Updated on
Nov 19, 2024

state.QueryRedelegations RPC Method

Parameters

srcValAddr
string
REQUIRED
Loading...
dstValAddr
string
REQUIRED
Loading...

Returns

result
object
Loading...
redelegation_responses
array
Loading...
redelegation
object
Loading...
delegator_address
string
Loading...
validator_src_address
string
Loading...
validator_dst_address
string
Loading...
entries
array
Loading...
creation_height
integer
Loading...
completion_time
string
Loading...
initial_balance
string
Loading...
shares_dst
string
Loading...
entries
array
Loading...
redelegation_entry
object
Loading...
creation_height
integer
Loading...
completion_time
string
Loading...
initial_balance
string
Loading...
shares_dst
string
Loading...
balance
string
Loading...
pagination
object
Loading...
next_key
string
Loading...
total
integer
Loading...
Request
1
curl --location 'https://docs-demo.celestia-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"id": 1,
5
"jsonrpc": "2.0",
6
"method": "state.QueryRedelegations",
7
"params": [
8
"SOURCE_VALIDATOR_ADDRESS",
9
"DESTINATION_VALIDATOR_ADDRESS"
10
]
11
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free