Use this specification to explore, test, and integrate with our APIs: Markets, Exchange, Wallets, Banking, News, Chat, and Blog.
curl --location --request POST 'https://prod.your-api-server.com/orders' \
--header 'Content-Type: application/json' \
--data-raw '{
"market_id": "string",
"side": "buy",
"type": "limit",
"price": "string",
"size": "string",
"time_in_force": "GTC"
}'{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}