跳转到主要内容
GET
/
v1
/
ramp
/
asset
List Assets
curl --request GET \
  --url https://api-sandbox.uqpaytech.com/api/v1/ramp/asset \
  --header 'x-auth-token: <api-key>'
{
  "code": 200,
  "message": "Success",
  "data": {
    "data": [
      {
        "balance_id": "5e56e5de-f354-4570-8cbc-cc134d7a5b75",
        "balance_currency": "USDC",
        "balance_status": "Active",
        "available_balance": "9100",
        "margin_balance": "0",
        "frozen_balance": "0",
        "create_time": "2025-06-30 17:03:06 +08:00",
        "last_trade_time": "2025-10-24 17:51:24 +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_size
integer
默认值:10
必填

Items per page (10 to 100, default 10)

必填范围: 10 <= x <= 100
page_num
integer
默认值:1
必填

Page number (≥ 1, default 1)

必填范围: x >= 1
balance_currency
string

Wallet currency to query

balance_status
enum<string>

Wallet account status

可用选项:
Pending,
Active,
Closed

响应

200 - application/json

Successfully retrieved asset list

code
integer
必填
示例:

200

message
string
必填
示例:

"Success"

data
object
必填