List transactions
Permissions required: Read vault activity
List all transactions for the vaults permissioned to your API key. You can retrieve metadata about your API key from the API Key endpoints.
NOTE: price and USD value information is recent but does not reflect real-time data.
Filters
You may optionally supply the following filters:
- Set a date range by providing the
startDateand/orendDatequery parameters. The date refers to the end time of a transaction: when the transaction succeeded or failed. If the date parameters are omitted, all transactions will be returned. - Select transactions involving a specific vault by providing the
vaultIdparameter. If thevaultIdparameter is omitted, transactions for all vaults for which your API key is permissioned will be returned. - Filter transactions of one or more types with the
typesparameter. Multiple types should be separated by commas. - Select transactions involving a specific wallet by providing the
walletIdparameter. If thewalletIdparameter is omitted, transactions for all vaults for which your API key is permissioned will be returned. - Filter transactions by the receiving address with the
destinationAddressparameter.
Authorizations
An API key associated with a security role
Query Parameters
The vault ID to get transactions for
When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)
Maximum number of results to return per query
1 <= x <= 100A comma-separated list of transaction types to return.
DEPOSIT, WITHDRAW, TRANSFER, DELEGATION_REWARD, STAKING_REWARD, RESTAKING_REWARD, ALLUVIAL_STAKING_REWARD, MINT, BURN, DIEM_PREBURN, GAS_STATION, OTHER An ID uniquely identifying an Anchorage Digital wallet
The destination address on the transaction for which results will be returned

