v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
addresses

List Beacon Deposits for a specific address

Retrieves Beacon deposits for a specific address.

get/{chain_id}/api/v2/addresses/{address_hash_param}/beacon/deposits

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

Deposit index for paging

Response

Beacon deposits for the specified address.

next_page_paramsobject nullable required

Example response

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