Learn R Programming

rCoinbase (version 1.0.0)

cb_quote: Crypto Pair Bid/Ask Quotes

Description

Crypto Pair Bid/Ask Quotes

Usage

cb_quote(ids)

Value

Get a data.frame for the best bid/ask for all products.

Arguments

ids

= vector of product id(s) Example: "BTC-USD" OR c("BTC-USD","ETH-USD")

Examples

Run this code
if (FALSE) {
  cb_quote(ids=c("BTC-USD","ETH-USD"))
}

Run the code above in your browser using DataLab