Endpoints
| Endpoint | Request |
|---|---|
| List Users | GET /users |
| Retrieve User | GET /users/{id} |
| Update User | PATCH /users/{id} |
| Check User Access | GET /users/{id}/access/{resource_id} |
| Update Current User | PATCH /users/me |
Attributes
User holdings (crypto and fiat), each with USD value. Empty when
total_usd is null.Properties
Properties
Total amount held in native units, as a decimal string.
Balance split into available, pending, and reserve amounts, as native-unit
decimal strings. On-chain crypto is entirely available; good_funds and fiat
cash can have pending or reserve portions.
Holding icon URL.
The holding’s display name
USD price per unit, or
null when no exchange rate is available.Holding display symbol, such as
USDT, cbBTC, or EUR.Holding USD value, or
null when no exchange rate is available.The user’s biography
When the user was created, as an ISO 8601 timestamp
User ID, prefixed
user_.The user’s display name
The user’s profile picture, an object with a url
Total USD value across the user’s balances with known exchange rates. Computed
only on
GET /users/me self-view for callers with balance-read scope; null
otherwise.The user’s unique username
Identity verification status for the user’s
individual (KYC) and business
(KYB) profiles. Each is null until created, otherwise a status of
not_started, pending, approved, or rejected.User

