NAME
App::cryp::Exchange::indodax - Interact with Indodax
VERSION
This document describes version 0.008 of App::cryp::Exchange::indodax (from Perl distribution App-cryp-exchange), released on 2018-06-13.
DRIVER-SPECIFIC NOTES
get_ticker()
doesn't provide the optional open
, but provides the optional quote_volume
.
list_pairs()
is manually maintained by this driver instead of using an API, because Indodax does not provide an API to list markets/pairs (let alone a public one). The closest is getInfo()
but that only gives balances of all available coins and not pairs.
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://rt.cpan.org/Public/Dist/Display.html?Name=App-cryp-exchange
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) 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.