List wallets
To use this endpoint from the browser, you’ll need to specify the
/accounts/{accountID}/wallets.read
scope when generating a token.
GET
/accounts/{accountID}/wallets
|
|
|
|
|
|
Path parameters
accountID
string
<uuid>
required
ID of the account.
Response
application/json
availableBalance
object
Available balance of the wallet.
An integer value representing money in a specific currency.
Show child attributes
currency
string
<=3 characters
Pattern
A 3-letter ISO 4217 currency code.
value
integer<int64>
Quantity in the smallest unit of the specified currency. In USD this is cents, for example, $12.04 is 1204 and $0.99 is 99.
valueDecimal
string
Same as
value
, but a decimal-formatted numerical string that represents up to 9 decimal place precision.
A decimal-formatted numerical string that represents up to 9 decimal place precision.
walletID
string<uuid>
<=36 characters
UUID v4