v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
addresses

List validator withdrawals involving a specific address

Retrieves withdrawals involving a specific address, typically for proof-of-stake networks supporting validator withdrawals.

get/{chain_id}/api/v2/addresses/{address_hash_param}/withdrawals

Path parameters

address_hash_paramstring required

Address hash in the path

chain_idstring required

The ID of the blockchain

Query parameters

items_countinteger

Number of items per page

indexinteger

Item index for paging

Response

Withdrawals for the specified address, with pagination. Note that receiver field is not included in this endpoint.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "index": 88192653
  }
}