Get balance

circle-info

This method is only available to users who have a API Wallet subscription

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&currency&secret)

{
    "balance": 12.345,
    "unconfirmed_balance": 0.5//only bitcoin and litecoin
}

Last updated