BLVT

BLVT Info (MARKET_DATA)

Weight(IP): 1

get/sapi/v1/blvt/tokenInfo

Query parameters

tokenNamestring

BTCDOWN, BTCUP

Response

List of token information

tokenNamestring required
descriptionstring required
underlyingstring required
tokenIssuedstring required
basketstring required
navstring required
realLeveragestring required
fundingRatestring required
dailyManagementFeestring required
purchaseFeePctstring required
dailyPurchaseLimitstring required
redeemFeePctstring required
dailyRedeemLimitstring required
timestampinteger required

Example response

[
  {
    "tokenName": "BTCDOWN",
    "description": "3X Short Bitcoin Token",
    "underlying": "BTC",
    "tokenIssued": "717953.95",
    "basket": "-821.474 BTCUSDT Futures",
    "currentBaskets": [
      {
        "symbol": "BTCUSDT",
        "amount": "-1183.984",
        "notionalValue": "-22871089.96704"
      }
    ],
    "nav": "4.79",
    "realLeverage": "-2.316",
    "fundingRate": "0.001020",
    "dailyManagementFee": "0.0001",
    "purchaseFeePct": "0.0010",
    "dailyPurchaseLimit": "100000.00",
    "redeemFeePct": "0.0010",
    "dailyRedeemLimit": "1000000.00",
    "timestamp": 1583127900000
  }
]

Changes

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

  • a484ce871a72120See the full diff
    • removed the optional property items/timstamp from the response with the 200 status

      response-optional-property-removed

    • the response property code became required for the status 400

      response-property-became-required

    • the response property items/basket became required for the status 200

      response-property-became-required

    • the response property items/currentBaskets became required for the status 200

      response-property-became-required

    • the response property items/currentBaskets/items/amount became required for the status 200

      response-property-became-required

    • the response property items/currentBaskets/items/notionalValue became required for the status 200

      response-property-became-required

    • the response property items/currentBaskets/items/symbol became required for the status 200

      response-property-became-required

    • the response property items/dailyManagementFee became required for the status 200

      response-property-became-required

    • the response property items/dailyPurchaseLimit became required for the status 200

      response-property-became-required

    • the response property items/dailyRedeemLimit became required for the status 200

      response-property-became-required

    • the response property items/description became required for the status 200

      response-property-became-required

    • the response property items/fundingRate became required for the status 200

      response-property-became-required

    • the response property items/nav became required for the status 200

      response-property-became-required

    • the response property items/purchaseFeePct became required for the status 200

      response-property-became-required

    • the response property items/realLeverage became required for the status 200

      response-property-became-required

    • the response property items/redeemFeePct became required for the status 200

      response-property-became-required

    • the response property items/tokenIssued became required for the status 200

      response-property-became-required

    • the response property items/tokenName became required for the status 200

      response-property-became-required

    • the response property items/underlying became required for the status 200

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required

    • added the required property items/timestamp to the response with the 200 status

      response-required-property-added