Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 swagger

Endpoints 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/
```