You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Order type,default to `limit` - limit : Limit Order - market : Market Order
[optional] [default to 'limit']
side
string
Order side - buy: buy side - sell: sell side
[default to undefined]
price
string
Order price
[default to undefined]
amount
string
When `type` is limit, it refers to base currency. For instance, `BTC_USDT` means `BTC` When `type` is `market`, it refers to different currency according to `side` - `side` : `buy` means quote currency, `BTC_USDT` means `USDT` - `side` : `sell` means base currency,`BTC_USDT` means `BTC`
[default to undefined]
account
string
Trading account type. Portfolio margin account must set to `unified` - normal: spot trading - margin: margin trading - unified: unified trading
[default to 'normal']
timeInForce
string
time_in_force - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled, taker only
[optional] [default to 'gtc']
autoBorrow
boolean
Whether to borrow coins automatically
[optional] [default to undefined]
autoRepay
boolean
Whether to repay the loan automatically
[optional] [default to undefined]
text
string
The source of the order, including: - web: web - api: api - app: app