Skip to main content
GET
TypeScript

Path Parameters

vaultAccountId
string<numeric>
required

The ID of the vault account

assetId
string
required

The ID of the asset

Query Parameters

pageCursor
string

Cursor for the next page of results

pageSize
integer
default:50

Number of results per page (max 250, default 50)

Required range: 1 <= x <= 250
sort
enum<string>

Field to sort by

Available options:
AMOUNT,
CONFIRMATIONS
order
enum<string>

Sort order

Available options:
ASC,
DESC
includeAllLabels
string[]

Only return UTXOs that have ALL of these labels (AND logic).

includeAnyLabels
string[]

Return UTXOs that have ANY of these labels (OR logic).

excludeAnyLabels
string[]

Exclude UTXOs that have ANY of these labels.

includeStatuses
string[]

Filter by UTXO statuses to include.

address
string

Filter by address

txHash
string

Filter by the on-chain hash of the transaction that created the UTXOs. Returns all UTXOs originating from that transaction.

txId
string<uuid>

Filter by the Fireblocks transaction ID that created the UTXOs.

minAmount
string

Minimum amount filter

maxAmount
string

Maximum amount filter

Response

A paginated list of UTXOs

data
object[]
required

List of UTXOs

next
string | null

Cursor to the next page

Example:

"MjAyNS0wNy0wOSAxMDo1MzoxMy40NTI=:NA=="