We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9306b5e commit 55d2bb2Copy full SHA for 55d2bb2
README.md
@@ -1,16 +1,21 @@
1
# Coinbase API
2
3
-## Description
+## Installation
4
5
-Async Coinbase APIs for getting balances and transactions.
6
-
7
-## Usage
+Add the dependency to your `Cargo.toml`:
8
9
```toml
10
[dependencies]
11
coinbase-api = { git = "https://github.com/BNKRORG/coinbase-api", tag = "<version>" }
12
```
13
+## Supported APIs
+
14
+| API | Supported |
15
+|--------------|-----------|
16
+| Coinbase App | ❌ |
17
+| Coinbase Pro | ❌ |
18
19
## Minimum Supported Rust Version (MSRV)
20
21
This project is built with the Rust language version `2024` and requires a minimum compiler version of `1.85.0`.
0 commit comments