Wallet Balance

This is the endpoint for Wallet Balance.

GET https://exchanger-api.fuspay.finance/gateway/balance

your-fuspay-secret-key

Request

{

}

{
  "status": "success",
  "balance": Number,
  "wallet_address": String,
  "chain": "usdt-trc20"
}

Last updated