SSE
/api/public/v1/stream/accountSubscribe · account activity (SSE)
Live ERC20 activity feed for a single wallet address across every token. Emits both incoming and outgoing transfers with a side field.
Request
bash
curl -N "https://noxaportal.fun/api/public/v1/stream/account?address=0xYourWallet"Response
json
data: {"type":"connected","account":"0x…","block":"7587146"}
data: {"type":"trade","side":"in","token":"0x…","from":"0x…","to":"0xYou","amount":"…","block":"…","tx":"0x…","logIndex":2}