v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
blocks

List transactions and tx details included in a specific block

Retrieves transactions included in a specific block, ordered by transaction index.

get/{chain_id}/api/v2/blocks/{block_hash_or_number_param}/transactions

Path parameters

integer required
OR
string required

Block hash or number in the path

chain_idstring required

The ID of the blockchain

Query parameters

type'coin_transfer' | 'contract_call' | 'contract_creation' | 'token_transfer' | 'token_creation'

Filter by transaction type. Comma-separated list of:

  • token_transfer - Token transfer transactions
  • contract_creation - Contract deployment transactions
  • contract_call - Contract method call transactions
  • coin_transfer - Native coin transfer transactions
  • token_creation - Token creation transactions
  • blob_transaction - Only show blob transactions (Ethereum only)
items_countinteger

Number of items per page

block_numberinteger

Block number for paging

indexinteger

Item index for paging

Response

Transactions in the specified block, with pagination.

next_page_paramsobject nullable required