Analytics
Analytics API Documentation
Overview
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.
Endpoints
1. Activities Summary for Bonding Curve
Endpoint:
/
api/fetchFrontEnd/activities_summaryQuery Parameters:
timeframe
: (string) The timeframe for fetching the summary data. Acceptable values:daily
,weekly
,monthly
,all
.
Response:
200 OK
2. Normal Tokens and Airdrop Summary
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
Error Handling
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.
Last updated