Wallet History
Displays a record of all past wallet transactions, including deposits, withdrawals, and transfers for tracking and auditing purposes.
GET
https://exchanger-api.fuspay.finance/
/api/v1/no-auth/StableCoins/History?wallet_address=yyyyyy&chain=xxxxx
AUTHORIZATION
Key
Value
Description
Token
<token>
Token is a secure string used to authenticate and authorize API requests.
HEADER
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/History?wallet_address=yyyyyy&chain=xxxxx' \
--header 'x-merchant-id: xxxxxxxx'
Last updated