coinlist_fees | R Documentation |
coinlist_fees
coinlist_fees(api_key, api_secret, timeout_seconds = 60)
api_key |
your Coinlist API key |
api_secret |
your Coinlist API secret |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns a list containing Coinlist fees by symbols.
## Not run:
api_key <- "..."
api_secret <- "..."
fees <- coinlist_fees(api_key, api_secret)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.