-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapps.json
More file actions
220 lines (220 loc) · 5.16 KB
/
Copy pathapps.json
File metadata and controls
220 lines (220 loc) · 5.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
[
{
"name": "Kalshi Market Explorer",
"img": "thumbnail.svg",
"img_dark": "thumbnail.svg",
"img_light": "thumbnail.svg",
"description": "Search and browse active Kalshi markets, then drill from event to market for probability, orderbook, trades, and price history.",
"allowCustomization": true,
"tabs": {
"discover": {
"id": "discover",
"name": "Discover",
"layout": [
{
"i": "volume_by_category",
"x": 0,
"y": 2,
"w": 40,
"h": 16,
"groups": [
"Group 1",
"Group 5"
]
},
{
"i": "browse_markets",
"x": 0,
"y": 18,
"w": 40,
"h": 28,
"groups": [
"Group 1",
"Group 2",
"Group 3",
"Group 5"
],
"state": {
"params": {
"search": "",
"selection": "All",
"market_key": "",
"sort": "trending"
}
}
}
]
},
"event": {
"id": "event",
"name": "Event",
"layout": [
{
"i": "event_metrics",
"x": 0,
"y": 2,
"w": 40,
"h": 4,
"groups": [
"Group 1",
"Group 2"
]
},
{
"i": "event_outcomes",
"x": 0,
"y": 6,
"w": 40,
"h": 15,
"groups": [
"Group 1",
"Group 2",
"Group 4"
]
},
{
"i": "event_history_chart",
"x": 0,
"y": 21,
"w": 40,
"h": 15,
"groups": [
"Group 1",
"Group 2",
"Group 4"
]
}
]
},
"market": {
"id": "market",
"name": "Markets",
"layout": [
{
"i": "event_markets",
"x": 0,
"y": 2,
"w": 40,
"h": 10,
"groups": [
"Group 1",
"Group 2",
"Group 3"
]
},
{
"i": "market_brief",
"x": 0,
"y": 12,
"w": 40,
"h": 20,
"groups": [
"Group 1",
"Group 2",
"Group 3"
]
},
{
"i": "orderbook_ladder",
"x": 0,
"y": 32,
"w": 40,
"h": 20,
"groups": [
"Group 1",
"Group 2",
"Group 3"
]
},
{
"i": "selected_trades",
"x": 0,
"y": 52,
"w": 40,
"h": 12,
"groups": [
"Group 1",
"Group 2",
"Group 3"
]
}
]
}
},
"groups": [
{
"name": "Group 1",
"type": "endpointParam",
"paramName": "selection",
"defaultValue": "All",
"widgetIds": [
"volume_by_category",
"browse_markets",
"event_metrics",
"event_outcomes",
"event_history_chart",
"event_markets",
"market_brief",
"orderbook_ladder",
"selected_trades"
]
},
{
"name": "Group 2",
"type": "endpointParam",
"paramName": "event_ticker",
"defaultValue": "",
"widgetIds": [
"browse_markets",
"event_metrics",
"event_history_chart",
"event_outcomes",
"event_markets",
"market_brief",
"orderbook_ladder",
"selected_trades"
]
},
{
"name": "Group 3",
"type": "endpointParam",
"paramName": "market_key",
"defaultValue": "",
"widgetIds": [
"browse_markets",
"event_markets",
"market_brief",
"orderbook_ladder",
"selected_trades"
]
},
{
"name": "Group 4",
"type": "endpointParam",
"paramName": "history_market_key",
"defaultValue": "",
"widgetIds": [
"event_outcomes",
"event_history_chart"
]
},
{
"name": "Group 5",
"type": "param",
"paramName": "close_within",
"defaultValue": "",
"widgetIds": [
"volume_by_category",
"browse_markets"
]
}
],
"prompts": [
"Which categories have the most 24h volume and open interest right now?",
"Show the top markets resolving within 7 days and which look most active.",
"Summarize the selected event, including its markets, prices, spreads, volume, and open interest.",
"Explain the selected market's YES/NO probability, bid-ask spread, orderbook depth, and recent trades.",
"Summarize the selected market's historical price movement from the History tab."
]
}
]