Margin Info

Get Leveraged Token Info

This interface returns leveraged token information

HTTP REQUEST

GET /api/v3/etf/info

Example

GET /api/v3/etf/info

{
    "success": true,
    "code": "200",
    "msg": "success",
    "retry": false,
    "data": [
      {
          "currency": "BTCUP",
          "netAsset": 0.001,
          "targetLeverage": "2-4",
          "actualLeverage": "2.33",
          "assetsUnderManagement": "766834.764756714775 USDT"
          "basket": "-78.671762 XBTUSDTM"
      }
    ]
}
API KEY PERMISSIONS

This endpoint requires the General permission.

REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Spot weight:25

PARAMETERS
Param Type Mandatory Description
currency String No Currency, if empty query all currencies
RESPONSES
Param Description
currency currency
netAsset Net worth
targetLeverage Target leverage
actualLeverage Actual leverage
issuedSize The amount of currency issued
basket basket information