Balances
Wallets
Moneywave wallets enable you maintain an active balance, which is needed for payouts. Wallets serve as payout sources.
Wallets can be setup in each currency and your moneywave profile can have multiple wallets in the same currency.
When creating a wallet, kindly note the password used. This is required to access the wallet for payouts.
Create Wallet
POST
https://staging.moneywaveapp.com/v1/wallet
Create a wallet on your profile
Headers
Authorization
string
Authorization Token
Request Body
name
string
Name to call or identify the wallet
currency
string
Currency for holding balance
user_ref
string
Unique user reference or ID, required to identify this wallet via API.
lock_code
string
Password required to access the wallet
When user_ref is "0", The wallet is considered a main wallet, and currency transactions would default to this wallet. To transact from a different wallet, the appropriate user_ref must be passed.
Wallet Balance
GET
https://staging.moneywaveapp.com/v1/wallet
Return Balance and other details for a specific or multiple wallets using filters
Query Parameters
id
string
filter by wallet ID
uref
string
filter by wallet user_ref
currency
string
filter by wallet currency
Headers
Authorization
string
Authorization token
Last updated