Market Cap
Rest API to fetch the market cap for a given chain
Last updated
Rest API to fetch the market cap for a given chain
Last updated
Description
This endpoint retrieves the market cap of the native token of the specified blockchain for a given date range. It requires an API key for authentication and valid date range inputs.
Request
Method: GET
Headers:
X-API-Key
: A valid API key for authentication.
Body Parameters:
chain
: The blockchain to query. This should be one of ETHEREUM
, ARBITRUM
, BSC
, OPTIMISM
, BASE
or POLYGON
start_date
: The start date for the query (YYYY-MM-DD format).
end_date
: The end date for the query (YYYY-MM-DD format).
Response
Success: Returns a JSON array of objects with date
(in YYYY-MM-DD format) and market_cap
Error: Returns an error message with an appropriate status code in case of invalid API key, missing parameters, or server issues.
Sample Request
Sample Response
Example
POST
https://dashboard.withblaze.app/api/chain-insights/market_cap
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
x-api-key*
API-KEY
Your Blaze API Key
chain*
Enum
One of the supported chains - ETHEREUM
, ARBITRUM
, BSC
, OPTIMISM
, BASE
or POLYGON
start_date*
String
Start date for the queried metric
end_date*
String
End date for the queried metric