MarketHistoryService

The market history service retrieves historical information about a market. You can use this API to find out the values of interest rates at a certain point in time. Its especially useful for making charts and graphs of the time-series values.

// Returns 10 buckets of market data
fetch("https://api.strike.org/api/market_history/graph?asset=0x69702cfd7DAd8bCcAA24D6B440159404AAA140F5&type=1day");
pageGET: /market_history/graph

Last updated