用于在 100+ 种受支持货币之间换算 Steam 和市场价格的实时汇率。
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.
本 API 的每个价格端点都接受一个 ?currency= 参数并即时换算。但有时你需要原始汇率:这正是该端点的用途。
100 多种,包括 USD、EUR、GBP、CNY、RUB、BRL、PLN、JPY。GET /currency/api/list 获取完整列表。
每日从上游 ECB 数据刷新。在服务端缓存以提升性能。
可以——每个价格端点都接受 ?currency=EUR(或其他)。换算在服务端通过同一张汇率表应用。
One key, every Steam endpoint.