Create Order

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

An account identifier.

Body Params
string
enum
required

A category to represent the side of a customer's order:

  • buy: Buy shares of an instrument and pay with cash.
  • sell: Sell shares of an instrument and receive cash.
Allowed:
string
enum
required

A category describing an order type:

  • batch: A batch order. Batch orders are collected for all customers and executed on the market as one composite order.
  • market: A market order. Market orders are executed immediately at the current market price.
Allowed:
string
required

An ISIN (International Securities Identification Number) according to ISO 6166. This value uniquely identifies the instrument to be bought/sold.

string

The amount of cash to invest with this order.

string

Specify the quantity of shares for the instrument to be sold.

fees
object
required

Order fee configuration. Use this object to specify how to calculate order fees. NOTE: It is mandatory to specify fees for an order, even when charging no fees (use a fixed amount of 0 then).

string
required
length between 3 and 3

An ISO 4217 three-letter currency code. Its value represents the currency for the fee, fees.base_amount and amount listed here. The only currently available currency is "EUR".

string

A securities account identifier. Use this property to specify the securities account for order execution and settlement. If the customer has only one securities account, this property is optional. If the customer has more than one securities account, this property is required.

actor
object

An object describing the individual performing an action.

Headers
string
required
string
required
string
length ≤ 100

An optional idempotency key to safely retry requests without creating duplicate resources. Pass a unique string (UUID recommended, max 100 characters). Keys expire after 24 hours. For full details see the Idempotency guide.

Responses

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