BLVT Info (MARKET_DATA)
Weight(IP): 1
Query parameters
BTCDOWN, BTCUP
Response
List of token information
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
- ●
removed the optional property
items/timstampfrom the response with the200statusresponse-optional-property-removed
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
items/basketbecame required for the status200response-property-became-required
- ○
the response property
items/currentBasketsbecame required for the status200response-property-became-required
- ○
the response property
items/currentBaskets/items/amountbecame required for the status200response-property-became-required
- ○
the response property
items/currentBaskets/items/notionalValuebecame required for the status200response-property-became-required
- ○
the response property
items/currentBaskets/items/symbolbecame required for the status200response-property-became-required
- ○
the response property
items/dailyManagementFeebecame required for the status200response-property-became-required
- ○
the response property
items/dailyPurchaseLimitbecame required for the status200response-property-became-required
- ○
the response property
items/dailyRedeemLimitbecame required for the status200response-property-became-required
- ○
the response property
items/descriptionbecame required for the status200response-property-became-required
- ○
the response property
items/fundingRatebecame required for the status200response-property-became-required
- ○
the response property
items/navbecame required for the status200response-property-became-required
- ○
the response property
items/purchaseFeePctbecame required for the status200response-property-became-required
- ○
the response property
items/realLeveragebecame required for the status200response-property-became-required
- ○
the response property
items/redeemFeePctbecame required for the status200response-property-became-required
- ○
the response property
items/tokenIssuedbecame required for the status200response-property-became-required
- ○
the response property
items/tokenNamebecame required for the status200response-property-became-required
- ○
the response property
items/underlyingbecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
added the required property
items/timestampto the response with the200statusresponse-required-property-added
- ●