Import Address
status: stable
⚠️ This endpoint is available for random
wallets only. Any
attempt to call this endpoint on another type of wallet will result in
a 403 Forbidden
error from the server.
PUT
/byron-wallets/{walletId}/addresses/{addressId}
curl \
--request PUT https://localhost:8090/v2/byron-wallets/{walletId}/addresses/DdzFFzCqrhtCNjPk5Lei7E1FxnoqMoAYtJ8VjAWbFmDb614nNBWBwv3kt6QHJa59cGezzf6piMWsbK7sWRB5sv325QqWdRuusMqqLdMt
Response examples (403)
{
"message": "string",
"code": "an_error_code"
}
Response examples (400)
{
"message": "string",
"code": "bad_request"
}