View source: R/get_query_params.R
Lookup function for REST API URL query parameters
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
exchange |
Which exchange |
fn |
Which function needs a query |
base_asset |
Base asset |
quote_asset |
Quote asset |
... |
Additional parameters to pass to API call |
level |
Parameter used for varying aggregations of order book. |
depth |
Optional parameter used to specify number of bids and asks to return. |
time_frame |
Parameter used for chart interval and timeframe. |
start_time |
Parameter used for chart beginning time. |
end_time |
Parameter used for chart end time. |
limit |
Parameter used to limit number of candles. |
candle_type |
Type of candles. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.