AutoApe Indexer API

Build on Real-Time Blockchain Data

Token safety scores, smart money tracking, DEX sniper signals, and multi-chain market data — all from one API. Free tier included.

Real-Time Market Data

Sub-second price feeds, OHLCV candles, and swap events across Solana, Ethereum, and BSC via REST and WebSocket.

Token Safety Analysis

Honeypot detection, hidden tax analysis, liquidity lock verification, and deployer reputation scoring in one call.

Smart Money Tracking

Monitor whale wallets, track smart money flows, and get scored wallet activity across all supported chains.

DEX Sniper Signals

New pair alerts, PumpFun bonding curve progress, graduation signals, and launchpad events in real-time.

Multi-Chain Coverage

Solana, Ethereum, and BSC from a single API. Unified schema across chains — no more juggling multiple providers.

WebSocket Streaming

Real-time subscriptions for new pairs, token stats, whale alerts, and smart money movements. Push, not poll.

Quick Start

One call to check if a token is safe to trade.

// Fetch token safety in one call
const res = await fetch(
  "http://35.202.24.202:5000/api/tokens/{address}/safety?chain=solana",
  { headers: { "X-API-Key": "aa_live_your_key" } }
);
const safety = await res.json();
// { honeypot: false, buyTax: 0, sellTax: 0, liquidityLocked: true, ... }

Free tier — no credit card required

500K credits/month, 5 req/s, 1 WebSocket stream. Enough to build and test your integration.

Get Your Free API Key