v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
transactions

List beacon deposits in a transaction

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

get/{chain_id}/api/v2/transactions/{transaction_hash_param}/beacon/deposits

Path parameters

transaction_hash_paramstring required

Transaction hash 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 for transaction.

next_page_paramsobject nullable required

Example response

{
  "next_page_params": {
    "index": 2287943
  }
}