Finance-CoinbasePro-Lite
view release on metacpan or search on metacpan
my $res = $cbp->private_request(POST => "/reports", {
type => "fills",
start_date => "2018-02-01T00:00:00.000Z",
end_date => "2018-02-01T00:00:00.000Z",
});
DESCRIPTION
Coinbase Pro, <https://pro.coinbase.com>, is a US cryptocurrency
exchange. This module provides a Perl wrapper for Coinbase Pro's API.
Please peruse the Coinbase Pro API reference to see which API endpoints
are available.
METHODS
new
Usage: new(%args)
Constructor. Known arguments:
* key
lib/Finance/CoinbasePro/Lite.pm view on Meta::CPAN
my $res = $cbp->private_request(POST => "/reports", {
type => "fills",
start_date => "2018-02-01T00:00:00.000Z",
end_date => "2018-02-01T00:00:00.000Z",
});
=head1 DESCRIPTION
Coinbase Pro, L<https://pro.coinbase.com>, is a US cryptocurrency exchange. This
module provides a Perl wrapper for Coinbase Pro's API. Please peruse the
Coinbase Pro API reference to see which API endpoints are available.
=head1 METHODS
=head2 new
Usage: new(%args)
Constructor. Known arguments:
=over
( run in 1.286 second using v1.01-cache-2.11-cpan-2b1a40005be )