MINARA

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.

MethodPOST
Path/v1/wallet/deposits/watch
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryperps

Request body

{ "address": "0xabc...", "asset": "USDC", "chain": "arbitrum" }

On this page