API ReferencePolymarket Markets
List Markets
Authorization
api_key X-API-Key<token>
In: header
Path Parameters
limit*|
Format
int32Range
0 <= valuesearch*|
pagination_key*|
status*|
tags*|
Response Body
application/json
curl -X GET "https://loading/polymarket/markets"[
{
"description": "string",
"exchange": "string",
"market_id": "string",
"outcomes": [
{
"label": "string",
"outcome_id": "string",
"price": "string"
}
],
"resolution_date": "2019-08-24T14:15:22Z",
"slug": "string",
"status": "open",
"tick_ranges": [
{
"end": "string",
"start": "string",
"step": "string"
}
],
"tick_size": "string",
"title": "string",
"url": "string",
"volume_24h": "string",
"volume_total": "string"
}
]