Get asset addresses

GET {{baseUrl}}/vault/accounts/:vaultAccountId/:assetId/addresses

Lists all addresses for specific asset of vault account. - This endpoint will be deprecated on Mar 31,2024. - If your application logic or scripts rely on the deprecated endpoint, you should update to account for GET/V1/vault/accounts/{vaultAccountId}/{assetId}/addressespaginated before Mar 31,2024. - All workspaces created after Mar 31,2024. will have it disabled. If it is disabled for your workspace and you attempt to use it, you will receive the following error message: "This endpoint is unavailable. - Please use the GET/V1/vault/accounts/{vaultAccountId}/{assetId}/addressespaginated endpoint to return all the wallet addresses associated with the specified vault account and asset in a paginated list. - This API call is subject to rate limits.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"assetId":"\u003cstring\u003e","address":"\u003cstring\u003e","description":"\u003cstring\u003e","tag":"\u003cstring\u003e","type":"\u003cstring\u003e","customerRefId":"\u003cstring\u003e","addressFormat":"SEGWIT","legacyAddress":"\u003cstring\u003e","enterpriseAddress":"\u003cstring\u003e","bip44AddressIndex":"\u003cinteger\u003e","userDefined":"\u003cboolean\u003e"},{"assetId":"\u003cstring\u003e","address":"\u003cstring\u003e","description":"\u003cstring\u003e","tag":"\u003cstring\u003e","type":"\u003cstring\u003e","customerRefId":"\u003cstring\u003e","addressFormat":"SEGWIT","legacyAddress":"\u003cstring\u003e","enterpriseAddress":"\u003cstring\u003e","bip44AddressIndex":"\u003cinteger\u003e","userDefined":"\u003cboolean\u003e"}]