API Documentation
Base URL: https://api.autoape.io
Authentication
Include your API key in the X-API-Key header with every request.
curl -H "X-API-Key: aa_live_your_key" https://api.autoape.io/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 statusGET
/api/nft/collections2xNFT collection analytics and floor pricesGET
/api/nft/collections/{address}2xCollection details, holders, and floor price historyGET
/api/nft/tokens/{address}/{tokenId}2xNFT token details, traits, and transfer historyGET
/api/nft/sales2xRecent NFT sales with Seaport/marketplace decodingGET
/api/nft/transfers2xNFT transfers including ERC-1155 batch transfersWebSocket Channels
Connect to wss://api.autoape.io/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 tokenSubscribeNftSalesReal-time NFT sales across marketplacesSubscribeNftMintsNew NFT mints and collection launchesSubscribeNftWhalesWhale NFT purchases and movements