Get Coin Balances
GET https://dopaminecpgapi.wealwindemo.com/api/apiResult/getBalanceundefined
Headers
Name
Type
Description
Api-Public-Key*
pk_n6f************Hsey
Api-App-Sig*
6e89841548333d0d90beebe9a1e0204b834da00ba8e40cf3117ae5b70922535c
Api-App-Ts*
1703912720215
{
"status": true,
"result": [
{ "coin": "BNB", "balance": 0.0001 },
{
"coin": "USDT", "tokens": [{ "type": "bep20", "balance": 10 }, { "type": "erc20", "balance": 100 }]
},
{ "coin": "ETH", "balance": 0.001 }
]
}{
"status": false,
"message": "User not exist!"
}Last updated