getTransfers
Query your transactions on Akashic
Last updated
Was this helpful?
Query your transactions on Akashic
Last updated
Was this helpful?
This function takes a set of optional parameters to get a more specific subset of transactions
page
& limit
For pagination. Page is zero-indexed. Allowed limit-values are 10, 25, 50, and 100
layer
Limit results to just or transactions
status
Limit results to only "Pending", "Confirmed", or "Failed" transactions
transactionType
Limit results to or transactions. "Deposit" or "Withdraw"
startDate
and endDate
Limit results by time
hideSmallTransactions
Set to true to exclude transactions below 1 USD in value
Note: l2Txnhash
(the "L2-hash") should always be used as the unique identifier of a transaction. This is a unique transaction-hash for any transaction on . It is present for Confirmed deposits and Pending/Confirmed payouts. This is particularly important for the case of transactions, which will not have a Layer 1 hash (txHash
)
Note: internalFee
refers to the associated with transactions on AkashicChain.