Get list of your accounts and balances.
Last updated 1 year ago
Get list of user accounts
Currency code.
Account balance.
Account locked funds.
const response = await fetch('//www.mameex.com/api/v2/live/account/balances', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "currency": "text", "balance": 0, "locked": 0, "deposit_address": { "currencies": [ [ "bch", "btc", "dash", "dgb", "dingo", "ltc", "nmc", "nyc", "nyx", "omega", "ppc", "spk", "trc", "xvg" ] ], "address": "text", "state": "text" } } ]