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
Properties
Properties
The total amount held in native units, as a decimal string
The holding split into available, pending, and reserve amounts (native-unit
decimal strings). On-chain crypto is entirely available; good_funds and fiat
cash can have pending/reserve portions
The URL of the holding’s icon, when available
The holding’s display name
The USD price per unit, or null when no exchange rate is available
The holding’s display symbol, e.g. USDT, cbBTC, or EUR
The total USD value of the holding, or null when no exchange rate is available
The user’s biography
When the user was created, as an ISO 8601 timestamp
The ID of the user, which will look like user_*************
The user’s display name
The user’s profile picture, an object with a url
Total USD value across all balances with a known exchange rate. Only computed
on the self-view (GET /users/me) for callers with the balance-read scope; null
(with an empty balances array) otherwise and when the balance source is
unavailable
The user’s unique username
The user’s identity-verification status.
individual is KYC, business is
KYB; each is null when that profile has not been created, otherwise {status}
where status is one of not_started, pending, approved, rejectedUser

