API 文档
get
/api/v1/Instruments/pair-eodReturns stored end-of-day prices for a currency pair (for example base "ADA", quote "BTC"), used to render compact conversion charts. When only the reverse pair is stored the series is derived by inverting it.
Instruments
参数
baseCurrency
query · string
选修的
quoteCurrency
query · string
选修的
days
query · integer
选修的
version
path · string
必需的
响应
- 200Daily price series ordered by date ascending (empty when no data is stored).application/json
{ "symbol": "ADABTC.spot", "base": "ADA", "quote": "BTC", "inverted": false, "points": [ { "date": "2026-06-28T00:00:00Z", "price": 0.00000765 }, { "date": "2026-06-29T00:00:00Z", "price": 0.00000772 } ] }