v1
latestOpenAPI 3.1.02026-07-2496304466.3 KBOrders
Create Order
post/accounts/{account_id}/orders
Path parameters
account_idstring required
An account identifier.
Headers
LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required
Idempotency-Keystring
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.
Request body
Example request
{
"currency": "EUR"
}Response
Successful Response
Example response
{
"currency": "EUR",
"history": [
{
"timestamp": "2023-06-23T07:29:55.465000+00:00",
"reason": "insufficient_buying_power"
}
]
}