API Reference

ETF 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": [
        {
            "assetsDate": 1706486400000,
            "amount": 56629,
            "marketDate": 1706486400000,
            "marketPrice": 23.99,
            "name": "iShares Bitcoin Trust",
            "nav": 24.55,
            "netAssets": 2442029260,
            "premiumDiscount": 0.22,
            "sharesOutstanding": 99471660,
            "ticker": "IBIT"
        }
    ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!