Margin

Query Margin PriceIndex (MARKET_DATA)

Weight(IP): 10

get/sapi/v1/margin/priceIndex

Query parameters

symbolstring required
Example:BNBUSDT

Trading symbol, e.g. BNBUSDT

Response

Price index

calcTimeinteger required
pricestring required
symbolstring required

Example response

{
  "calcTime": 1562046418000,
  "price": "0.00333930",
  "symbol": "BNBBTC"
}

Changes

Changed in 1 of the 26 revisions of this API.5

    • the response property calcTime became required for the status 200

      response-property-became-required

    • the response property code became required for the status 400

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required

    • the response property price became required for the status 200

      response-property-became-required

    • the response property symbol became required for the status 200

      response-property-became-required