get https://open-api-v3.coinglass.com/api/ethereum/etf/list
This API retrieves a list of key status information for Ethereum Exchange-Traded Funds (ETFs).
Response Data
{
"code": "0",
"msg": "success",
"data": [
{
"ticker": "ETHA",
"name": "iShares Ethereum Trust ETF",
"locale": "us",
"marketStatus": "closed",
"primaryExchange": "XNAS",
"cik": "0002000638",
"type": "Spot",
"marketCap": "544896000.00",
"listDate": 1721692800000,
"shareClassSharesOutstanding": "28800000",
"aum": "",
"fee": "0.25",
"lastTradeTime": 1722988779939,
"lastQuoteTime": 1722988799379,
"volume": 5592645,
"volumeUsd": 106447049.343,
"price": 18.92,
"priceChange": 0.67,
"priceChangePercent": 3.67,
"assetInfo": {
"nav": 18.11,
"premiumDiscount": 0.77,
"holding": 237882.8821,
"changePercent1d": 0,
"change1d": 0,
"changePercent7d": 56.69,
"change7d": 86060.9115,
"date": "2024-08-05"
},
"updateTime": 1722995656637
},
...
]
}
Field | Description |
---|---|
ticker | Ticker symbol representing the Ethereum Exchange-Traded Fund (ETF) |
name | Name of the Ethereum Exchange-Traded Fund (ETF) |
locale | Locale or location of the ETF |
marketStatus | Market status of the ETF (e.g., early_trading, late_trading, open, closed) |
primaryExchange | Primary exchange where the ETF is listed |
cik | Central Index Key (CIK) of the ETF |
type | e.g. Spot , Futures |
marketCap | Market capitalization of the ETF |
listDate | Date when the ETF was listed |
shareClassSharesOutstanding | Total outstanding shares of the ETF |
aum | Assets under management (AUM) of the ETF |
fee | Expense ratio |
lastTradeTime | Time of the last trade |
lastQuoteTime | Time of the last quote |
volume | Trading volume of the ETF |
volumeUsd | Trading volume in USD |
price | Current price of the ETF |
priceChange | Price change of the ETF |
priceChangePercent | Percentage change in price of the ETF |
updateTime | Time of the last update |
assetInfo | Information about the ETF's assets |
nav | Net Asset Value (NAV) of the ETF |
premiumDiscount | Premium or discount percentage |
holding | Ethereum holdings of the ETF |
changePercent1d | Percentage change in Ethereum holding (1 day) |
change1d | Absolute change in Ethereum holding (1 day) |
changePercent7d | Percentage change in Ethereum holding (7 day) |
change7d | Absolute change in Ethereum holding (7 day) |
date | Date and time of the last update for Net Asset Value (NAV) per share eg. 2024-02-02 |