cURL
curl --request GET \ --url https://api.circular.rosetta.sh/api/v1/markets/{marketId}/history \ --header 'Authorization: Bearer <token>'
{ "data": "<unknown>", "meta": { "latencyMs": 123, "freshness": "<string>", "source": "<string>" } }
Fetch historical data for a market including TVL, APY, and utilization over time.
API key in format circ_live_* or circ_test_*
Unique market identifier (protocol-chainId-identifier)
Number of days of history
Historical data points
Show child attributes