Transfer Balance

Move funds between balances.

Balance - Transfer

GET https://staging.moneywaveapp.com/v1/wallet/transfer

Headers

NameTypeDescription

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

NameTypeDescription

sourceWallet

string

origin balance user reference

recipientWallet

string

destination balance user reference

amount

string

transfer amount

currency

string

balance currency

lock

string

balance lock code

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated