Finance-GDAX-Lite
view release on metacpan or search on metacpan
type => "fills",
start_date => "2018-02-01T00:00:00.000Z",
end_date => "2018-02-01T00:00:00.000Z",
});
DESCRIPTION
<https://gdax.com> is a US cryptocurrency exchange. This module provides
a Perl wrapper for GDAX's API. This module is an alternative to
Finance::GDAX::API and is more lightweight/barebones (no entity objects,
Moose, etc). Please peruse the GDAX API reference to see which API
endpoints are available.
METHODS
new
Usage: new(%args)
Constructor. Known arguments:
* key
* secret
lib/Finance/GDAX/Lite.pm view on Meta::CPAN
type => "fills",
start_date => "2018-02-01T00:00:00.000Z",
end_date => "2018-02-01T00:00:00.000Z",
});
=head1 DESCRIPTION
L<https://gdax.com> is a US cryptocurrency exchange. This module provides a Perl
wrapper for GDAX's API. This module is an alternative to L<Finance::GDAX::API>
and is more lightweight/barebones (no entity objects, Moose, etc). Please peruse
the GDAX API reference to see which API endpoints are available.
=head1 METHODS
=head2 new
Usage: new(%args)
Constructor. Known arguments:
=over
( run in 0.414 second using v1.01-cache-2.11-cpan-beeb90c9504 )