coincap_markets: Query for available markets from the CoinCap API

View source: R/query.R

coincap_marketsR Documentation

Query for available markets from the CoinCap API

Description

Query for available markets from the CoinCap API

Usage

coincap_markets(
  exchange_id,
  base_symbol,
  quote_symbol,
  base_id,
  quote_id,
  asset_symbol,
  asset_id,
  limit = 2000,
  offset = 1
)

Arguments

exchange_id

search by exchange id

base_symbol

returns all containing the base symbol

quote_symbol

returns all containing the quote symbol

base_id

returns all containing the base id

quote_id

returns all containing the quote id

asset_symbol

returns all assets containing symbol (base and quote)

asset_id

returns all assets containing id (base and quote)

limit

max limit of 2000

offset

offset

Value

data frame


southernt/rcoincap documentation built on May 21, 2022, 12:09 a.m.