/exchange-parser-server

Parser SPOT pairs and P2P orders from many Exchangers

Primary LanguageGo

exchange-parser-server

Navigation

Description

Parser P2P orders and SPOT pairs from crypto exchanges. Using fiber and Cache Redis. Basic routes developed

  • Fiat: [RUB, TRY, USD]
  • Exchanges: [Binance, Bybit, Huobi, Okx]

Stack

Start application

Start Docker Compose:

  1. Clone this repo:
  2. Edit .env.example to .env
  3. Set your settings on .env file
  4. Start docker-compose file:
docker-compose up -d

Docs

Upgrade swagger documentation

swag init -g app/cmd -o app/docs