API Reference

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
    },
    ...
  ]
}
FieldDescription
tickerTicker symbol representing the Ethereum Exchange-Traded Fund (ETF)
nameName of the Ethereum Exchange-Traded Fund (ETF)
localeLocale or location of the ETF
marketStatusMarket status of the ETF (e.g., early_trading, late_trading, open, closed)
primaryExchangePrimary exchange where the ETF is listed
cikCentral Index Key (CIK) of the ETF
typee.g. Spot , Futures
marketCapMarket capitalization of the ETF
listDateDate when the ETF was listed
shareClassSharesOutstandingTotal outstanding shares of the ETF
aumAssets under management (AUM) of the ETF
feeExpense ratio
lastTradeTimeTime of the last trade
lastQuoteTimeTime of the last quote
volumeTrading volume of the ETF
volumeUsdTrading volume in USD
priceCurrent price of the ETF
priceChangePrice change of the ETF
priceChangePercentPercentage change in price of the ETF
updateTimeTime of the last update
assetInfoInformation about the ETF's assets
navNet Asset Value (NAV) of the ETF
premiumDiscountPremium or discount percentage
holdingEthereum holdings of the ETF
changePercent1dPercentage change in Ethereum holding (1 day)
change1dAbsolute change in Ethereum holding (1 day)
changePercent7dPercentage change in Ethereum holding (7 day)
change7dAbsolute change in Ethereum holding (7 day)
dateDate and time of the last update for Net Asset Value (NAV) per share eg. 2024-02-02
Language
Authorization
Header
Click Try It! to start a request and see the response here!