Replace reference wallet list
PUT /v1/profile/reference-wallets — Replace the watchlist atomically. Server validates EVM (`0x` + 40 hex) and Solana / generic base58 (32-44 chars) address
PUT /v1/profile/reference-wallets
Replace the watchlist atomically. Server validates EVM (0x + 40 hex) and Solana / generic base58 (32-44 chars) addresses; rejects anything else.
| Method | PUT |
| Path | /v1/profile/reference-wallets |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | personalization |
Request body
{ "wallets": ["0xabc...", "9XYZ..."] }Response body
{ "ok": true, "wallets": ["0xabc...", "9XYZ..."] }