Acme-CPANLists-CryptoExchange

 view release on metacpan or  search on metacpan

lib/Acme/CPANLists/CryptoExchange.pm  view on Meta::CPAN

package Acme::CPANLists::CryptoExchange;

our $DATE = '2018-01-09'; # DATE
our $VERSION = '0.001'; # VERSION

our @Module_Lists = (
    {
        summary => "Modules that interface to cryptocurrency exchanges",
        entries => [
            {
                module => 'WebService::Cryptopia',
            },
            {
                module => 'WebService::Binance',
            },
            {
                module => 'Finance::BTCIndo',
            },
            {
                module => 'Finance::BitFlip',
            },
            {
                module => 'Finance::Bank::Kraken',
            },
            {
                module => 'Poloniex::API',
            },
            {
                module => 'WWW::API::Bitfinex',
            },
            {
                module => 'Finance::BitStamp::API',
            },
            {
                module => 'Finance::GDAX::API',
            },
            {
                module => 'Finance::LocalBitcoins::API',
            },
        ],
    },
);

1;
# ABSTRACT: Modules that interface to cryptocurrency exchanges

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANLists::CryptoExchange - Modules that interface to cryptocurrency exchanges

=head1 VERSION

This document describes version 0.001 of Acme::CPANLists::CryptoExchange (from Perl distribution Acme-CPANLists-CryptoExchange), released on 2018-01-09.

=head1 DESCRIPTION

=head1 MODULE LISTS

=head2 Modules that interface to cryptocurrency exchanges

=over

=item * L<WebService::Cryptopia>

=item * L<WebService::Binance>

=item * L<Finance::BTCIndo>

=item * L<Finance::BitFlip>

=item * L<Finance::Bank::Kraken>

=item * L<Poloniex::API>

=item * L<WWW::API::Bitfinex>

=item * L<Finance::BitStamp::API>

=item * L<Finance::GDAX::API>

=item * L<Finance::LocalBitcoins::API>

=back

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANLists-CryptoExchange>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-Acme-CPANLists-CryptoExchange>.

=head1 BUGS

Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANLists-CryptoExchange>

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

=head1 SEE ALSO

L<Acme::CPANLists> - about the Acme::CPANLists namespace

L<acme-cpanlists> - CLI tool to let you browse/view the lists



( run in 1.298 second using v1.01-cache-2.11-cpan-437f7b0c052 )