post https://api.inexcoin.com/v1/orders
시장가/지정가, 매수/매도 기능을 제공합니다.
EX) Request Body - Json
{
"symbol" : "ethusdt",
"type" : "1",
"side" : "SELL" ,
"volume" : 0.0001,
"price" : 1694.17
}
시장가/지정가, 매수/매도 기능을 제공합니다.
EX) Request Body - Json
{
"symbol" : "ethusdt",
"type" : "1",
"side" : "SELL" ,
"volume" : 0.0001,
"price" : 1694.17
}
Try It!
to start a request and see the response here!