Appearance
Get whitelisted withdrawal address book for a currency
GET
/v1/wallet/crypto/address-book/{currency}
Returns all the withdrawal addresses whitelisted for this account and the currency specified in the path variable :currencyCode.
Authorizations
apiKey
Your API key
Type
API Key (header: X-VALR-API-KEY)
apiSignature
HMAC SHA512 signature of the request (see Authentication section)
Type
API Key (header: X-VALR-SIGNATURE)
apiTimestamp
Request timestamp in milliseconds
Type
API Key (header: X-VALR-TIMESTAMP)
Parameters
Path Parameters
currency*
Specify the currency for which you want to query the address book (e.g., BTC, ETH)
Type
Requiredstring
Responses
Address book entries retrieved successfully
application/json