Skip to main content
This pushes current exchange rates whenever they change, with the same derived fields GET /forex/current computes: inverse rate and day-over-day change. No query parameters. The REST endpoint scopes to one ?target= currency at a time; this channel sends every currency pair for every target at once, and target_currency on each entry tells you which one it is.

Message format

snapshot arrives once on connect with every currency pair’s current rate. update arrives whenever any rate changes, and always carries the full list.
See Errors for connection-level error codes. This channel takes no parameters, so nothing about it specifically can fail.