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

Type Definitions

Json

alias for serde_json::Value return type for data that cannot predictably deserialized into a strongly typed struct