Welcome to sammichfinance, deployed as https://TVLIST.XYZ ....
Sandwich Finance was a useful tool popular among crypto/ perpetual futures traders used to download .txt file watchlists for all assets on a given exchange. Unfortunately the dev no longer wanted to continue the project, but thats okay, we can make an open source and free version with more features and more exchanges.
- Download by quote token/ assets per exchange, or all assets per exchange (tradingview only allows lists up to 1000 assets, so it breaks up download into multiple lists if over 1000 assets)
- Calls each exchange's relevant API to get most up to date list. Never needs to be updated manually if new assets or pair types are added.
- Formats API response to proper tradingview format for each exchange
- Allows "MIX AND MATCH" downloads which is any combinatintion of assets from any combination of exchanges.
- Open source
- Binance
- Bybit
- Bitget
- KuCoin
- Bitfinex
- OKX
- MEXC
- Poloniex
- Kraken
- Crypto.com
- Coinbase
- Gate.io
- Phemex
- Binance
- Bybit
- Bitget
- KuCoin
- dYdX
- OKX
- MEXC
- Phemex
-
npm install
-
npm run dev
- should be able to one click deploy from vercel dashboard from github, no environment variables currently needed since it uses public apis rather than ones with keys needed
Feel free to submit a pull request if you want to add anything to the official deployment on TVLIST.XYZ .
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev