coincap_markets | R Documentation |
Query for available markets from the CoinCap API
coincap_markets( exchange_id, base_symbol, quote_symbol, base_id, quote_id, asset_symbol, asset_id, limit = 2000, offset = 1 )
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 |
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.