ADAMANT Trading & Market making bot is a software to make trade volume, support spread and maintain liquidity/depth, order books on crypto exchanges. It’s written in Node.js, and stores data in MongoDB.
For whom? — For token owners and cryptocurrency exchanges.
Website: https://marketmaking.app
Code: https://github.com/adamant-im/adamant-tradebot/tree/dev
The bot supports several exchanges already, and this task is to add support for Dex-Trade:
https://dex-trade.com/
https://docs.dex-trade.com/
Bot’s API connector architecture is ready. To add Dex-Trade API support, you will:
Clone trade/api/coinstore_api.js file and re-write methods
Clone trade/trader_coinstore.js file and re-write methods
Clone initial settings—trade/settings/tradeParams_coinstore.js, no changes
The task is only to implement REST only methods, not socket, see details below
I’ll provide the API keys (ask me), or create yours, what’s more comfortable
Use any USDT trade pair with rare trading to test orders. For example, RTM/USDT.
Details attached below.