Skip to main content
GET
List Vault Assets

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

Vaults:Read: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Path Parameters

vaultId
string
required

Vault id.

Required string length: 1 - 64
Pattern: ^vlt-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$

Query Parameters

showUnverified
boolean | null
default:false
network
string

Response

200 - application/json

Success

items
object[]
required
netWorth
object
required

Vault net worth in fiat, broken down by balance kind plus a total.

Last modified on July 23, 2026