MINARA

替換參考錢包列表

PUT /v1/profile/reference-wallets:原子替換觀察列表。

PUT /v1/profile/reference-wallets

原子替換觀察列表。服務器會驗證 EVM(0x + 40 個十六進制字符)和 Solana / 通用 base58(32-44 個字符)地址,拒絕其他地址。

方法PUT
路徑/v1/profile/reference-wallets
認證設置 GATEWAY_AUTH_TOKEN 時需要 Authorization: Bearer <token>
類別personalization

請求體

{ "wallets": ["0xabc...", "9XYZ..."] }

響應體

{ "ok": true, "wallets": ["0xabc...", "9XYZ..."] }

本頁目錄