Get Balance

Retrieves the current available balance in the user's wallet, showing how much funds are accessible for transactions.

GEThttps://exchanger-api.fuspay.finance//api/v1/no-auth/StableCoins/Balance?wallet_address=yyyyyy&chain=xxxxx

AUTHORIZATION

Key
Value
Description

Token

<token>

Token is a secure string used to authenticate and authorize API requests.

Key
Value
Description

x-merchant-id

xxxxxxxx

X-Merchant-Id is an identifier for a merchant in API requests.

PARAMS

Key
Value
Description

wallet-address

yyyyyy

A wallet address is a digital identifier used to send and receive funds in blockchain transactions.

chain

xxxxx

A chain is a blockchain network for recording and verifying transactions.

EXAMPLE REQUEST

curl --location -g '{{ _.base_url }}/api/v1/no-auth/StableCoins/Balance?wallet_address=yyyyyy&chain=xxxxx' \
--header 'x-merchant-id: xxxxxxxx'

Last updated