Base URL
XentFi Pro is served from its own base URL, distinct from the core XentFi API:Prerequisites
You need a Pro account and an API key with the Trade scope
XentFi Pro is not self-serve today. Contact support@xentfi.com to request access, or complete the Pro access request form — support responds within 2 hours. See Authentication for how the Trade scope and API key work once you’re set up.
How it works
- Place an order —
POST /v1/orderbook/ordersruns risk checks and an atomic balance reservation, then admits the order to the book. This never touches the blockchain, so there’s no signature or quote latency on the request path. - Matching — every
batchAuctionIntervalMs(default 250ms), the market’s batch window drains and resting orders are matched price-time priority. - Settlement — matched trades are netted per wallet/asset every 2 seconds and settled on-chain through the market’s settlement master wallet — see Liquidity & Settlement.
What you can build
📈 Market making
Post and manage resting
LIMIT/POST_ONLY orders programmatically, with realtime fill updates over websocket.⚡ Algorithmic execution
MARKET, IOC, and FOK orders for latency-sensitive execution, protected against thin/stale books by a reference price oracle.📊 Market data
Order book depth, recent trades, 24h ticker, and OHLCV candles for every market.
🔍 Settlement visibility
Per-wallet settlement leg status (
txHash, confirmations, failures) for every batch your trades settle in.Explore the tab
Quickstart
List markets, check the book, and place your first order.
Authentication
Get an API key with the Trade scope.
Order Book concepts
Markets, order types, fees, and the order lifecycle.
Liquidity & Settlement concepts
How trades settle on-chain and how to keep a market funded.

