Get balance
Get balance
POST https://api.xbwallet.me/getbalance
Request Body
Name
Type
Description
merchant_id
UUID
Merchant ID your shop/wallet
currency
Currency
API Currency (bitcoin, litecoin, ethereum, tron, binancecoinbep20, usdttrc20, usdterc20, usdtbep20, daierc20, daibep20, busdbep20)
secret_hash
String
Signing the request with a secret key
secret_hash = secret_hash = sha1(merchant_id¤cy&secret)
{
"balance": 12.345,
"unconfirmed_balance": 0.5//only bitcoin and litecoin
}{
"error_message": "Description error"
}Last updated