curl --request POST \
--url https://api.blockradar.co/v1/wallets/{id}/signing/message \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"message": "I am verifying ownership of the wallet address 0x... as customer cust_123. This message was signed on 2026-03-03 to confirm my control over this wallet.",
"metadata": "OPTIONAL_METADATA",
"note": "OPTIONAL_NOTE"
}
'Master Wallet Message
curl --request POST \
--url https://api.blockradar.co/v1/wallets/{id}/signing/message \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"message": "I am verifying ownership of the wallet address 0x... as customer cust_123. This message was signed on 2026-03-03 to confirm my control over this wallet.",
"metadata": "OPTIONAL_METADATA",
"note": "OPTIONAL_NOTE"
}
'"YOUR_WALLET_ID"