Get Deposit Address
GET https://dopaminecpgapi.wealwindemo.com/api/apiResult/getGenerateAddress
Query Parameters
Name
Type
Description
currency*
ETH
The parameters should be like this, BTC, ETH
index*
0
The parameters should be less the 100
Headers
Name
Type
Description
Api-Public-Key*
pk_n6f************Hsey
Api-App-Sig*
6e89841548333d0d90beebe9a1e0204b834da00ba8e40cf3117ae5b70922535c
Api-App-Ts*
1703912720215
{
"status": true,
"result": {
"currency": "ETH",
"address": "0x08822ab5fc439083491fe77f6b000b18625cab46",
"index": 0
}
}{
"status": false,
"message": "Currency not found!"
}
Last updated