Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 707 Bytes

MockSpotOrder.md

File metadata and controls

15 lines (11 loc) · 707 Bytes

MockSpotOrder

Spot orders

Properties

Name Type Description Notes
currency_pairs str Currency pair
order_price str Price
count str Initial order quantity for spot trading pairs, not involved in actual calculation. Currently only supports three currencies: BTC, ETH. [optional]
left str Unfilled quantity, involved in actual calculation.
type str Order type, sell - sell order, buy - buy order.

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