Using the Orderbook
Last updated
Last updated
ALEX Orderbook is available at .
Users register with the Orderbook and deploy their own wallet to which they make deposits and withdrawals.
At the registration, users provide their public keys so the Orderbook can verify their signed orders.
Users can place buy / sell orders of any tokens supported by the Orderbook without paying transaction fees. They can cancel orders any time. Orderbook ensures that the user wallet balance is sufficient.
All orders are signed by the originating users and the orders are validated with the usersโ public keys before settlement.
Order Matching Engine continuously matches buy and sell orders. Matched orders are sent to Exchange Contract.
Exchange Contract validates the matched orders, aggregate them and settle in a single transaction. It updates the order fill, which is then used by Order Matching Engine to optimise the order matching.
For more details, please contract your ALEX representatives.
Once user registration is complete, you can use our REST API () to interact with the Orderbook.
For example, uses our API to automate grid trading on the Orderbook.
where created_at <= before
where created_at > after
where created_at <= before
where created_at > after
market
resolution in minutes, must be positive number
if set, the from parameter will be ignored
UNIX timestamp before to
, required if countback is not provided
UNIX timestamp in the past aligned with resolution or now
No content
No content
No content
No content