Finance-GDAX-Lite

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

         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 1.269 second using v1.01-cache-2.11-cpan-2b1a40005be )