Coinbase-api
Client library for the Coinbase Pro API. Requests are asynchronous and return futures.
Example
Basic example to list all currency pairs trading on the exchange:
extern crate coinbase_api;
extern crate hyper;
use *;
use Future;
Progress
Implemented
- Market Data API (without pagination)
- Private API:
- GET requests without pagination
Not implemented yet
- pagination
- Private API:
- POST requests
- DELETE requests
- Payment methods
- Coinbase accounts
- Reports
- Websocket Feed
- FIX API