Transactions
Get Transaction
Fetch detailed information for a transaction by its hash.
GET
Get Transaction by Hash
Documentation Index
Fetch the complete documentation index at: https://docs.incentiv.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Hash of the transaction to retrieve.
Response
Transaction details.
Unique hash that identifies the transaction.
Block number in which this transaction was included.
UNIX timestamp of when the transaction was mined.
Address of the sender of the transaction.
Address of the receiver of the transaction.
Amount of cryptocurrency transferred in the transaction.
Gas used by this transaction.
Gas price paid per unit of gas.
Transaction nonce to prevent replay attacks.
Input data sent with the transaction.
Status of the transaction execution, e.g., success or failure.
Previous
Get Transaction UserOperationsRetrieve all user operations bundled inside the given transaction.
Next
Get Transaction by Hash