πŸ”’Create market order

Create market order

POST https://api.staging.dexilon.io/orders/market

Weight: 1

Request Body

Name
Type
Description

symbol*

String

Symbol name

side*

Enum

Side of order: BUY, SELL

size*

Decimal

{
  "symbol" : "eth_usdt",
  "amount" : 21.9,
  "side" : "BUY",
  "orderId" : 4395060104,
  "price" : null,
  "clientOrderId" : null,
  "averageExecutionPrice" : 1867.9,
  "filled" : 21.9,
  "type" : "MARKET",
  "status" : "EXECUTED",
  "updatedAt" : 167016128542
}

Last updated