API Documentation
Base URL: http://35.202.24.202:5000
Authentication
Include your API key in the X-API-Key header with every request.
curl -H "X-API-Key: aa_live_your_key" http://35.202.24.202:5000/api/healthRate Limits
| Tier | Requests/Day | Requests/Second | WebSocket | Price |
|---|---|---|---|---|
| Free | 1,000 | 5 | — | $0 |
| Builder | 50,000 | 30 | 2 conn | $49/mo |
| Growth | 500,000 | 100 | 10 conn | $199/mo |
| Enterprise | Unlimited | Custom | 50+ conn | Custom |
Response headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-RateLimit-Daily-Remaining
REST Endpoints
GET
/api/tokens/{address}/safety5xToken safety analysis (honeypot, tax, liquidity lock)GET
/api/safety/recent5xRecent safety analyses for a chainGET
/api/deployers/{address}/reputation5xCreator/deployer reputation scoreGET
/api/deployers/{address}/tokens1xTokens created by a deployerGET
/api/wallets/smart-money2xTop smart money wallets by scoreGET
/api/wallets/{address}/score2xIndividual wallet score and statsGET
/api/wallets/{address}/trades2xRecent trades by a walletPOST
/api/wallets/{address}/track2xStart tracking a walletGET
/api/tokens/{address}/smart-money-activity2xSmart money activity for a tokenGET
/api/solana/bonding-curves/active3xActive PumpFun bonding curvesGET
/api/solana/bonding-curves/graduating3xBonding curves near graduationGET
/api/solana/bonding-curves/{mint}3xBonding curve details by mintGET
/api/launchpads/upcoming3xUpcoming launchpad eventsGET
/api/tokens1xList tokens with filteringGET
/api/pools1xList liquidity poolsGET
/api/swaps1xRecent swap transactionsGET
/api/candles2xOHLCV candle dataGET
/api/whale-alerts1xWhale transaction alertsGET
/api/gas1xGas price estimatesGET
/api/health0x (free)API health statusWebSocket Channels
Connect to ws://35.202.24.202:5000/ws and send JSON subscribe commands.
SubscribeNewPairsNew token pair creationsSubscribePairActivityActivity on a specific pairSubscribeSniperSignalsDEX sniper signals (Growth+ tier)SubscribeBondingCurvePumpFun bonding curve updatesSubscribeSmartMoneySmart money wallet activitySubscribeSafetyReal-time token safety resultsSubscribeTopMoversTop movers by chain and timeframeSubscribeTokenStatsLive stats for a specific token