cURL
curl --request GET \ --url https://api.0xinsider.com/api/v1/markets/search \ --header 'Authorization: Bearer <token>'
{ "object": "<string>", "data": [ { "id": "<string>", "condition_id": "<string>", "title": "<string>", "status": "active", "slug": "<string>", "category": "<string>", "platform": "<string>" } ], "has_more": true, "meta": { "request_id": "<string>", "cached": true, "cache_age_s": 123 } }
Search prediction markets by keyword. Returns matching markets with status and category.
API key: Authorization: Bearer oxi_sk_test_...
Search query.
1 <= x <= 100
Filter by market status.
active
closed
all
Filter by category.
Search results
"list"
Show child attributes
Was this page helpful?