Skip to main content
GET
Get member's account balance

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

memberId
string
required

The id of the member, max length 36

Maximum string length: 36

Query Parameters

accountType
string

(optional) The type of the account. If not provided, the default account type will be used

Response

OK

availableBalance
number<double>
required
reservedBalance
number<double>
required
isAllowedToSpend
boolean
required
conversionRate
number<double>
required
Last modified on August 10, 2026