v1
latestOpenAPI 3.0.22026-07-26123510445.2 KBDeposits
Deposit Wallet Address
Get deposit address for specified cryptocurrency. Stablecoin Account API Publisher Disclaimer
get/v1/ramp/deposit/address
Query parameters
assetstring required
Asset code
networkstring required
Network code
Headers
x-on-behalf-ofstring
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.
Response
Successfully retrieved deposit address
Example response
{
"code": 200,
"message": "Success",
"data": {
"asset": "USDT",
"network": "ETH",
"wallet_address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"qr_code": "https://cdn.uqpaytech.com/qr/...",
"minimum_deposit": "10.00",
"create_time": "2024-07-18T14:19:52+08:00"
}
}