NAME
Finance::Crypto::Exchange::Kraken::REST::Public - Role for Kraken "public" API calls
VERSION
version 0.002
SYNOPSIS
package Foo;
use Moose;
with qw(Finance::Crypto::Exchange::Kraken::REST::Public);
DESCRIPTION
This role introduces all the public API calls Kraken supports. For extensive information please have a look at the Kraken API manual
METHODS
get_server_time
https://api.kraken.com/0/public/Time
get_asset_info
https://api.kraken.com/0/public/Asset
Accepted parameters
- info (optional)
-
info
all info (default) - aclass (optional)
-
currency
(default) - asset (optional)
-
all
(default)
get_tradable_asset_pairs
https://api.kraken.com/0/public/AssetPairs
get_ticker_information
https://api.kraken.com/0/public/Ticker
get_ohlc_data
https://api.kraken.com/0/public/OHLC
get_order_book
https://api.kraken.com/0/public/Depth
get_recent_trades
https://api.kraken.com/0/public/Trades
get_recent_spread_data
https://api.kraken.com/0/public/Spread
AUTHOR
Wesley Schwengle <waterkip@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2020 by Wesley Schwengle.
This is free software, licensed under:
The (three-clause) BSD License