post https://api.openxswitch.com/v1/trade/place-order
Create a new trading order
Log in to see full request history
Responses
Create a new trading order
xxxxxxxxxx
10curl --request POST \
--url https://api.openxswitch.com/v1/trade/place-order \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"orderType": "market",
"side": "buy"
}
'
Try It!
to start a request and see the response here! Or choose an example: