SSE
/api/public/v1/stream/tradesSubscribe · token trades (SSE)
Live ERC20 Transfer feed for one or more token addresses. Every buy, sell, and transfer for the tokens you subscribe to, streamed as it's mined.
Request
bash
# single token
curl -N "https://noxaportal.fun/api/public/v1/stream/trades?token=0xTokenAddress"
# up to 20 tokens
curl -N "https://noxaportal.fun/api/public/v1/stream/trades?tokens=0xA,0xB,0xC"Response
json
data: {"type":"connected","tokens":["0x…"],"block":"7587146"}
data: {"type":"trade","token":"0x…","from":"0x…","to":"0x…","amount":"1000000000000000000","block":"7587147","tx":"0x…","logIndex":3}