Skip to main content

Get transactions in a block by block number or block hash on any supported network

GET 

/:network/chain/block/transactions

Get transactions in a block by block number or block hash on any supported network

Request

Path Parameters

    network stringrequired

    Blockchain network name or chain id

Query Parameters

    block_height number

    Optional block number for which the transactions are requested. Provide only block height, timestamp or block hash you want to check for.

    date string

    Optional Date timestamp for which the balance is requested (ISO 8601 format). Provide only block height, timestamp or block hash you want to check for.

    block_hash string

    The block hash for which the block data is requested.

    page number

    Page number for pagination

    limit number

    Number of transactions per page, Max 10 per page

    currency string

    The currency used for the conversion.

Responses

The transactions in the block.

Loading...