跳转到主要内容
GET
/
v1
/
ramp
/
deposit
/
address
Deposit Wallet Address
curl --request GET \
  --url https://api-sandbox.uqpaytech.com/api/v1/ramp/deposit/address \
  --header 'x-auth-token: <api-key>'
{
  "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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt

Use this file to discover all available pages before exploring further.

授权

x-auth-token
string
header
必填

The API token for login provided by UQPay.

请求头

x-on-behalf-of
string

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.

查询参数

asset
string
必填

Asset code

network
string
必填

Network code

响应

200 - application/json

Successfully retrieved deposit address

code
integer
必填
示例:

200

message
string
必填
示例:

"Success"

data
object
必填