Transaction
id
stringUnique identifier for this transaction
type
Allowed values:
swapdepositwithdrawclaimapprovesign
status
Pending
: transaction is in progressSuccess
: transaction completed successfullyFailed
: transaction had an error
Allowed values:
PendingSuccessFailed
reason
Allowed values:
SubmittedPending Source ChainPending Destination ChainCompletedRefund RequiredRefundedFailed Source ChainFailed Destination ChainFallbackNot SentClaim Required
integration
stringIntegration used by this transaction
Example:
openocean
source
TransactionSideEither the source or destination side of a transaction.
chain
stringChain slug or chainId
Example:
ethereum
token
stringToken address or symbol
Example:
ETH
address
stringWallet address
Example:
0x...
amount
stringToken amount in decimals
Example:
100
amountUSD
stringToken amount in US Dollars
Example:
100
hash
stringTransaction hash
Example:
0x...
destination
TransactionSideEither the source or destination side of a transaction.
createdAt
string<date-time>Timestamp when the transaction was created
updatedAt
string<date-time>Timestamp when the transaction record was last updated
finishedAt
string<date-time> or null
Timestamp when the transaction finished
preparing...