Analytics
Last updated
Was this helpful?
Last updated
Was this helpful?
The Analytics API provides endpoints to fetch various analytics data related to bonding curve activities and token & airdrops.
It is designed to support client-side applications that require real-time data for analytics dashboards.
Endpoint: /
api/fetchFrontEnd/activities_summary
Method: GET
Query Parameters:
timeframe
: (string) The timeframe for fetching the summary data. Acceptable values: daily
, weekly
, monthly
, all
.
Response:
200 OK
Endpoint: /api/fetchFrontEnd/analytics_tokens_airdrop
Query Parameters:
timeframe
: (string) The timeframe for which to fetch the token airdrop data. Acceptable values: daily
, weekly
, monthly
, all
.
Response:
200 OK
400 Bad Request: Returned when the request parameters are invalid.
404 Not Found: Returned when the requested resource does not exist.
500 Internal Server Error: Returned when there is an unexpected error on the server.
Method: GET