A simple HTTP API created with Rust and Actix Web.
-
Build the project:
cargo build
-
Run the server:
cargo run
-
Access the API at
http://localhost:8080/
- GET /latest: Fetches the latest data from CoinMarketCap.
- GET /historical: Fetches historical data from CoinMarketCap.
- (Coming soon...)