Wallet
This section of the API provides access to wallet information, including balances in various currencies. It enables users to retrieve wallet details associated with their account.
Retrieve Wallet Information
Headers
Name
Type
Description
{
"message": "Wallet retrieved successfully",
"data": {
"profile_phone": "string",
"is_active": "boolean",
"balances": [
{
"ticker": "string",
"name": "string",
"balance": "number"
},
...
]
}
}
Last updated