get https://open-api-v4.coinglass.com/api/index/bitcoin-net-unrealized-profit-loss
This endpoint provides data for the bitcoin net unrealized profit/loss (nupl)
Cache / Update Frequency: 1 day for all the API plans.
This endpoint is available on the following API plans:
Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
---|---|---|---|---|---|
Available | ❌ | ✅ | ✅ | ✅ | ✅ |
Response Data
{
"code": "0",
"data": [
{
"price": 0,
"net_unpnl": 0,
"timestamp": 1230940800000
},
{
"price": 0,
"net_unpnl": 0,
"timestamp": 1231027200000
},
{
"price": 0,
"net_unpnl": 0,
"timestamp": 1231113600000
},
}