Quotes API

Fetch and compare route candidates.

circle-info

XROH abstracts all external liquidity sources behind internal route engines (X1/X2/X3).

Public docs never name third‑party providers or expose their endpoints.

POST /quotes

Aggregates route candidates from X1/X2/X3, scores them, and returns a ranked list.

Request body

{
  "source_chain": "string",
  "destination_chain": "string",
  "source_token": "string",
  "destination_token": "string",
  "input_amount": "string",
  "slippage_tolerance": 1.0,
  "strategy": "lowest_cost | fastest | safest | balanced | custom",
  "user_wallet": "string"
}

Behavior

  • Candidate fetch is parallelized.

  • Candidates are normalized before scoring.

  • Engine health and reliability influence scoring.

circle-info

Provider-specific quote/exchange endpoints are internal-only and intentionally undocumented.

Last updated