跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt

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

查询合约资产明细 (KEYED)

适用于查询用户合约资产明细

请求URL

GET https://cloud-api.wooxpro.com/contract/private/assets-detail

请求限制

参见 速率限制详细

请求参数

请求
curl -H 'X-BM-KEY:{{AccessKey}}'
https://cloud-api.wooxpro.com/contract/private/assets-detail

响应详情

响应
{
  "code": 1000,
  "message": "Ok",
  "data": [
    {
    "currency": "USDT",
    "position_deposit": "100",
    "frozen_balance": "100",
    "available_balance": "100",
    "equity": "100",
    "unrealized": "100"
    },
    {
      "currency": "BTC",
      "available_balance": "0",
      "frozen_balance": "0",
      "unrealized": "0",
      "equity": "0",
      "position_deposit": "0"
    },
    {
      "currency": "ETH",
      "available_balance": "0",
      "frozen_balance": "0",
      "unrealized": "0",
      "equity": "0",
      "position_deposit": "0"
    }
  ],
  "trace": "13f7fda9-9543-4e11-a0ba-cbe117989988"
}
字段类型描述
currencyString币种
position_depositString仓位保证金
frozen_balanceString交易冻结金额
available_balanceString可用金额
equityString总权益
unrealizedString未实现盈亏