Live exchange rates for converting Steam and marketplace prices between any of 100+ supported currencies.
All endpoints return JSON, accept the same auth header, and degrade with a normalised error envelope.
/currency/api/list
/currency/api/exchange
Same auth header as every other endpoint we ship. Get an API key from the dashboard and you're querying inside two minutes.
Every price endpoint on this API accepts a ?currency= parameter and converts on the fly. But sometimes you need the raw rates: that's what this endpoint is for. List every supported currency, or convert a specific amount between two currencies.
Rates refresh daily from upstream ECB data. Use the same API key as every other endpoint.
Over 100, including USD, EUR, GBP, CNY, RUB, BRL, PLN, JPY. GET /currency/api/list for the full list.
Daily from ECB upstream data. Cached server-side for performance.
Yes — every price endpoint takes ?currency=EUR (or whatever). The conversion is applied server-side using the same rate table.
One key, every Steam endpoint.