scroll

List deposits.

Retrieves a paginated list of deposits.

get/{chain_id}/api/v2/scroll/deposits

Path parameters

chain_idstring required

The ID of the blockchain

Query parameters

items_countinteger

Number of items per page

idinteger

ID for paging

Response

List of deposits.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "id": 986043
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.