Module kraapi::api::public[][src]

Module for interacting with Kraken’s public API endpoints

Note

Each type prefixed with “KI” is a KrakenInputsuper::KrakenInput builder which will build requests for the given endpoint. Each type postfixed with “KO” is the output object that has been returned from Kraken’s servers and has been parsed into the given structure

Modules

asset_info

Get asset info endpoint

asset_pairs

Get tradeable asset pairs endpoint

ohlc

Get OHLC data endpoint

order_book

Get order book endpoint

recent_trades

Get recent trades endpoint

server_time

Get server time endpoint

spread_data

Get recent spread data endpoint

system_status

Get system status endpoint

ticker

Get ticker info endpoint