Skip to main content
GET
/
api
/
v1
/
pos
/
withdraw
/
{address}
Get Withdraws
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>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.namada.cc/llms.txt

Use this file to discover all available pages before exploring further.

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.