v1
latestOpenAPI 3.0.02026-07-26268286602.5 KBblocks
List validator withdrawals including amounts, index and receiver details processed in a specific block
Retrieves withdrawals processed in a specific block (typically for proof-of-stake networks).
get/{chain_id}/api/v2/blocks/{block_hash_or_number_param}/withdrawals
Path parameters
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
Withdrawals in the specified block, with pagination. Note that block_number and timestamp fields are not included in this endpoint.
Example response
{
"next_page_params": {
"index": 88192653
}
}