Получение баланса

POST https://api.crystalpay.io/v3/balance/get/

Body

Name
Type
Description

auth_login*

string

Логин кассы

auth_secret*

string

Секретный ключ кассы

method*

string

Внутреннее название счёта / метода

* - обязательные поля

Response

{
    "error": false,
    "errors": [],
    "method": "BITCOIN",
    "name": "Bitcoin",
    "amount": "0.0005",
    "currency": "BTC",
    "amount_accuracy": 8
}

Last updated