Create Batch List RFQs with Auto-Ex Execution Orders

Creates multiple List RFQs and their corresponding Auto-Ex RFQ execution orders in a single request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request body for creating multiple List RFQs and their corresponding Auto-Ex execution orders.

list_rfqs
array of objects
required
length ≥ 1

List RFQ definitions, one per asset class grouping.

list_rfqs*

A single List RFQ grouping.

string
required

The asset class for this List RFQ grouping.

auto_ex_config
object

Configuration applied to auto-ex execution orders created for this List RFQ.

string

The ID of the custodian for the List RFQ. This field is required when venue is TMC.

string
required

The ID of the executing broker for the order.

rfq_items
array of objects
required
length ≥ 1

Individual RFQ items within this list, one per order.

rfq_items*

A single item within a List RFQ, corresponding to one order. A matching auto-ex execution order will be created for each item.

amount
object
required

The Amount of an order with a specified type indicating how the amount is represented.

  • Par: Represents the order size in face value (e.g., a corporate bond with a $1,000 face value).
  • Notional: Represents the order size in notional dollar value.
  • Shares: Represents the order size in number of shares (for equities).
string
required

Client-generated idempotency key for the RFQ.

string
required

The ID of the introducing broker placing the order. If not specified, the organization associated with the API key will be used.

string
required

The ISIN identifier for the security to trade.

string
required

The Moment order ID this RFQ item and execution order correspond to.

string
required

The risk group ID for the order.

int64 | null

The targeted settlement date for the order in the format of YYYYMMDD, like 20090101.

string
enum
required

Represents which side this order is on:

  • buy
  • sell
Allowed:
rfq_protocol_parameters
object
required
Headers
string
required
string
required
string
required
Responses
202

Accepted - the request has been received and will be processed.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json