Get a User's Wallet
Get a user’s primary wallet for a currency, with an up-to-the-minute breakdown of their money.
A user can hold several wallets per currency; this returns the one flagged
primary. Defaults to USD — pass ?currency= to select a different
currency’s primary.
The balance is split into these parts:
available— money the user can spend right nowpending— money on the way in that hasn’t fully cleared yetescrow— money set aside while a payment is being completedhold— money temporarily frozenfees— fees that have built up
The user must belong to your platform. Returns 404 if the user has no primary wallet in the requested currency.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique ID of the user whose wallet you want.
"b3a9b622-cc63-4d3c-aad6-2d8e29e6f9d4"
Query Parameters
ISO 4217 currency code of the primary wallet to return.
3Response
Successful Response
Standard response wrapper for single-object responses and errors.
Generic over the payload type. A route that declares
CommonResponse[SomeModel] gets the real data schema rendered in
OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

