Skip to main content
POST
Beta - Multi Quotes

Authorizations

Authorization
string
header
required

Body

application/json
orders
object[]
required
Required array length: 1 - 10 elements
filters
object

Provider filters applied to every order in the batch.

mode
enum<string>

How many of the submitted orders to quote. all (the default) quotes every order; single quotes only the first order and returns the rest with quoted: false. See MultiQuoteMode for the full behaviour.

Available options:
all,
single
batched
boolean

Resolve distinct order tuples concurrently (bounded) when true (default), or sequentially when false. POC knob for latency benchmarking.

Response

Success

mode
enum<string>
required

Controls how many of the submitted orders are individually quoted.

  • all (default): every order is quoted and returns its own array of candidate routes.
  • single: only the first order is quoted; the remaining orders come back with quoted: false and no candidates — a lighter, faster preview for when quoting the whole batch is too slow.
Available options:
all,
single
batched
boolean
required
orders
object[]
required