The Execution Layer for Agentic Finance

One API for Every
Crypto Market

Connect your AI agent to every major CEX, DEX, and prediction market. Unified trading execution. Non-custodial wallets. Built for autonomous agents.

15+
Platforms
6
Blockchains
0.1%
Per Trade
24/7
Uptime
BinanceCEX|
OKXCEX|
BybitCEX|
HyperliquidDEX|
PolymarketPrediction|
UniswapDEX|
JupiterDEX|
1inchAggregator|
KalshiPrediction|
PancakeSwapDEX|
LighterDEX|
BackpackCEX|
BinanceCEX|
OKXCEX|
BybitCEX|
HyperliquidDEX|
PolymarketPrediction|
UniswapDEX|
JupiterDEX|
1inchAggregator|
KalshiPrediction|
PancakeSwapDEX|
LighterDEX|
BackpackCEX|
Integrations

One API.
Global Liquidity.

Access the entire crypto landscape through a single integration. From centralized exchanges to on-chain prediction markets.

[01]Centralized Exchanges
B
Binance
CEX
O
OKX
CEX
B
Bybit
CEX
[02]Perpetual DEXs
H
Hyperliquid
DEX
L
Lighter
DEX
B
Backpack
DEX
[03]Prediction Markets
P
Polymarket
Prediction
K
Kalshi
Prediction
O
Opinion
Prediction
[04]Spot DEXs & Aggregators
U
Uniswap
ETH
S
SushiSwap
ETH
P
PancakeSwap
BSC
J
Jupiter
SOL
R
Raydium
SOL
M
Meteora
SOL
1
1inch
Aggregator
Core Modules

Built for the
Agentic Economy

[01]ONE INTEGRATION, ALL MARKETS

Unified Trading API

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.

REST & WebSocketAll order typesCross-platformReal-time data
[02]INTELLIGENT EXECUTION ENGINE

Smart Order Routing

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.

Price optimizationCost optimizationSpeed optimizationRisk distribution
[03]SECURITY FOR AUTONOMOUS AGENTS

Programmable Guardrails

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.

Trade limitsAsset whitelistsSlippage controlRisk scoring
[04]BRING YOUR OWN KEY

BYOK Mode

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.

Zero custodyHSM encryptionInstant setupFull control
[05]MONITOR EVERYTHING

Developer Dashboard

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.

Activity feedP&L trackingAPI key toggleLeaderboard
[06]SEAMLESS CROSS-CHAIN EXECUTION

Gas Abstraction

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.

Auto gas handlingUSDC settlementMulti-chainBridge abstraction
Developer Experience

Ship in Minutes,
Not Weeks

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.

Smart Order Routing
Submit an order — SOR finds the best price across all venues automatically
BYOK Mode
Import your own exchange API keys. Your funds stay in your accounts.
Programmable Guardrails
Set trade limits, symbol whitelists, and slippage caps at the infra level
Gas Abstraction
No need to hold native tokens on every chain. Pay all gas in USDC.
Sandbox Mode
Test your strategies with paper trading before going live
cedar_agent.py
1from cedar import Client
2
3# Initialize with your API key
4client = Client(api_key="ck_live_...")
5
6# SOR auto-routes to the best price across all venues
7order = client.order.create(
8 symbol="BTC/USDT",
9 side="buy",
10 type="market",
11 amount=1.0 # SOR splits across venues
12)
13
14print(order.fills)
15# → [binance: 0.6 @ 95418, okx: 0.4 @ 95420]
16
17# Set guardrails for your agent
18client.guardrails.configure(
19 rules={
20 "max_trade_size": 10000,
21 "daily_limit": 50000,
22 "allowed_symbols": ["BTC/USDT", "ETH/USDT"]
23 }
24)
25
26# Swap on Jupiter — gas paid in USDC
27swap = client.swap.execute(
28 venue="jupiter",
29 from_token="SOL",
30 to_token="USDC",
31 amount=10.0,
32 gas_mode="auto"
33)
Cedar Network Architecture
Architecture

The Execution Layer for
Agentic Finance

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.

01
Smart Order Routing (SOR)
Scans all venues in real-time. Splits large orders across exchanges to minimize slippage and total execution cost.
02
Pluggable Connector Layer
Standardized exchange connectors make adding new venues fast. Each connector handles auth, rate limits, and data normalization.
03
Unified Global Depth
Aggregated order book across all connected exchanges. Your agent sees one deep market, not 15 fragmented ones.
04
Fault Tolerant Execution
Automatic failover across venues. If one exchange goes down, orders are rerouted instantly to the next best path.
How It Works

Get Started
in Minutes

01

Get Your API Key

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.

02

Set Guardrails

Define your agent's boundaries — trade limits, allowed symbols, venue restrictions, and max slippage. Enforced at the infrastructure level.

03

SOR Finds Best Price

Submit an order and Cedar's Smart Order Routing engine scans all venues in real-time, splitting large orders across exchanges for optimal execution.

04

Trade Everywhere

Your agent executes on Binance, swaps on Jupiter, bets on Polymarket — all through one unified API. Gas is abstracted. Fees are 0.1%.

Pricing

Simple, Transparent Pricing

One flat rate. No hidden fees. No monthly subscriptions.
You only pay when your agent trades.

Pay Per Trade
0.1%per trade

Charged on the notional value of each executed trade. No minimum. No maximum. No monthly commitment.

Unlimited API keys
All 15+ venues included
Smart Order Routing (SOR)
BYOK mode supported
Non-custodial MPC wallets
Programmable guardrails
Gas abstraction (pay in USDC)
Real-time activity dashboard
Full API documentation
Sandbox mode for testing
Start Building — It's Free to Try

Test mode included. No credit card required.

Fee Examples

Buy 1 BTC at $95,000
Fee: $95.00
Swap 10 ETH → USDC
Fee: $35.00
Polymarket bet $500
Fee: $0.50
Buy 100 SOL at $180
Fee: $18.00

High-volume traders may qualify for reduced fees. Contact us for enterprise pricing.

Ready to Build the Future
of Autonomous Trading?

Join the developers building the next generation of AI-powered financial agents with Cedar.