v1
latestOpenAPI 3.0.02026-07-2442242189.1 KBListTransactions
Retrieve a list of all transactions in a vault.
Path parameters
Query parameters
A filter string to filter the results. More details about filtering can be found in the Filtering Documentation Page.
Supported fields and functions:
| Name | Description | Example |
|---|---|---|
| create_time | Filter by creation time (string comparison). | create_time > "2023-08-29T18:04:00Z" |
| state | Filter by one or more states (enum...). | state(AWAITING_APPROVAL,AWAITING_SIGNATURE) |
| spam | Filter by spam status (bool). | spam(false) |
| from_wallet | Filter by one or more source wallets (string...). | from_wallet("vaults/123456789012/wallets/5a8b8085ccd0") |
| to_wallet | Filter by one or more destination wallets (string...). | to_wallet("vaults/123456789012/wallets/5a8b8085ccd0") |
| pending_user_approval | Filter by user for which the transaction is awaiting approval (string). | pending_user_approval("users/name@example.com") |
| asset | Filter by one or more assets (string...). Supports v2 asset aliases. | asset("assets/erc20.ethereum-mainnet.0x6b175474e89094c44da98b954eedeac495271d0f") |
| external_id | Filter by client-provided external ID (string). | external_id("order-123") |
SQL-like ordering specifications. Supports the field create_time.
The maximum number of items to return. The service may return fewer than this value.
If unspecified, at most 50 will be returned.
A page token, received from the previous list call as nextPageToken. Provide this to retrieve the subsequent page.
When paginating, all other parameters must match the call that provided the page token.
How many results to skip.
Note: may be used alongside token-based pagination (see pageToken), although this won't be needed for most use cases.
Include referenced resources in the response.
The view of the transaction.
- BASIC: The default view. Does not include certain fields such as blocking transactions.
- FULL: Full view, include all fields.
Response
A successful response.