transactions

Description

Returns transactions details included in a specific block.

Method Parameters

  • params - Object:

    • blockId - number: Height of desired block.

Returns

  • result - Array<Object>: An array of transaction objects included in the specified block.

    • Transaction object:

      • id - number: Unique identifier for the transaction.

      • block_id - number: The height of the block containing the transaction.

      • transaction_id - string: The transaction ID.

      • type - string: The type of the transaction.

      • index - number: The index of the transaction within the block.

      • status - string: The status of the transaction.

Example

Request

Response

Last updated