Community Mentions Metrics
Rest API to fetch the community mentions metrics for a given chain
Description
This endpoint retrieves the community mentions on twitter of a 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 ofETHEREUM
,ARBITRUM
,BSC
,OPTIMISM
,BASE
orPOLYGON
start_date
: The start date for the query (YYYY-MM-DD format).end_date
: The end date for the query (YYYY-MM-DD format).includes
: Comma separated items containingreply
,retweet
,tweet
andquote
Response
Success: Returns a JSON array of objects with
date
(in YYYY-MM-DD format) and tweet metrics that have been queriesError: 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/social-metrics/community-metions
Headers
Request Body
Last updated