Trades
Every trade as it lands: side, price, amount, value and wallet.
What you get
Every trade on the token, sent as it lands, one event per trade. Measured on a busy token, trades reach you within a second or so of the chain.
- Channel:
token.trades - Subscribe with one or more token addresses, up to twenty per connection.
- Event channel: nothing is kept and nothing is replayed, so you receive what happens while you are subscribed.
- New here? Start with the stream overview: connecting, the event envelope, heartbeats and limits.
Subscribe
json
An event
json
Try it live
Connect from this page and watch this channel run. Your browser talks to the stream directly, so what arrives here is what your own client would get.
Not connectedwss://api.xaxios.com/v1/stream
Fields
Everything inside data. A field is null when we have nothing to report for it, which never means zero.
Pair it with the market channel
A trade carries the trade. Market cap, liquidity and holders move on their own clock, so subscribe totoken.market for the same token and render both.One transaction can carry several trades, so txHashrepeating across events is normal. The envelope's id is what is unique per event.