๐Ÿ†“ Free Crypto API โ€” No API Key Required

Real-time cryptocurrency prices, Polymarket prediction market data, Ethereum gas tracker, token security scanner, and wallet balance lookup. JSON endpoints with copy-paste curl examples. Built for developers & AI agents.

6
Free JSON APIs
10
Crypto Price Feeds
500+
Polymarket Markets
15/day
Free Price Calls

๐Ÿ“ก Free API Endpoints

All endpoints return JSON. No API key, no signup, no KYC. Rate limits per endpoint โ€” see details.

GET /price FREE

Real-time crypto prices. 10 coins: BTC, ETH, SOL, AVAX, MATIC, XRP, ADA, DOT, LINK, UNI. USD prices + 24h change %.

๐Ÿ”„ Live | โฑ 15 calls/day/IP | ๐Ÿ“ฆ JSON

curl http://99.81.245.60/price
โ†’ Try live in browser
GET /poly/odds FREE

Polymarket extreme odds: top 25 most one-sided prediction markets by probability distance. Question, slug, Yes/No prices, volume, liquidity, expiry date for each market. Sorted by extremity.

๐Ÿ”„ Live | โ™พ No limit | ๐Ÿ“ฆ JSON | ๐Ÿ› 500+ markets scanned

curl http://99.81.245.60/poly/odds
โ†’ Try live in browser
GET /poly-data FREE

Full Polymarket market data: all tracked markets with Yes/No prices, CLOB token IDs, volume, liquidity, 24h stats, condition IDs. Used by our live dashboard.

๐Ÿ”„ Live | โ™พ No limit | ๐Ÿ“ฆ JSON | ๐Ÿ“Š 15+ markets

curl http://99.81.245.60/poly-data
โ†’ Try live in browser
SSE /poly-stream PREMIUM $0.02

๐Ÿ”ด Live streaming Polymarket orderbook via Server-Sent Events. Real-time signals, arb opportunities, wall detection โ€” pushed every 2 seconds. For AI agents that need real-time data, not snapshots.

โšก 2s push | ๐Ÿ”‘ $0.02 USDC per stream | โฑ 5 min per payment | ๐Ÿ“ก SSE (text/event-stream)

curl -N -H "X-PAYMENT: <tx-hash>" http://99.81.245.60/poly-stream

Pay $0.02 USDC to 0xf16F...94ECA on Base, then stream. Buy credits โ†’

GET /poly-events FREE

Polymarket events grouped by category: election odds, crypto predictions, sports, global events. Event-level data with all child markets.

๐Ÿ”„ Live | โ™พ No limit | ๐Ÿ“ฆ JSON | ๐Ÿ“‚ Grouped by event

curl http://99.81.245.60/poly-events
โ†’ Try live in browser
GET /poly-field FREE

Polymarket field-sum analysis: aggregate candidate odds within an event category (e.g., Democratic 2028 field). Shows total probability distribution across all candidates.

๐Ÿ”„ Live | โ™พ No limit | ๐Ÿ“ฆ JSON | ๐Ÿ“Š Aggregate analysis

curl http://99.81.245.60/poly-field
โ†’ Try live in browser
GET /gas x402 PAID

Real-time gas fees across 15+ EVM chains: Ethereum, Base, Arbitrum, Optimism, Polygon, BSC, Avalanche, and more. SafeLow, average, and fast estimates. Free alternative: use /gas-dashboard.html (web UI).

๐Ÿ”„ Live | ๐Ÿ’ฐ $0.002/call | ๐Ÿ“ฆ JSON | โ›“ 15+ chains

curl -H "X-PAYMENT: 0x<tx-hash>" http://99.81.245.60/gas
GET /free/crypto?symbol=ETH FREE NEW

Single-symbol crypto price. Real-time USD + 24h change from CoinGecko. ETH, BTC, SOL, MATIC, AVAX, DOT, LINK, UNI, XRP, ADA. 30 req/min free.

Live | 30/min | JSON | CoinGecko

curl "http://99.81.245.60/free/crypto?symbol=ETH"
Try ETH price
GET /free/gas FREE NEW

Base L2 gas fees. Block number + base fee in Gwei. Direct RPC, no external API. 30 req/min free.

Live | 30/min | JSON | Base RPC

curl http://99.81.245.60/free/gas
Try gas tracker
GET /free/trending FREE NEW

CoinGecko trending coins. Top 15 most-searched coins on CoinGecko right now. Names, symbols, market cap ranks. Cached 60s. 30 req/min free.

Live | 30/min | JSON | CoinGecko trending

curl http://99.81.245.60/free/trending
Try trending
GET /free/time FREE NEW

UTC timestamp. ISO 8601, Unix ms, Unix seconds. Zero dependencies. 30 req/min free.

Instant | 30/min | JSON | UTC

curl http://99.81.245.60/free/time
Try timestamp
GET /free/status FREE NEW

Service health. Live service count, free endpoints, docs links. No rate limit.

Status | Unlimited | JSON | Health

curl http://99.81.245.60/free/status
Try status

๐Ÿ›  Free Web Tools

Browser-based tools. No API key, no curl needed โ€” just open in browser.

๐Ÿ“Š Polymarket Scanner

Live odds dashboard. 15 top prediction markets with real-time prices, volume, liquidity.

๐Ÿท Polymarket Badges

Embeddable SVG odds badges. Copy-paste into blogs, READMEs, Notion, forums.

โ›ฝ Gas Tracker

Live gas dashboard. 15+ EVM chains with priority fee, base fee, estimated cost.

๐Ÿ” Token Scanner

Scan any ERC-20 token. Supply, holders, deployer, honeypot check, liquidity.

๐Ÿ“ TX Decoder

Decode any Ethereum transaction. Function calls, events, transfers, raw input.

๐Ÿ‘› Wallet Viewer

View any wallet's token balances across chains. ETH, ERC-20, NFTs, DeFi positions.

๐Ÿ”ค ENS Resolver

Resolve ENS names to addresses and vice versa. Supports .eth and subdomains.

๐Ÿ’ต USDC Gas Calculator

Estimate gas costs in USDC across chains. Compare before bridging or sending.

๐Ÿ“Š DEX Arbitrage Scanner โ€” Free API

GET /arb-opps FREE

Live cross-DEX arbitrage opportunities on Base chain. 5-min cache refresh. Shows pair, spread %, buy/sell DEX, route, and net profit estimate after fees.

Returns JSON: opportunities[] with pair, spreadPct, buyDex/sellDex, buyPrice/sellPrice, netBps, minVol. 0.05% min spread threshold.

curl http://99.81.245.60/arb-opps | jq .
โ†— Try live โ†’

3 pairs tracked (AERO/USDC, USDC/WETH, USDC/cbBTC) across Aerodrome & Uniswap V3 on Base. Data from DexScreener โ€” real-time on-chain DEX prices. Interactive dashboard โ†’

๐Ÿท Embed Live Odds Anywhere

Copy-paste these SVG badges into any webpage, README, forum post, or Notion doc. Badges auto-update with live Polymarket odds.

<img src="http://99.81.245.60/badge/poly?q=lebron" alt="LeBron 2028 odds" />

Replace ?q=lebron with any keyword โ€” matches market question. Works in Markdown too: ![odds](http://99.81.245.60/badge/poly?q=bitcoin)