transaction

Description

Returns transaction details corresponding to a specific transaction ID.

Method Parameters

  • params - Object:

    • id - string: Transaction ID encoded as bech32 (prefix: at).

Returns

  • result - Object: An object containing details of the transaction.

    • id - number: Unique identifier for the transaction.

    • block_id - number: The unique identifier 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.

    • timestamp - string: The timestamp of the transaction.

    • height - string: The block height at which the transaction occurred.

Example

Request

Response

Last updated