Description Usage Arguments References See Also Examples
Creates a new account for user.
1 |
body |
a named list of parameters |
https://developers.coinbase.com/api/v2#create-account
Other wallet-accounts: delete_account
,
get_accounts
, get_account
,
set_primary_account
,
update_account
1 2 3 4 5 | ## Not run:
body <- list(name = "New Wallet")
resp <- create_account(body)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.