v2

latestOpenAPI 3.0.3Apache 2.02026-07-3149289180.2 KB

Delete Proxy

Delete a proxy by address. Requires EOA signature, see EOA signing.

delete/v1/account/proxy

Request body

sigstring required

Signature in hex format

saltinteger required

Salt

tsinteger required

Request timestamp. Unix milliseconds for most operations; Unix seconds for withdrawals (must match the on-chain EIP-712 struct verified against block.timestamp).

Example request

{
  "op": {
    "args": {
      "proxy": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
    }
  },
  "sig": "0x1234567890...",
  "salt": 1234567890,
  "ts": 1767225600000
}

Response

Delete proxy response.

status'ok' required