Skip to main content
A blockchain transaction with decoded event data

Fields

decoded_details
interface
The decoded event data (varies by event type)Type: DecodedDetails
gas_used
string
The amount of gas used by the transaction
block_hash
string
The hash of the block containing the transaction
to_address
string
The recipient’s address
tx_hash
string
The transaction hash
block_height
int
The block number where the transaction was included
decoded_type
string
The type of decoded event (e.g., SWAP)
miner_address
string
The address of the block miner
tx_offset
int
The position of the transaction in the block
block_signed_at
string
Timestamp when the block containing this transaction was signed (ISO-8601)
from_address
string
The sender’s address
logs
object[]
Array of event logs emitted during the transactionType: TransactionLog
value
string
The transaction value in native currency
chain_name
string
The blockchain network where the transaction occurred
successful
boolean
Whether the transaction was successful