Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 930 Bytes

File metadata and controls

33 lines (20 loc) · 930 Bytes

Coinbase API

Moved to https://github.com/BNKRORG/exchanges!

Installation

Add the dependency to your Cargo.toml:

[dependencies]
coinbase-api = { git = "https://github.com/BNKRORG/coinbase-api", tag = "<version>" }

Supported APIs

API Supported
Coinbase App
Coinbase Pro

Minimum Supported Rust Version (MSRV)

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

Important notes

This library is made open-source to allow inspection and verification but is not intended to be used outside the organization projects.

If you are looking for a Coinbase API client, please use https://github.com/j16r/coinbase-rs or similar library.

License

This project is distributed under the MIT software license — see the LICENSE file for details.