Wallet
Call the Wallet API to request balance wallet.
GET /v1/balance
Request
Parameters details
Parameter
Type
Description
currency
string (3)
min: 3 | max: 3
This parameter is optional, if currency isn't provided it will return all currencies. Eg.: USD
Response
Response details
Parameter
Description
currency
The currency type that the amount.
balance
Balance value.
Last updated