v4

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-04-277127123.7 KB
Wallets

Get wallet

get/wallets/{uuid}

Path parameters

uuidstring required

Wallet UUID.

Query parameters

update'1'

Pass 1 to force a balance refresh from the provider before returning.

Response

Wallet details

idinteger
selfstring
uuidstring
typestring nullable

Wallet provider type (e.g. CLEARJUNCTION, CURRENCYCLOUD). Null for standard wallets.

balancenumber float
currencystring
tagstring nullable
metadataobject nullable
created_atstring date-time nullable
connectionsConnections

Hypermedia links to related resources.

Example response

{
  "balance": 250,
  "currency": "EUR"
}