v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
optimism

List withdrawals.

Retrieves a paginated list of withdrawals.

get/{chain_id}/api/v2/optimism/withdrawals

Path parameters

chain_idstring required

The ID of the blockchain

Query parameters

items_countinteger

Number of items per page

noncestring

Nonce for paging

Response

List of withdrawals.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "nonce": "1766847064778384329583297500742918515827483896875618958121606201292650102"
  }
}