| coinbase_accounts | R Documentation | 
coinbase_accounts
coinbase_accounts(
  api_key,
  api_secret,
  limit = NULL,
  cursor = NULL,
  timeout_seconds = 60
)
api_key | 
 your Coinbase API key  | 
api_secret | 
 your Coinbase API secret  | 
limit | 
 the maximum number of results to return. The maximum limit is 250 while the default value is 49.  | 
cursor | 
 Cursor used for pagination. When provided, the response returns responses after this cursor.  | 
timeout_seconds | 
 seconds until the query times out. Default is 60.  | 
returns a list with a dataframe with information about your Coinbase accounts along with your cursor for use in pagination.
## Not run: 
api_key <- "..."
api_secret <- "..."
accounts <- coinbase_accounts(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.