Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 790 Bytes

File metadata and controls

15 lines (11 loc) · 790 Bytes

SpotPricePutOrder

Properties

Name Type Description Notes
type str Order type, default to `limit` [optional] [default to 'limit']
side str Order side - buy: buy side - sell: sell side
price str Order price
amount str Order amount
account str Trading type - normal: spot trading - margin: margin trading [default to 'normal']
time_in_force str time_in_force - gtc: GoodTillCancelled - ioc: ImmediateOrCancelled, taker only [optional] [default to 'gtc']

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