v1

latestOpenAPI 3.0.02026-07-2442242189.1 KB
Transactions

ListTransactions

Retrieve a list of all transactions in a vault.

get/v2/vaults/{vault_id}/transactions

Path parameters

vault_idstring required

Query parameters

filterstring

A filter string to filter the results. More details about filtering can be found in the Filtering Documentation Page.

Supported fields and functions:

NameDescriptionExample
create_timeFilter by creation time (string comparison).create_time > "2023-08-29T18:04:00Z"
stateFilter by one or more states (enum...).state(AWAITING_APPROVAL,AWAITING_SIGNATURE)
spamFilter by spam status (bool).spam(false)
from_walletFilter by one or more source wallets (string...).from_wallet("vaults/123456789012/wallets/5a8b8085ccd0")
to_walletFilter by one or more destination wallets (string...).to_wallet("vaults/123456789012/wallets/5a8b8085ccd0")
pending_user_approvalFilter by user for which the transaction is awaiting approval (string).pending_user_approval("users/name@example.com")
assetFilter by one or more assets (string...). Supports v2 asset aliases.asset("assets/erc20.ethereum-mainnet.0x6b175474e89094c44da98b954eedeac495271d0f")
external_idFilter by client-provided external ID (string).external_id("order-123")
orderBystring

SQL-like ordering specifications. Supports the field create_time.

pageSizeinteger

The maximum number of items to return. The service may return fewer than this value.

If unspecified, at most 50 will be returned.

pageTokenstring

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.

skipinteger

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.

includeReferencedResourcesboolean

Include referenced resources in the response.

view'BASIC' | 'FULL'

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.

nextPageTokenstring

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

totalSizeinteger

Total number of items in the response, regardless of pagination.

referencedResourcesobject

A mapping of the referenced resources in the message. The key is the resource name and the value is the corresponding resource.

referencedAddressesInfoobject

A mapping of the referenced addresses in the message. The key is the address and the value is the corresponding address info.