Transaction Page Overview

This API endpoint facilitates the retrieval of transaction data for a specified transaction hash from the network of choice, serving as a key component in the Transaction Page Overview of the Block Explorer.

The endpoint expects two parameters: 'network' (query type), which signifies the specific blockchain network to be queried, and 'tx_hash' (text type), which refers to the unique transaction identifier.

Upon execution, this query delivers output data, including the transaction hash, block number, block timestamp, both the sender ('from_address') and recipient ('to_address') of the transaction, the transferred value, gas used, gas price, as well as the input data encoded by the originator of the transaction.

The generated visualization for the results obtained is not explicitly described as it is represented in a standard tabular format.
Clone, Modify, Create API here at View query

Language
Authorization
Query
Click Try It! to start a request and see the response here!