Convert a segwit address to legacy format

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

Converts an existing segwit address to the legacy format.

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.
Acceptstring

RESPONSES

status: OK

{"address":"\u003cstring\u003e","legacyAddress":"\u003cstring\u003e","enterpriseAddress":"\u003cstring\u003e","tag":"\u003cstring\u003e","bip44AddressIndex":"\u003cinteger\u003e"}