Skip to main content
GET
Get Routing Recommendation
Fetches the current best exchange and price for a symbol without executing a trade. The response shows which exchange currently offers the best price along with alternative venues and pricing context.

Features

  • Real-time insights: Surface the venue offering the best bid or ask instantly
  • Contextual pricing: Includes savings metrics and alternative venue pricing
  • Configurable direction: Toggle BUY or SELL recommendations via query params
  • Credential-free: Preview routing outcomes without submitting trade credentials

Use Cases

  • Power pre-trade analytics or UI previews before executing a position
  • Monitor venue spreads to decide when to re-route algorithmic order flow
  • Feed routing data into risk systems to anticipate liquidity constraints
  • Provide traders with transparency on venue selection logic in dashboards

Request

  • Method: GET
  • Endpoint: /api/trade/routing/{symbol}
  • Path Parameter: symbol (e.g., BTC, ETH, SOL)
  • Query Parameter: side (required) - BUY or SELL

Example Request

Success Response

Response Fields

Error Responses

404 Not Found - No Routing Data

Use this endpoint to preview which venue will be selected before placing a trade, or to power UI components that surface best-exchange insights in real-time.

Authorizations

X-API-KEY
string
header
required

API key for authentication. Also requires X-API-SECRET, X-API-TIMESTAMP, and X-API-SIGNATURE headers for private endpoints.

Path Parameters

symbol
string
required

Asset symbol (e.g., BTC, ETH)

Example:

"BTC"

Query Parameters

side
enum<string>
required

Order side (BUY or SELL)

Available options:
BUY,
SELL

Response

Routing recommendation

success
boolean
data
object
timestamp
integer