Skip to main content
GET
List transactions

Authorizations

api-key
string
header
required
api-sign
string
header
required
api-nonce
string
header
required

Path Parameters

vault_id
string
required

Vault identifier, a V-prefixed 14-char base32 string with a final check character.

Example:

"VABCDEF234567A"

Query Parameters

page_size
integer<int32>

Maximum number of transactions to return per page.

Example:

25

types
string[]

Filter by transaction type (e.g. deposit, withdrawal). OR-ed when multiple values are supplied.

assets
object[]

Filter by asset. Each entry supplies asset and asset_class. OR-ed when multiple values are supplied.

sort
string

Ordering as a time:direction token (direction optional, defaults to desc). Only time is supported. Defaults to time:desc.

Example:

"time:desc"

cursor
string

Opaque pagination cursor from a prior response's next_cursor field.

Example:

"eyJvZmZzZXQiOjI1fQ=="

Response

OK. Returns a page of transactions for the vault.

result
object[]
required

Transactions matching the supplied filters, ordered per order.

next_cursor
string

Opaque cursor for the next page. Omitted when there are no further results.

Example:

"eyJvZmZzZXQiOjI1fQ=="