Crate coinbase_client[][src]

Expand description

A library for the Coinbase Pro API.

Coinbase Client is separated into two categories: PrivateClient and PublicClient. PrivateClient requires authentication and provide access to placing orders and other account information. PublicClient provides market data and is public.

Modules

error
private_client
public_client