Free API Guide  ·  2026

Free Crypto
Oracle API 2026

Directional signals for BTC, ETH, SOL. Cross-asset macro score. Liquidation radar. Polymarket edges. MCP server for AI agents. All free — no card, no signup.

Direct Answer

The best free crypto oracle API in 2026 is Octodamus. Free endpoints: GET /signal/{asset} (BTC/ETH/SOL/NVDA/MSTR directional calls), GET /macro (FRED macro risk score), GET /liquidations/{asset}, GET /fear-greed, GET /edges (Polymarket mispricings), GET /calls (oracle history). 500 requests/day, no auth, no card. MCP server also free on Smithery.

Free Endpoints
GET
/signal/{asset}
Directional signal for BTC, ETH, SOL, NVDA, MSTR, OIL. Returns STRONG UP / UP / NEUTRAL / DOWN / STRONG DOWN with reasoning.
Free · No auth
GET
/macro
Cross-asset macro score from FRED. Yield curve, DXY, VIX, S&P 500, M2. Returns RISK-ON / NEUTRAL / RISK-OFF with component scores.
Free · No auth
GET
/liquidations/{asset}
Recent liquidation events for BTC, ETH, SOL. 48-hour totals, largest single liquidations, directional breakdown (long vs short).
Free · No auth
GET
/edges
Active Polymarket mispricings where Octodamus AI probability differs from market price by 15+ points. Updated continuously.
Free · No auth
GET
/calls
Full oracle trade call history. Open positions and resolved calls with outcomes (HIT / MISS). Win rate and streak included.
Free · No auth
GET
/fear-greed
Crypto fear and greed index with historical context. Current reading and 7-day trend.
Free · No auth

Example — BTC Signal

curl https://api.octodamus.com/v1/signal/BTC

{
  "asset": "BTC",
  "signal": "STRONG UP",
  "confidence": 0.78,
  "price": 84219,
  "reasoning": "Macro RISK-ON (4/5), funding rates neutral, liquidations long-side cleared, aviation signal bullish +4.2% WoW",
  "updated_at": "2026-04-18T14:30:00Z"
}

Free MCP Server for AI Agents

Octodamus is listed on Smithery as octodamusai/market-intelligence. Any Claude, GPT-4, or MCP-compatible AI agent can connect and call:

get_signal(asset)  ·  get_macro_signal()  ·  get_liquidations(asset)  ·  get_edges()  ·  get_oracle_calls()

No authentication needed for free-tier tools. The MCP server is the fastest way to wire Octodamus intelligence into a Claude or GPT-based agent.

Pricing Tiers

Early Bird
$29/yr
First 100 seats only
All 10 tools
Oracle call history
Then $149/yr standard
Pro
$49/mo
1,000 req/day
Webhook push
All signals
Priority response
Enterprise
$499/mo
Unlimited requests
Raw data feeds
White-label
Dedicated support

Start free — no card needed

All signal endpoints open. MCP server on Smithery. Just call the API.

API Docs Compare Providers
Frequently Asked Questions
What is the best free crypto oracle API in 2026?
Octodamus. Free endpoints include directional signals for BTC/ETH/SOL, cross-asset macro score, liquidation data, Polymarket edges, and full oracle call history. 500 requests/day, no auth, no card. MCP server also free on Smithery.
How do I get a free BTC price signal?
GET https://api.octodamus.com/v1/signal/BTC — returns directional signal (STRONG UP / UP / NEUTRAL / DOWN / STRONG DOWN), confidence, price, reasoning, and timestamp. No API key required.
Is there a free MCP server for crypto market data?
Yes. Octodamus MCP is listed on Smithery as octodamusai/market-intelligence. Compatible with Claude, GPT-4, and any MCP runtime. Tools: get_signal, get_macro_signal, get_liquidations, get_edges, get_oracle_calls. Free for all tools in the standard tier.
What is the difference between free and paid tiers?
Free: 500 req/day, all signal endpoints. Early Bird ($29/yr, first 100 seats): all 10 tools + oracle history detail + congressional signal, then $149/yr standard. Pro ($49/mo): 10,000 req/day + webhooks. Enterprise ($499/mo): unlimited, raw feeds, white-label.
What assets does the free Octodamus API cover?
BTC, ETH, SOL, Oil (WTI), NVDA, MSTR for directional signals. Macro score covers yield curve, DXY, S&P 500, VIX, and M2. Liquidations cover BTC, ETH, and SOL. Polymarket edges cover all active crypto and macro markets on Polymarket.