getTransfers
Query your transactions on Akashic
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 100status
Limit results to only "Pending", "Confirmed", or "Failed" transactionsstartDate
andendDate
Limit results by timehideSmallTransactions
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 AkashicChain. It is present for Confirmed deposits and Pending/Confirmed payouts. This is particularly important for the case of Layer 2 transactions, which will not have a Layer 1 hash (txHash
)
Example
Return Example
Last updated