get
https://open-api-v3.coinglass.com/api/bitcoin/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"
},
...
]
},
...
]
}| Field | Description |
|---|---|
| date | Time, in milliseconds |
| list | a list |
list
| Field | Description |
|---|---|
| nav | Net Asset Value (NAV) of the ETF |
| marketPrice | ETF current market price |
| premiumDiscountPercent | Premium or discount percentage |
| ticker | Ticker symbol representing the Bitcoin Exchange-Traded Fund (ETF) |
