Get all the withdraws for an address at a specific epoch
curl --request GET \ --url https://namada-indexer-01.originstake.com/api/v1/pos/withdraw/{address} \ --header 'Key: <api-key>'
{ "200": { "results": [ {} ], "pagination": { "page": "<string>", "perPage": "<string>", "totalPages": "<string>", "totalItems": "<string>" } } }
The delegator address
The epoch
Page number for pagination (minimum: 1)
A paginated list of withdraws.
Show Properties
Array of withdraw objects containing: