Balance

POST https://tegro.money/api/balance/

Getting the balance of all wallets

Request

Header

Authorization

string

Request Signature

Body

shop_id

string

Shop ID

nonce

integer

Unique request number

Reply

{
  "type": "success",
  "desc": "",
  "data": {
    "user_id": 1,
    "balance": {
      "RUB": "1396.68",
      "USD": "0.00",
      "EUR": "1.23",
      "UAH": "0.00"
    }
  }
}

Example request

Last updated