编程

Optimal Order Routing

试用

Recommends best exchange and order type for minimum cost execution

它能做什么

Recommends best exchange and order type for minimum cost execution

技能文档

optimal-order-routing

What It Does

Recommends best exchange and order type for minimum cost execution. This signal is computed in real time from APEX Runner's live autonomous trading system operating across Kraken, Coinbase Advanced Trade, and Hyperliquid — not from backtests or third-party aggregators.

When to Use

  • To choose between Kraken, Coinbase, and Hyperliquid
  • Before any order exceeding $100
  • When minimising execution cost matters

How to Use

The agent makes an x402-authenticated GET request to:

https://apexrunner.ai/signals/optimal-order-routing

The x402 client handles payment authorisation automatically. No API key, no account, no subscription required — just an EVM wallet with USDC on Base mainnet.

# Example using the x402-python client
from x402.client import x402_get

response = x402_get(
    url="https://apexrunner.ai/signals/optimal-order-routing",
    private_key=os.environ["EVM_PRIVATE_KEY"]
)
print(response.json())

Example Response

{
  "order": {"coin": "BTC", "size_usd": 500, "side": "buy"},
  "recommendation": {
    "exchange": "Kraken",
    "order_type": "limit",
    "estimated_total_cost_pct": 0.18
  },
  "timestamp": "2026-06-23T14:00:00Z"
}

Pricing

$0.20/call — standard price

Early adopters automatically receive 30% off ($0.14/call) until 2026-09-21. Discount tiers apply automatically based on wallet call history:

  • Early Adopter (0–9 calls): 30% off
  • Engaged (10–49 calls): 15% off
  • Loyal (50–199 calls): 15% permanent
  • VIP (200+ calls): 20% permanent

Check your tier: https://apexrunner.ai/signals/my-pricing


APEX Runner — autonomous AI crypto trading signals. apexrunner.ai

相关技能

Build a non-custodial, unsigned Base token swap using the public Jarvis best-execution router when the buyer wants an opt-in live comparison between the existing 0x and OKX routes.

Use when the user asks about fees, slippage, maker vs taker, post-only orders, fee tiers, fee optimization, why my strategy is losing more than backtest, bui...

Scans live public spot tickers across Coinbase, Kraken, Bitstamp, Gemini, and OKX (no API key required) to detect cross-exchange crypto arbitrage opportunities, price discrepancies, and crossed markets for BTC, ETH, SOL, and other listed tokens. Use this when the user asks about crypto arbitrage, cross exchange arbitrage, cex arbitrage scanner, price spread between exchanges, buy low sell high across crypto exchanges, spot arbitrage bot, exchange price discrepancy, best bid ask across venues, or wants to check if an arbitrage opportunity currently exists between major spot exchanges. Reports spread in basis points and which venue to buy/sell on, but does not account for withdrawal time, network fees, or trading fees, so results are gross spreads only.

Forecast where a stock will close at option expiration and recommend options plays. Use when the user asks for an options forecast, expected close range, CI bands, or trade ideas for a specific ticker and expiration. Produces a Breeden-Litzenberger risk-neutral density forecast (median, 50/80/95% CI

1 星标

Use this skill when the user wants a single approved onchain order for a Solana wallet, one explicit forbidden order, a quote-backed execution preview, or a...

16 次安装