Add Azbit exchange API support (Node.js)

  • Опубликовано 1 год назад
  • Просмотры 7
  • Закончить проект

Описание

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: marketmaking.app
Code: github.com/Adamant-im/ada...

The bot supports several exchanges already, and this task is to add support for Azbit:
Info: www.coingecko.com/en/exch...
Swagger: api2.azbit.com/swagger/in...

Bot’s API connector architecture is ready. To add Azbit API support, you will:
Clone trade/api/p2pb2b_api.js file and re-write methods
Clone trade/trader_p2pb2b.js file and re-write methods
Clone initial settings—trade/settings/tradeParams_p2pb2b.js, no changes
Writing tests will be a plus (trade/tests/),it’s not a necessary task
The task is only to implement REST only methods, not socket, see details below

Details attached.

Опубликовано 1 год назад