get https://open-api-v3.coinglass.com/api/grayscale/holdings-list
The API retrieves a list of holdings managed by Grayscale Investments.
Response Data
{
"code": "0",
"msg": "success",
"data": [
{
"symbol": "ETH",
"primaryMarketPrice": 29.89,
"secondaryMarketPrice": 29.71,
"premiumRate": -0.6,
"holdingsAmount": 2630007.61026,
"holdingsUsd": 6588695065.223352,
"holdingsAmountChange30d": -299817.81561,
"holdingsAmountChange7d": 0,
"holdingsAmountChange1d": 0,
"closeTime": 1721422800000,
"updateTime": 1722912603159
},
...
]
}