List transactions
Returns a paginated list of transactions for the given vault. Filter by transaction type, asset, and sort order. Use cursor from a prior response to fetch subsequent pages.
Rate limit: 200 requests per 30 seconds per IP.
Authorizations
Path Parameters
Vault identifier, a V-prefixed 14-char base32 string with a final check character.
"VABCDEF234567A"
Query Parameters
Maximum number of transactions to return per page.
25
Filter by transaction type (e.g. deposit, withdrawal). OR-ed when multiple values are supplied.
Filter by asset. Each entry supplies asset and asset_class. OR-ed when multiple values are supplied.
Sort order for results. One of asc or desc. Defaults to desc.
"desc"
Opaque pagination cursor from a prior response's next_cursor field.
"eyJvZmZzZXQiOjI1fQ=="