Balances

Get list of your accounts and balances.

get

Get list of user accounts

Query parameters
limitinteger · int32 · min: 1 · max: 1000Optional

Limit the number of returned paginations. Defaults to 100.

pageinteger · int32Optional

Specify the page of paginated results.

nonzeroBooleanOptional

Filter non zero balances.

searchjsonOptional
search[currency_code]stringOptional
search[currency_name]stringOptional
Responses
200
Get list of user accounts
application/json
get
GET /api/v2/live/account/balances HTTP/1.1
Host: www.mameex.com
Accept: */*
200

Get list of user accounts

[
  {
    "currency": "text",
    "balance": 1,
    "locked": 1,
    "deposit_address": {
      "currencies": [
        [
          "bch",
          "btc",
          "dash",
          "dgb",
          "dingo",
          "ltc",
          "nmc",
          "nyc",
          "nyx",
          "omega",
          "ppc",
          "spk",
          "trc",
          "xvg"
        ]
      ],
      "address": "text",
      "state": "text"
    }
  }
]

Last updated