Skip to main content
GET
/
markets
/
{marketId}
/
history
Get market history
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>"
  }
}

Authorizations

Authorization
string
header
required

API key in format circ_live_* or circ_test_*

Path Parameters

marketId
string
required

Unique market identifier (protocol-chainId-identifier)

Query Parameters

days
integer

Number of days of history

Response

200 - application/json

Historical data points

data
any
meta
object