Skip to content

Commit 55d2bb2

Browse files
committed
Update README.md
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 9306b5e commit 55d2bb2

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Coinbase API
22

3-
## Description
3+
## Installation
44

5-
Async Coinbase APIs for getting balances and transactions.
6-
7-
## Usage
5+
Add the dependency to your `Cargo.toml`:
86

97
```toml
108
[dependencies]
119
coinbase-api = { git = "https://github.com/BNKRORG/coinbase-api", tag = "<version>" }
1210
```
1311

12+
## Supported APIs
13+
14+
| API | Supported |
15+
|--------------|-----------|
16+
| Coinbase App ||
17+
| Coinbase Pro ||
18+
1419
## Minimum Supported Rust Version (MSRV)
1520

1621
This project is built with the Rust language version `2024` and requires a minimum compiler version of `1.85.0`.

0 commit comments

Comments
 (0)