Skip to content

Multi exchange delisting crawler. It will notify you when some symbol from your list is going to be delisted from the exchange.

Notifications You must be signed in to change notification settings

AxyLm/delisting-crawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How it works

Multi exchange delisting crawler monitoring the announcement page on each exchange. If it find that the symbol from your list is going to be delisted, it will write this symbol to the ./src/delisted-symbols.json file. The app starts http server and you can get your delisted-symbols.json by localhost:3000/delisting

In case a new delisting symbol is found you will be notified in your telegram.

Crawler parses announcement page with interval. In case it gets an error "Too Many Requests", it will increase an interval to avoid ban.

Installation

Environment vars. Make a copy of env file and change it.

cp .env.example .env

Add symbols you want to monitor to ./src/exchange-markets.json

To install dependencies:

npm install

To run:

npm run start

Supported exchanges

  • Binance
  • Bybit
  • Kucoin
  • Okx

About

Multi exchange delisting crawler. It will notify you when some symbol from your list is going to be delisted from the exchange.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%