GET
/
api
/
v1
/
pos
/
withdraw
/
{address}
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>"
    }
  }
}

Path Parameters

address
string
required

The delegator address

Query Parameters

epoch
integer

The epoch

page
integer

Page number for pagination (minimum: 1)

Response

200
object

A paginated list of withdraws.