[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.48 KB

SpotPricePutOrder.md

File metadata and controls

17 lines (12 loc) · 1.48 KB

SpotPricePutOrder

Properties

Name Type Description Notes
Type string Order type,default to `limit` - limit : Limit Order - market : Market Order [optional] [default to TYPE_LIMIT]
Side string Order side - buy: buy side - sell: sell side
Price string Order price
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`
Account string Trading account type. Portfolio margin account must set to `cross_margin` - normal: spot trading - margin: margin trading - cross_margin: cross_margin trading [default to ACCOUNT_NORMAL]
TimeInForce string time_in_force - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled, taker only [optional] [default to TIME_IN_FORCE_GTC]
Text string The source of the order, including: - web: web - api: api - app: app [optional]

[Back to Model list] [Back to API list] [Back to README]