Skip to main content
PUT
/
addresses
/
crypto
/
{id}
/
disabled
Update the disabled status of a verified crypto address
curl --request PUT \
  --url https://api.sandbox.iron.xyz/api/addresses/crypto/{id}/disabled \
  --header 'Content-Type: application/json; charset=utf-8' \
  --header 'X-API-Key: <api-key>' \
  --header 'X-SUB-PARTNER-ID: <x-sub-partner-id>' \
  --data '
{
  "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "disabled": true
}
'
{
  "address_type": "SelfHosted",
  "blockchain": "Solana",
  "created_at": "2024-01-15T10:30:00.000Z",
  "disabled": false,
  "id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
  "proof_message": "I hereby verify that I own this wallet address",
  "proof_signature": "5J9qvKhKqYbpjhCkqDnKXSp7QqLDBU5iT4VWshsqRdWKHjKdqZqKqYbpjhCkqDnKXSp...",
  "vasp_did": null,
  "wallet_address": "7QqLDBU5iT4VWshsqRdWKHjKdqZqKqYbpjhCkqDnKXSp"
}

Authorizations

X-API-Key
string
header
required

API Key

Headers

X-SUB-PARTNER-ID
string
required

Optional sub-partner UUID, if provided, the wallet address will be updated for the sub-partner

Path Parameters

id
string<uuid>
required

The ID of the verified crypto address

Body

application/json; charset=utf-8

The request to update the disabled status

Request to update the disabled status of a verified crypto address

customer_id
string<uuid>
required

The customer ID

disabled
boolean
required

Whether to disable the address

Response

PUT Disabled Status Succeeded

Verified Address Response

Response containing verified address details

address_type
enum<string>
required
Available options:
Hosted,
SelfHosted
blockchain
enum<string>
required

Blockchain

A type of blockchain

Available options:
Solana,
Ethereum,
Polygon,
Arbitrum,
Base,
Stellar
created_at
string<date-time>
required

When the address was verified

disabled
boolean
required

Whether the address is disabled

id
string<uuid>
required

The ID of the verified address

wallet_address
string
required

The wallet address

proof_message
string

The proof message

proof_signature
string

The proof signature

vasp_did
string

The VASP DID (decentralized Identifier) for hosted wallets