Watch a perps deposit address (SSE)
POST /v1/wallet/deposits/watch — Server-sent-events stream tracking real-time deposit detection for one perps USDC/Arbitrum address. Emits `watching → de
POST /v1/wallet/deposits/watch
Server-sent-events stream tracking real-time deposit detection for one perps USDC/Arbitrum address. Emits watching → detected_on_chain → confirming → credited / failed / timeout. Behind the WALLET_DEPOSIT_WATCH_ENABLED env flag. Transport auto-selects Alchemy SDK when ALCHEMY_API_KEY is set, else public Arbitrum RPC.
| Method | POST |
| Path | /v1/wallet/deposits/watch |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | perps |
Request body
{ "address": "0xabc...", "asset": "USDC", "chain": "arbitrum" }