Josh Rabinowitz
/
0.024
(JOSHR on 2018-10-21)
0.023
(JOSHR on 2018-10-21)
0.022
(JOSHR on 2018-10-21)
0.021
(JOSHR on 2018-10-21)
0.020
(JOSHR on 2018-10-21)
0.019
(JOSHR on 2018-10-21)
0.018
(JOSHR on 2018-10-21)
0.017
(JOSHR on 2018-10-20)
0.016
(JOSHR on 2018-10-20)
0.015
(JOSHR on 2018-10-20)
0.014
(JOSHR on 2018-10-20)
0.013
(JOSHR on 2018-10-19)
0.012
(JOSHR on 2018-10-18)
0.011
(JOSHR on 2018-10-18)
0.010
(JOSHR on 2018-10-18)
0.009
(JOSHR on 2018-10-18)
0.008
(JOSHR on 2018-10-17)
0.007
(JOSHR on 2018-10-17)
0.006
(JOSHR on 2018-10-17)
0.005
(JOSHR on 2018-10-17)
0.004
(JOSHR on 2018-10-17)
0.003
(JOSHR on 2018-10-17)
0.002
(JOSHR on 2018-10-17)
0.000_16 DEV
(JOSHR on 2018-10-17)
0.000_15 DEV
(JOSHR on 2018-10-17)
0.000_14 DEV
(JOSHR on 2018-10-17)
0.000_13 DEV
(JOSHR on 2018-10-17)
0.000_12 DEV
(JOSHR on 2018-10-17)
0.000_11 DEV
(JOSHR on 2018-10-17)
0.000_10 DEV
(JOSHR on 2018-10-17)
0.000_09 DEV
(JOSHR on 2018-10-17)
0.000_08 DEV
(JOSHR on 2018-10-17)
0.000_07 DEV
(JOSHR on 2018-10-17)
0.000_06 DEV
(JOSHR on 2018-10-17)
0.000_05 DEV
(JOSHR on 2018-10-17)
0.000_04 DEV
(JOSHR on 2018-10-17)
0.000_03 DEV
(JOSHR on 2018-10-17)
0.000_02 DEV
(JOSHR on 2018-10-16)
0.000_01 DEV
(JOSHR on 2018-10-16)
Finance-CoinbasePro-API-CLI-0.005
River stage zero
No dependents
++
/
README.md
Finance-CoinbasePro-API-CLI
This module provides a command-line interface to operate with
Coinbase Pro.
Here's an example of Finance::CoinbasePro::API::CLI in action:
% cat ~/.coinbasepro
[coinbasepro]
api_key = YOURKEYHERE
api_secret = YOURSECRETHERE
api_passphrase = YOURPASSPHRASEHERE
% bin/coinbasepro.pl quotes
coinbasepro.pl: quotes: {
ask => 6235,
bid => 6200.38,
price => "6235.00000000",
size => "2.00000000",
time => "2018-10-15T22:25:18.561000Z",
trade_id => 2164766,
volume => 58.52494937,
}
(TODO- rewrite output above)
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Finance::CoinbasePro::API::CLI
LICENSE AND COPYRIGHT
Copyright (C) 2018 Josh Rabinowitz
This program is free software; you can redistribute it and/or modify it
under the terms of the the Artistic License (2.0). You may obtain a
copy of the full license at:
Lhttp://www.perlfoundation.org/artistic_license_2_0