Get Deposit Address
Developing
Please transfer at least 100 USDT, otherwise the deposit will not be credited.
Request
Body Params application/jsonRequired
{
"network": "ethereum",
"clientId": 600002706
}
Request Code Samples
curl --location 'https://openapi.dev.stablelink.apptrade/crypto/get-deposit-address' \
--header 'Content-Type: application/json' \
--data '{
"network": "ethereum",
"clientId": 600002706
}'
Responses
application/json
{
"retcode": "64",
"retdata": {
"address": "0xxxxxxxxxxxxxxxxxxxxxx"
}
}
Modified at 2026-05-29 06:43:48