API - Bitvolo Web Services

get_account_info

Description:

Returns information for given account

Input:

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:

name string
Account name
id int
Account id
email string
Email address of account admin
admin_id int
User ID of account admin
currency string
Default currency
addresses array
Array of addresses for payments in different cryptocurrencies. The key is the coin (cryptocurrency) and the value is the address.

API playground:

Click here to test this function in the API playground.