get block withdrawals

Deprecation Notice: Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the PRO API reference page for information.

get/blocks/{block_number_or_hash}/withdrawals

Path parameters

block_number_or_hashstring required

Block number or hash

Response

block's withdrawals (pay attention that block_number together with timestamp fields is not included to response in this endpoint)

next_page_paramsobject required

Example response

{
  "next_page_params": {
    "index": 1,
    "items_count": 50
  }
}

Changes

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