Skip to content

enesunal-m/market_data_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Market Data REST API - Rust with Axum

This is the REST API service for market data. It is written in Rust using the Axum web framework and the Tokio runtime. Return values of the API are like Binance API.

Features

  • Get available symbols.
  • Get market data by symbol and interval and limit and start time or end time.
  • Get grouped market data by symbol, interval, limit, start time and end time.

Usage

Look to Postman collection for usage.

Installation

git clone
cd market_data_api
cargo run

Don't forget to install Rust and Cargo before running the project. You can install them from here.

Also, fill the .env file with your database credentials.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages