v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
shibarium

List Shibarium withdrawals.

Retrieves a paginated list of completed Shibarium withdrawals ordered by Shibarium block number descending. A withdrawal is "completed" when both the Shibarium and parent-chain sides of the bridge have been observed.

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

Path parameters

chain_idstring required

The ID of the blockchain

Query parameters

items_countinteger

Number of items per page

block_numberinteger

Shibarium block number for paging (cursor on l2_block_number).

Response

List of Shibarium withdrawals.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "block_number": 5000000
  }
}