Skip to main content

/initia/mstaking/v1/delegators/{delegator_address}/redelegations

GET

Returns all redelegations for the given delegator.
Path Parameters
delegator_addressstringrequired
Delegator address (bech32).
Query Parameters
pagination.limitstring
Maximum number of results to return per page.
Responses
codestringrequired
Code identifying the cause of the failed request.
messagestringrequired
Detailed message including the name and value of the invalid parameter.
{
"code": "ERROR_CODE",
"message": "An unexpected error response."
}
cURL
curl -X GET 'https://rest-initia-mainnet.nodit.io/initia/mstaking/v1/delegators/init1qx02ephfxq6vp3eku8p36mful0xxk8cq74jw8p/redelegations?pagination.limit=10' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo'