API Reference

ETF Premium/Discount History

This API retrieves a list of key status information regarding the historical premium or discount fluctuations of ETFs.

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
         {
      "date": 1706227200000,
      "list": [
        {
          "nav": 37.51,
          "marketPrice": 37.51,
          "premiumDiscountPercent": 0,
          "ticker": "GBTC"
        },
        {
          "nav": 23.94,
          "marketPrice": 23.99,
          "premiumDiscountPercent": 0.22,
          "ticker": "IBIT"
        },
        ...
      ]
    },
    ...
  ]
}
FieldDescription
dateTime, in milliseconds
lista list

list

FieldDescription
navNet Asset Value (NAV) of the ETF
marketPriceETF current market price
premiumDiscountPercentPremium or discount percentage
tickerTicker symbol representing the Bitcoin Exchange-Traded Fund (ETF)
Language
Authorization
Header
Click Try It! to start a request and see the response here!