Connect your AI agent to every major CEX, DEX, and prediction market. Unified trading execution. Non-custodial wallets. Built for autonomous agents.
Access the entire crypto landscape through a single integration. From centralized exchanges to on-chain prediction markets.
One API to rule them all. Access CEX spot & derivatives, DEX swaps, and prediction markets through a single, standardized interface. No more maintaining 15 different exchange integrations.
Cedar's SOR engine scans all connected venues in real-time, splitting large orders across exchanges to minimize slippage and maximize execution quality. Optimized across price, cost, speed, and risk.
Define the boundaries of your agent's autonomy. Set per-trade limits, daily caps, asset whitelists, and max slippage tolerance. Cedar enforces these rules at the infrastructure level — your agent can't bypass them.
Already have exchange accounts? Import your own API keys. Cedar acts purely as a smart routing and execution layer — never touching your funds. Keys are encrypted with HSM-grade security.
Real-time activity feed, P&L analytics, trade history across all venues, and API key management with kill-switch capability. Everything your agent does, visualized in one place.
Your agent doesn't need native tokens on every chain. Cedar handles gas estimation, payment, and cross-chain bridging automatically. Pay everything in USDC — we handle the rest.
A single SDK to trade across every venue. No more managing 15 different API integrations. Cedar's SOR engine handles routing, and guardrails keep your agent safe.
1from cedar import Client23# Initialize with your API key4client = Client(api_key="ck_live_...")56# SOR auto-routes to the best price across all venues7order = client.order.create(8 symbol="BTC/USDT",9 side="buy",10 type="market",11 amount=1.0 # SOR splits across venues12)1314print(order.fills)15# → [binance: 0.6 @ 95418, okx: 0.4 @ 95420]1617# Set guardrails for your agent18client.guardrails.configure(19 rules={20 "max_trade_size": 10000,21 "daily_limit": 50000,22 "allowed_symbols": ["BTC/USDT", "ETH/USDT"]23 }24)2526# Swap on Jupiter — gas paid in USDC27swap = client.swap.execute(28 venue="jupiter",29 from_token="SOL",30 to_token="USDC",31 amount=10.0,32 gas_mode="auto"33)
Cedar sits between your AI agent and global liquidity. Our SOR engine aggregates order books across all connected venues, providing a unified depth view and routing orders to the optimal execution path.
Sign up and generate your Cedar API key in seconds. No credit card required. Import your own exchange keys (BYOK) or use Cedar-managed wallets.
Define your agent's boundaries — trade limits, allowed symbols, venue restrictions, and max slippage. Enforced at the infrastructure level.
Submit an order and Cedar's Smart Order Routing engine scans all venues in real-time, splitting large orders across exchanges for optimal execution.
Your agent executes on Binance, swaps on Jupiter, bets on Polymarket — all through one unified API. Gas is abstracted. Fees are 0.1%.
One flat rate. No hidden fees. No monthly subscriptions.
You only pay when your agent trades.
Charged on the notional value of each executed trade. No minimum. No maximum. No monthly commitment.
Test mode included. No credit card required.
High-volume traders may qualify for reduced fees. Contact us for enterprise pricing.
Join the developers building the next generation of AI-powered financial agents with Cedar.