App-coinbasepro-lite

 view release on metacpan or  search on metacpan

script/coinbasepro-lite  view on Meta::CPAN


=head1 VERSION

This document describes version 0.003 of coinbasepro-lite (from Perl distribution App-coinbasepro-lite), released on 2018-11-29.

=head1 SYNOPSIS

First, create an account at Coinbase Pro. Create an API then insert the API information
in F<~/.config/coinbasepro-lite.conf>. Since the configuration file contains sensitive
information, please make sure that the permission of the file is set so that
unauthorized users cannot read it (e.g. chmod it to 0600).

 # In ~/.config/coinbasepro-lite.conf
 key = ...
 secret = ...
 passphrase = ...

To perform a public request:

 # list all products (currency pairs or markets)
 % coinbasepro-lite public /products



( run in 0.302 second using v1.01-cache-2.11-cpan-496ff517765 )