Skip to content
Serkan Korkmaz edited this page Jul 5, 2024 · 27 revisions

CRAN status CRAN RStudio mirror downloads R-CMD-check codecov Lifecycle: stable GitHub last commit (branch)

Note

This wiki covers the details about the source code, that is deemed unfit for {pkgdown}-documentation and vignettes. For general use of {cryptoQuotes} please refer to the general documentation on {pkgdown} or the vignettes by running vignette(package = "cryptoQuotes").

Introduction

{cryptoQuotes} is a high-level API-client to public market data endpoints from various API-providers. Collecting multiple API-providers into a single point of entry comes with a range of benefits, and limits. In this wiki these benefits and limits will be discussed.

Table of Contents

  • Available Exchanges lists all available exchanges by endpoint.

  • Limits and Restrictions lists, and discusses, various limitations and restrictions on each exchange, and endpoint,

  • Tickers summarizes all available tickers across exchanges, and the naming conventions on each exchange.

  • Usecase displays a simple usecase for the library.

Vocabulary

The vocabulary in this wiki is as follows,

Terminology Meaning

Endpoint

Refers to the various get-functions like the get_quote()- and get_lsratio()-functions

Exchanges

Refers to the source-parameter found in the various functions

Granularity

Refers to the interval-parameter found in the various functions

Tickers

Refers to the ticker-parameter found inthe various functions. These are the available cryptocurrency pairs like BTCUSDT.

Clone this wiki locally