A market maker can easily interact with MatchFlow via REST API and WebSocket API.

Firstly, please refer to the document to add a new account in Conflux DEX. After that, market maker could call REST APIs to place orders or cancel orders. Unlike centralized exchanges, Conflux DEX requires EIP712 based user signature to place an order. Accordingly, market maker need to follow the type schema to sign place/cancel order request.