create_address: Create address

Description Usage Arguments References See Also Examples

Description

Creates a new address for an account. As all the arguments are optional, it’s possible just to do a empty POST which will create a new address. This is handy if you need to create new receive addresses for an account on-demand. Addresses can be created for all account types. With fiat accounts, funds will be received with Instant Exchange.

Usage

1
create_address(account_id, body = "")

Arguments

account_id

Account Id

References

https://developers.coinbase.com/api/v2#create-address

See Also

Other wallet-addresses: get_address_transactions, get_addresses, get_address

Examples

1
2
3
4
## Not run: 
addr <- create_address("fakeAcct2", body = list(name = "New receive address"))

## End(Not run)

zamorarr/rcoinbase documentation built on May 30, 2019, 4:18 p.m.