Place coins orders
There is no separate endpoint for coins orders. You use the same Place order, Cancel order, and List my open orders routes for every order on the platform. The denomination is determined entirely by your account’s current player mode.- When your account is in coins mode, every order you place will be denominated in coins.
- When your account is in cash mode, every order you place will be denominated in cash.
How to switch
Call Switch player mode with{ "playerMode": "coins" } or { "playerMode": "cash" }.
You can confirm the current mode at any time by inspecting data.user.playerMode from the Log in response, or via /user/getMe.
Then place your order
Once your mode is set, follow the standard order flow:- Place order — post a resting offer, or take resting liquidity by setting
orderTypeto anything other than"post". - Cancel order — cancel a single open order.
- List my open orders — your unmatched resting offers.
