get https://open-api-v4.coinglass.com/api/index/bitcoin-active-addresses
This endpoint provides data for the bitcoin active addresses
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": [
{
"timestamp": 1282003200000,
"price": 0.07,
"active_address_count": 494
},
{
"timestamp": 1282089600000,
"price": 0.068,
"active_address_count": 726
},
{
"timestamp": 1282176000000,
"price": 0.0667,
"active_address_count": 470
},
}