v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Portfolio Margin

Query Portfolio Margin Asset Index Price (MARKET_DATA)

Query Portfolio Margin Asset Index Price

Weight(IP):

  • 1 if send asset
  • 50 if not send asset
get/sapi/v1/portfolio/asset-index-price

Query parameters

assetstring
Example:BTC

Response

asset price index

assetstring required
assetIndexPricestring required
timeinteger required

Example response

[
  {
    "asset": "USDT",
    "assetIndexPrice": "28251.9136906",
    "time": 1683518338121
  }
]