powered by
coinbase_accounts
coinbase_accounts( api_key, api_secret, limit = NULL, cursor = NULL, timeout_seconds = 60 )
returns a list with a dataframe with information about your Coinbase accounts along with your cursor for use in pagination.
your Coinbase API key
your Coinbase API secret
the maximum number of results to return. The maximum limit is 250 while the default value is 49.
Cursor used for pagination. When provided, the response returns responses after this cursor.
seconds until the query times out. Default is 60.
if (FALSE) { api_key <- "..." api_secret <- "..." accounts <- coinbase_accounts(api_key, api_secret)}
Run the code above in your browser using DataLab