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/health

Rate Limits

TierRequests/DayRequests/SecondWebSocketPrice
Free1,0005$0
Builder50,000302 conn$49/mo
Growth500,00010010 conn$199/mo
EnterpriseUnlimitedCustom50+ connCustom

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 chain
GET/api/deployers/{address}/reputation5xCreator/deployer reputation score
GET/api/deployers/{address}/tokens1xTokens created by a deployer
GET/api/wallets/smart-money2xTop smart money wallets by score
GET/api/wallets/{address}/score2xIndividual wallet score and stats
GET/api/wallets/{address}/trades2xRecent trades by a wallet
POST/api/wallets/{address}/track2xStart tracking a wallet
GET/api/tokens/{address}/smart-money-activity2xSmart money activity for a token
GET/api/solana/bonding-curves/active3xActive PumpFun bonding curves
GET/api/solana/bonding-curves/graduating3xBonding curves near graduation
GET/api/solana/bonding-curves/{mint}3xBonding curve details by mint
GET/api/launchpads/upcoming3xUpcoming launchpad events
GET/api/tokens1xList tokens with filtering
GET/api/pools1xList liquidity pools
GET/api/swaps1xRecent swap transactions
GET/api/candles2xOHLCV candle data
GET/api/whale-alerts1xWhale transaction alerts
GET/api/gas1xGas price estimates
GET/api/health0x (free)API health status
GET/api/nft/collections2xNFT collection analytics and floor prices
GET/api/nft/collections/{address}2xCollection details, holders, and floor price history
GET/api/nft/tokens/{address}/{tokenId}2xNFT token details, traits, and transfer history
GET/api/nft/sales2xRecent NFT sales with Seaport/marketplace decoding
GET/api/nft/transfers2xNFT transfers including ERC-1155 batch transfers

WebSocket Channels

Connect to wss://api.autoape.io/ws and send JSON subscribe commands.

SubscribeNewPairsNew token pair creations
SubscribePairActivityActivity on a specific pair
SubscribeSniperSignalsDEX sniper signals (Growth+ tier)
SubscribeBondingCurvePumpFun bonding curve updates
SubscribeSmartMoneySmart money wallet activity
SubscribeSafetyReal-time token safety results
SubscribeTopMoversTop movers by chain and timeframe
SubscribeTokenStatsLive stats for a specific token
SubscribeNftSalesReal-time NFT sales across marketplaces
SubscribeNftMintsNew NFT mints and collection launches
SubscribeNftWhalesWhale NFT purchases and movements