Create Balance

Setup a new balance

Balance - Create

POST https://staging.moneywaveapp.com/v1/wallet

Headers

NameTypeDescription

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

NameTypeDescription

name

string

Name for new balance

lock_code

string

lock code or password, required when debiting balance

user_ref

string

user reference, required uniquely for each balance in the same currency

currency

string

Balance currency.

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

Last updated