Skip to content

Commit 3e9ccb0

Browse files
chore: auto-regenerate OpenAPI spec
1 parent 1499944 commit 3e9ccb0

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

core/src/server/openapi.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,18 @@ paths:
178178
schema:
179179
type: number
180180
description: For semantic search (used by Limitless)
181+
- in: query
182+
name: sourceExchange
183+
required: false
184+
schema:
185+
type: string
186+
description: 'Filter by source venue (e.g. ''polymarket'', ''kalshi'', ''myriad''). `exchange` is an alias.'
187+
- in: query
188+
name: exchange
189+
required: false
190+
schema:
191+
type: string
192+
description: Alias for `sourceExchange`.
181193
responses:
182194
'200':
183195
description: Fetch Markets response
@@ -401,6 +413,18 @@ paths:
401413
Filter by tags. Returns events matching ANY of the provided tags. Tags are more specific than categories --
402414
for example a "Politics" event might carry tags ["Politics", "Geopolitics", "Middle East", "Iran"]. Common
403415
tags include "Crypto", "Elections", "Fed Rates", "FIFA World Cup", "Trump".
416+
- in: query
417+
name: sourceExchange
418+
required: false
419+
schema:
420+
type: string
421+
description: 'Filter by source venue (e.g. ''polymarket'', ''kalshi'', ''myriad''). `exchange` is an alias.'
422+
- in: query
423+
name: exchange
424+
required: false
425+
schema:
426+
type: string
427+
description: Alias for `sourceExchange`.
404428
responses:
405429
'200':
406430
description: Fetch Events response
@@ -546,6 +570,18 @@ paths:
546570
schema:
547571
type: number
548572
description: For semantic search (used by Limitless)
573+
- in: query
574+
name: sourceExchange
575+
required: false
576+
schema:
577+
type: string
578+
description: 'Filter by source venue (e.g. ''polymarket'', ''kalshi'', ''myriad''). `exchange` is an alias.'
579+
- in: query
580+
name: exchange
581+
required: false
582+
schema:
583+
type: string
584+
description: Alias for `sourceExchange`.
549585
responses:
550586
'200':
551587
description: Fetch Market response
@@ -669,6 +705,18 @@ paths:
669705
Filter by tags. Returns events matching ANY of the provided tags. Tags are more specific than categories --
670706
for example a "Politics" event might carry tags ["Politics", "Geopolitics", "Middle East", "Iran"]. Common
671707
tags include "Crypto", "Elections", "Fed Rates", "FIFA World Cup", "Trump".
708+
- in: query
709+
name: sourceExchange
710+
required: false
711+
schema:
712+
type: string
713+
description: 'Filter by source venue (e.g. ''polymarket'', ''kalshi'', ''myriad''). `exchange` is an alias.'
714+
- in: query
715+
name: exchange
716+
required: false
717+
schema:
718+
type: string
719+
description: Alias for `sourceExchange`.
672720
responses:
673721
'200':
674722
description: Fetch Event response
@@ -3676,6 +3724,12 @@ components:
36763724
similarityThreshold:
36773725
type: number
36783726
description: For semantic search (used by Limitless)
3727+
sourceExchange:
3728+
type: string
3729+
description: 'Filter by source venue (e.g. ''polymarket'', ''kalshi'', ''myriad''). `exchange` is an alias.'
3730+
exchange:
3731+
type: string
3732+
description: Alias for `sourceExchange`.
36793733
EventFetchParams:
36803734
type: object
36813735
properties:
@@ -3742,6 +3796,12 @@ components:
37423796
Filter by tags. Returns events matching ANY of the provided tags. Tags are more specific than categories --
37433797
for example a "Politics" event might carry tags ["Politics", "Geopolitics", "Middle East", "Iran"]. Common
37443798
tags include "Crypto", "Elections", "Fed Rates", "FIFA World Cup", "Trump".
3799+
sourceExchange:
3800+
type: string
3801+
description: 'Filter by source venue (e.g. ''polymarket'', ''kalshi'', ''myriad''). `exchange` is an alias.'
3802+
exchange:
3803+
type: string
3804+
description: Alias for `sourceExchange`.
37453805
HistoryFilterParams:
37463806
type: object
37473807
description: Deprecated - use OHLCVParams or TradesParams instead. Resolution is optional for backward compatibility.

0 commit comments

Comments
 (0)