Create new asset deposit address

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

Creates a new deposit address for an asset of a vault account.

Request Body

{"description"=>"<string>", "customerRefId"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;address&quot;:&quot;\u003cstring\u003e&quot;,&quot;legacyAddress&quot;:&quot;\u003cstring\u003e&quot;,&quot;enterpriseAddress&quot;:&quot;\u003cstring\u003e&quot;,&quot;tag&quot;:&quot;\u003cstring\u003e&quot;,&quot;bip44AddressIndex&quot;:&quot;\u003cinteger\u003e&quot;}