Nami Best Execution Endpoint is a paid API for AI agents from api.usenami.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Returns the single venue with the lowest precomputed slippage for a given order size, providing a naive best-execution baseline across venues.
Naive single-venue best execution for one crypto perpetual: the venue with the lowest precomputed slippage at your requested size. Excludes fees, funding and latency — a baseline to measure a router against, not a router.
Returns the single venue with the lowest precomputed slippage at the requested notional size. Includes the venue name, slippage figure, and basic execution baseline data. Does not account for trading fees, funding rates, or latency — this is a naive baseline only.
GEThttps://api.usenami.io/v1/orderbook/best-executionUse this endpoint when you need a quick, single-winner venue recommendation based purely on slippage at a given order size, without factoring in fees, funding rates, or network latency. Ideal for a fast first-pass routing decision or when building a simplified execution strategy. For multi-venue splitting or fee-adjusted comparison, prefer the greedy multi-venue route or per-venue slippage scan siblings.
{
"size": 10000,
"input": {
"type": "perpetual",
"method": "BTC"
},
"ticker": "BTC"
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"best": {
"venue": "Lighter",
"best_ask": 63458.8,
"best_bid": 63458.7,
"spread_bps": 0.015758280582489084,
"updated_at": "2026-06-12T04:14:38.153359Z",
"slippage_bps": 0.0079,
"ask_depth_usd": 309898.32,
"bid_depth_usd": 327531.33
},
"ticker": "BTC",
"size_usd": 10000,
"naive_note": "Naive ranking — best venue selected by lowest precomputed slippage_<N>k. Excludes maker/taker fees, withdrawal cost, funding payment timing, latency, and venue-specific quirks. Use as baseline, not executable signal.",
"venues_considered": 21
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"