post
https://api.coinotc.com/v1/orders
Submits a new market order for the authenticated customer.
Response behavior
| HTTP status | Meaning |
|---|---|
200 | Order snapshot returned — usually the final or latest known state |
202 | Order accepted but no snapshot was available within the wait window — reconcile using GET /v1/orders/{order_id} |
400 | Order rejected by validation or execution logic |
A
202response is not a rejection. Always store the returnedorder_id
and check the final status usingGET /v1/orders/{order_id}before retrying.
quantityCurrency
The quantityCurrency field must be the actual currency code of the quantity
you are specifying:
- For pair
USDT-EUR, setquantityCurrency: "USDT"to buy/sell a base amount - For pair
USDT-EUR, setquantityCurrency: "EUR"to spend/receive a quote amount
FIX-style field aliases
The following FIX-style aliases are also accepted by the backend:
| Standard field | FIX alias |
|---|---|
symbol | Symbol |
side | Side |
quantity | OrderQty |
quantityCurrency | QtyCurrency |
strategy | Strategy |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
