Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bro-n-bro/warp-dex-api
https://github.com/bro-n-bro/warp-dex-api
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bro-n-bro/warp-dex-api
- Owner: bro-n-bro
- License: mit
- Created: 2023-08-16T17:12:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T14:57:41.000Z (9 months ago)
- Last Synced: 2024-05-19T00:36:05.630Z (6 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# warp-dex-api
## To run locally
1. Fill endpoints in `config.py` and adjust ports, if necessary, in `docker-compose.yml`
2. Run with `docker-compose up -d`
3. Open http://127.0.0.1:5002/docs to see swaggerEndpoints available:
```bash
http://27.0.0.1:5002/docs/http://127.0.0.1:5002/historical_trades/boot_hydrogen/
http://27.0.0.1:5002/tickers/
http://27.0.0.1:5002/pairs/
http://27.0.0.1:5002/dev/tickers/
```