API - Bitvolo Web Services

set_account_address

Description:

Sets a new receiving address for given coin. Note that you cannot pass network tokens here, e.g. for Stellar/MOBI, you can only set the address for the base coin (XLM). Use set_network_tokens to specify which tokens you'll accept within given network (e.g. Stellar).

Input:

coin string required
Coin / cryptocurrency (e.g. BTC / XRP / ETH / ADA / BANK)
address string required
New address for given coin
language string optional
by specifying a 2-letter (ISO 639-1) language code (all capital letters e.g. EN, DE, FR, ES, IT) you can change the language of the text values returned
api_key string required
your API key - Click here to get your key. If your API key uses a hash key, you must also include the parameters hash_key and hash_timestamp.

Output:

none

API playground:

Click here to test this function in the API playground.