Retrieve User
Retrieves a user’s public profile by user_ tag, username, or ‘me’.
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-09"
Path Parameters
The ID of the user, which will look like user_*************, a username, or 'me'.
Query Parameters
When set, returns the user's account-specific profile overrides for this account.
Response
user retrieved
The ID of the user, which will look like user_*************
The user's unique username
The user's display name
The user's biography
When the user was created, as an ISO 8601 timestamp
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 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, rejected

