NAME
App::cryp::Exchange::coinbase_pro - Interact with Coinbase Pro
VERSION
This document describes version 0.012 of App::cryp::Exchange::coinbase_pro (from Perl distribution App-cryp-exchange), released on 2021-05-26.
DRIVER-SPECIFIC NOTES
get_ticker()
is implemented by calling 2 separate API's, /products/<product-id>/stats (for open
/high
/low
/volume
information) and /products/<product-id>/ticker (for last
/buy
/sell
information).
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-cryp-exchange.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-cryp-exchange.
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/perlancar/perl-App-cryp-exchange/issues
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.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021, 2018 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.