Skip to content

List markets with token pairs

GET
/markets

Responses

Default Response

application/json
JSON
{
  
"markets": [
  
  
{
  
  
  
"conditionId": "string",
  
  
  
"question": "string",
  
  
  
"questionId": "string",
  
  
  
"outcomeSlotCount": 0,
  
  
  
"tokenPairs": [
  
  
  
  
{
  
  
  
  
  
"tokenId": "string",
  
  
  
  
  
"complementTokenId": "string",
  
  
  
  
  
"conditionId": "string"
  
  
  
  
}
  
  
  
]
  
  
}
  
]
}

Playground

Samples