| api_cmc_top_n | Extract top_n currencies from CoinMarketCap |
| binance_account | Get current Binance account information, including balances |
| binance_balances | Get current Binance balances in a nice table |
| binance_coins | Get all currently valid coin names from Binance |
| binance_coins_prices | Get all currently valid coin names from Binance along with... |
| binance_klines | Get kline/candlestick data from Binance |
| binance_mytrades | Get all trades on the Binance account |
| binance_query | Request the Binance API |
| binance_sign | Sign the query string for Binance |
| binance_symbols | Get all currently valid symbol names from Binance |
| binance_ticker_all_prices | Get latest Binance conversion rates and USD prices on all... |
| check_credentials_binance | Check if Binance credentials were set previously |
| check_credentials_kraken | Check if Kraken credentials were set previously |
| check_credentials_nomics | Check if Nomics credentials were set previously |
| credentials_binance | Sets the API key and secret to interact with the Binance API |
| credentials_kraken | Sets the API key and secret to interact with the Kraken API |
| credentials_nomics | Sets the API key and secret to interact with the Nomics API |
| data_long_to_wide | Convert long dataframe to a wide format |
| data_wide_to_long | Convert a wide dataframe to a long format |
| from_rfc3339 | Convert an RFC3339 date to an R date |
| index_series | Index a timeseries at a given point |
| key_binance | Look up Binance API key stored in the environment |
| key_kraken | Look up Kraken API key stored in the environment |
| key_nomics | Look up Nomics API key stored in the environment |
| kraken_add_order | Add standard order |
| kraken_add_order_internal | Add standard order |
| kraken_add_order_until_complete | Add orders until rebalanced |
| kraken_allocation_current | Get current and target allocation |
| kraken_assetpairs | Get available assetpairs |
| kraken_assets | get available assets |
| kraken_balance | Get trade balance |
| kraken_cancel_open_order | Cancel open order |
| kraken_cancel_open_orders | Cancel open orders or a selection of order ids |
| kraken_candles | Get candle data |
| kraken_get_closed_orders | Get closed orders |
| kraken_get_deposit_address | Get deposit addresses |
| kraken_get_deposit_methods | Get deposit methods |
| kraken_get_open_orders | Get open orders |
| kraken_get_withdrawal_info | Get withdrawal information |
| kraken_lastprice | Get a pair's last available price |
| kraken_ledger | get ledger information |
| kraken_ohlc | robust retrieval of OHLC for a single pair |
| kraken_ohlc_simple | retrieval of OHLC data for a single pair |
| kraken_orderbook | Get order book |
| kraken_query_orders_info | Query orders info |
| kraken_rebalance_portfolio | Rebalance the portfolio on Kraken |
| kraken_servertime | get Kraken servertime |
| kraken_spread | Get recent spread data |
| kraken_ticker | get a ticker |
| kraken_withdraw_funds | Withdraw funds |
| nomics_candles | Exchange candles endpoint |
| nomics_candles_aggr | The candles endpoint returns aggregated open, high, low,... |
| nomics_currencies | Nomics currencies |
| nomics_currencies_sparkline | Currencies sparkline |
| nomics_exchange_rates | The exchange rates endpoint returns the current exchange... |
| nomics_exchange_rates_history | Exchange rates for every point in a time range. This endpoint... |
| nomics_interval_currencies | Open and close prices and volume for all currencies between a... |
| nomics_interval_exchange_markets | The exchange market interval endpoint returns a summary of... |
| nomics_interval_exchange_rates | Exchange rates to convert from USD over a time interval. This... |
| nomics_interval_markets | The market interval endpoint returns a summary of information... |
| nomics_interval_mcap_aggr | Market capitalization history in aggregate |
| nomics_interval_mcap_indiv | Market capitalization for individuals currencies historical |
| nomics_interval_supplies | Open and close supply information for all currencies between... |
| nomics_markets | Nomics markets |
| nomics_mcap_indiv | Market capitalization for individuals currencies |
| nomics_prices | The prices endpoint returns current prices for all... |
| nomics_prices_exchange_markets | Exchange market prices |
| nomics_prices_markets | Market prices |
| nomics_volume_global | Volume History is the total volume for all cryptoassets in... |
| query | API querying function |
| query_kraken | Base functionality to call the Kraken API directly |
| query_nomics | Utility function to query Nomics API |
| reexports | Objects exported from other packages |
| secret_binance | Look up Binance API secret stored in the environment |
| secret_kraken | Look up Kraken API secret stored in the environment |
| sign_kraken | Signature method for the Kraken API |
| to_rfc3339 | Convert an R date to the RFC3339 format used in Nomics API |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.