Staty API Documentation
Welcome to the Staty API! This API allows developers to interact with Staty's platform for tracking and analyzing meme coins.
Rate Limits
The API permits up to 60 requests per minute. Ensure your application adheres to this limit to avoid being rate-limited.
Available Endpoints
1. Get Coin History
GET /history
Retrieves historical volume data for meme market .
[ { "market_cap": 48181294373.87007, "market_cap_change": 0.10458613243761998, "timestamp": "2025-03-19T03:26:01.357000", "total_volume": 4711328995.222639 }, { ... } ]
2. Get Trending Solana Coins
GET /api/coins2
Fetches the list of all coins currently tracked by Staty.
3. Get Latest Metrics
GET /get_latest_metrics
Retrieves the latest metrics and performance data of tracked coins.
Response Format
All responses are returned in JSON format.
Authentication
Currently, the API is open for public use. Future versions may require authentication keys.
Support
If you have any questions or issues, please contact us through the Staty support channel.