Endpoint
Path Parameters
string
required
The unique market identifier
Query Parameters
boolean
default:"false"
Include price history snapshots (up to 100 data points)
boolean
default:"false"
Include recent trades
number
default:"20"
Number of recent trades to return (max: 100). Only applies when
trades=trueResponse
object
Complete market details
array
Price history snapshots (only included if
history=true)array
Recent trades (only included if
trades=true)Rate Limit
100 requests per minute per IP address
Example Request
Example Response
200 - Success
200 - With History & Trades
404 - Market Not Found