python-cexio icon indicating copy to clipboard operation
python-cexio copied to clipboard

Place instant order

Open madcell opened this issue 7 years ago • 1 comments

hello,

where is the "Place instant order" method (https://cex.io/rest-api#place-instant-order) in the client?

thanks

madcell avatar Dec 04 '17 01:12 madcell

I had to figure hat out for myself recently using a different library for cex.io: You have to call "place_order" with no price but "order_type": "market" in the params.

Aarkon avatar Apr 13 '18 14:04 Aarkon