Skip to content

Commit

Permalink
chore: cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner committed Oct 20, 2024
1 parent c275002 commit 13236a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# datamaxi

## DataMaxi+ Rust SDK

This is the official implementation of Rust SDK for [DataMaxi+](https://datamaxiplus.com/).
Expand Down Expand Up @@ -34,8 +32,6 @@ You can get the API key upon registering at <https://datamaxiplus.com/auth>.
#### CEX Candle
```rust
use datamaxi;

let api_key = "my_api_key".to_string();
let candle: datamaxi::cex::Candle = datamaxi::api::Datamaxi::new(api_key);

Expand All @@ -57,8 +53,6 @@ candle.get("binance", "ETH-USDT", candle_options);
#### DEX Candle
```rust
use datamaxi;

let api_key = "my_api_key".to_string();
let candle: datamaxi::dex::Candle = datamaxi::api::Datamaxi::new(api_key);

Expand Down Expand Up @@ -88,8 +82,6 @@ candle.get(
#### DEX Trade
```rust
use datamaxi;

let api_key = "my_api_key".to_string();
let trade: datamaxi::dex::Trade = datamaxi::api::Datamaxi::new(api_key);

Expand Down Expand Up @@ -126,5 +118,3 @@ If you discover a bug in this project, please feel free to open an issue to disc
### License
[MIT License](./LICENSE)
License: MIT
1 change: 1 addition & 0 deletions README.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{readme}}

0 comments on commit 13236a4

Please sign in to comment.