| Crates.io | coinbase-v3 |
| lib.rs | coinbase-v3 |
| version | 0.1.1 |
| created_at | 2023-09-08 13:15:40.678316+00 |
| updated_at | 2023-09-08 13:29:47.378997+00 |
| description | Coinbase v3 Advanced API client for Rust |
| homepage | |
| repository | https://github.com/mpbl/coinbase-v3 |
| max_upload_size | |
| id | 967102 |
| size | 184,383 |
Coinbase's Advanced Trade API description can be found there. Most of what this library provides are data bindings for the json responses and the GET/POST functions defined in the API Reference.
All API calls need to be authenticated, either with the help of a Token, or using an OAuth2 based authentication. This library implements the OAuth2 alternative.
Developed and tested using API Version: 2022-10-16
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Inspiration and some code was taken from the following projects: