跳转到主要内容
GET
/
v1
/
ramp
/
deposit
/
addresses
List Deposit Addresses
curl --request GET \
  --url https://api-sandbox.uqpaytech.com/api/v1/ramp/deposit/addresses \
  --header 'x-auth-token: <api-key>'
{
  "code": 200,
  "message": "Success",
  "data": {
    "data": [
      {
        "asset": "USDC",
        "network": "ETH",
        "address": "0x5B1E25f4954A3056d9dBb48B20D547DbEc8bac7e",
        "create_time": "2026-01-21T17:08:14+08:00"
      }
    ],
    "total_pages": 123,
    "total_items": 123
  }
}

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.

查询参数

page_num
integer
默认值:1
必填

Page number, default 1

必填范围: x >= 1
page_size
integer
默认值:20
必填

Items per page, default 20

必填范围: x >= 1
asset
string

Filter by asset code

network
string

Filter by network code

响应

200 - application/json

Successfully retrieved deposit addresses

code
integer
必填
示例:

200

message
string
必填
示例:

"Success"

data
object
必填