You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-7
Original file line number
Diff line number
Diff line change
@@ -2,25 +2,41 @@
2
2
3
3
`cdpcurl` is a tool that allows you to make HTTP requests to the Coinbase API with your CDP (Coinbase Developer Platform) API key. It is a wrapper around curl that automatically adds the necessary headers to authenticate your requests.
4
4
5
-
## Installation via Homebrew
6
-
```
5
+
## Installation
6
+
7
+
### Homebrew
8
+
9
+
```bash
7
10
brew tap coinbase/cdpcurl
8
11
brew install cdpcurl
9
12
```
10
13
11
-
## Installation via Go
12
-
`go install github.com/coinbase/cdpcurl@latest`
14
+
### AUR
15
+
16
+
```bash
17
+
yay -S cdpcurl-git
18
+
```
19
+
20
+
### Go
21
+
22
+
```bash
23
+
go install github.com/coinbase/cdpcurl@latest
24
+
```
13
25
14
26
## Example Usage
27
+
15
28
### Get account balance of BTC with Sign In With Coinbase API
0 commit comments