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§
Type Aliases§
- Json
- alias for serde_json::Value return type for data that cannot predictably deserialized into a strongly typed struct