Transaction
API Response Details
Response Structure
Transaction
Field
Description
Type
chain.key
Key identifier for the blockchain.
string
chain.name
Name of the blockchain.
string
closedPnl
N/A
fees
Fees paid for the transaction in native asset.
string
feesFiat
Fees paid in fiat currency equivalent.
string
from
Address initiating the transaction.
string
functionName
Name of the executed function.
string
hash
Transaction hash.
string
timestamp
Timestamp of the transaction (in seconds).
string
to
Recipient address of the transaction.
string
value
Transaction value in native asset.
string
valueFiat
Transaction value in fiat currency equivalent.
string
protocol.name
Name of the protocol used in the transaction.
string
protocol.key
Key identifier for the protocol.
string
subProtocol.key
Key identifier for the sub-protocol.
string
subProtocol.name
Name of the sub-protocol.
string
Last updated