paulschick / fastapi-cryptocurrency-exchange-balances

A REST API utility for fetching balances from cryptocurrency exchanges. Uses CCXT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI Cryptocurrency Exchange Balances

License: MIT

A simple FastAPI project for fetching balances from cryptocurrency exchanges. Redis is used as a short-term cache, and the API has a force option which causes it to refresh the balances in the cache.

I will add usage notes, I built this mainly for the purpose of learning the technologies that were used (Python Docker images, FastAPI, Redis).

TODO: change python image to use Alpine

About

A REST API utility for fetching balances from cryptocurrency exchanges. Uses CCXT.

License:MIT License


Languages

Language:Python 89.5%Language:Dockerfile 10.5%