---
title: "BLVT Info (MARKET_DATA)"
method: GET
path: "/sapi/v1/blvt/tokenInfo"
tags: ["BLVT"]
---

# BLVT Info (MARKET_DATA)

`GET /sapi/v1/blvt/tokenInfo`

Weight(IP): 1

## Query parameters

- `tokenName` string

## Response `200`

List of token information

- object[]
  - `tokenName` string, required
  - `description` string, required
  - `underlying` string, required
  - `tokenIssued` string, required
  - `basket` string, required
  - `currentBaskets` object[], required
    - `symbol` string, required
    - `amount` string, required
    - `notionalValue` string, required
  - `nav` string, required
  - `realLeverage` string, required
  - `fundingRate` string, required
  - `dailyManagementFee` string, required
  - `purchaseFeePct` string, required
  - `dailyPurchaseLimit` string, required
  - `redeemFeePct` string, required
  - `dailyRedeemLimit` string, required
  - `timestamp` integer, required

## Other responses

- `400` — Bad Request

## Changes

- **2021-10-25** `a484ce871a72` — 1 warning, 20 info
  - removed the optional property `items/timstamp` from the response with the `200` status
  - the response property `code` became required for the status `400`
  - the response property `items/basket` became required for the status `200`
  - the response property `items/currentBaskets` became required for the status `200`
  - …17 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/blvt/tokenInfo/get.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
