/api/reseller/balancecurl https://hexpay.live/api/reseller/balance \
-H "Authorization: Bearer <YOUR_API_KEY>"{
"success": true,
"balance_nano": 500000,
"balance_rub": 500
}Header Authorization: Bearer <key> on every request. The key is issued in the cabinet and shown once. It spends your deposit: keep it on the server.
successbooleanoptionalbalance_nanointegeroptionalбаланс в nano (1₽ = 1000)
balance_rubnumberoptional401—429—curl https://hexpay.live/api/reseller/balance \
-H "Authorization: Bearer <YOUR_API_KEY>"{
"success": true,
"balance_nano": 500000,
"balance_rub": 500
}