2 releases

0.1.1 Sep 8, 2023
0.1.0 Sep 8, 2023

#9 in #coinbase

MIT/Apache

115KB
2K SLoC

Rust bindings for Coinbase Advanced Trade API (v3) -- OAuth2 based

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

Rust

License

Licensed under either of:

at your option.

Contribution

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.

Thanks

Inspiration and some code was taken from the following projects:

Dependencies

~12–27MB
~432K SLoC