v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
blocks

List beacon deposits in a specific block

Retrieves beacon deposits included in a specific block with pagination support.

get/{chain_id}/api/v2/blocks/{block_hash_or_number_param}/beacon/deposits

Path parameters

integer required
OR
string required

Block hash or number 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

Beacon deposits in the specified block.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "index": 123
  }
}