Skip to main content
GET
/
v1
/
markets
/
{platform}
/
{market_id}
/
history
Get market price history
curl --request GET \
  --url https://api.example.com/v1/markets/{platform}/{market_id}/history
{}

Path Parameters

platform
string
required
market_id
string
required

Query Parameters

period
string
default:7d

Time period: '48h', '7d', or '30d'

max_points
integer
default:48

Maximum data points to return

Required range: 10 <= x <= 200

Response

Successful Response

The response is of type Response /V1/Markets/{Platform}/{Market Id}/History · object.