-
-
10 Feb 2018 12:02:18 UTC
- Distribution: Finance-GDAX-API
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (543 / 87 / 102)
- Kwalitee
Bus factor: 1- 60.93% Coverage
- License: unknown
- Perl: v5.20.0
- Activity
24 month- Tools
- Download (38.61KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Finance::GDAX::API::Time - Time
SYNOPSIS
use Finance::GDAX::API::Time; $time = Finance::GDAX::API::Time->new; # Get current time $time_hash = $time->get;
DESCRIPTION
Gets the time reported by GDAX.
METHODS
get
Returns a hash representing the GDAX API server's notion of current time.
From the GDAX API:
{ "iso": "2015-01-07T23:47:25.201Z", "epoch": 1420674445.201 }
AUTHOR
Mark Rushing <mark@orbislumen.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Home Grown Systems, SPC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Finance::GDAX::API, copy and paste the appropriate command in to your terminal.
cpanm Finance::GDAX::API
perl -MCPAN -e shell install Finance::GDAX::API
For more information on module installation, please visit the detailed CPAN module installation guide.