-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdocs.json
More file actions
244 lines (244 loc) · 5.77 KB
/
docs.json
File metadata and controls
244 lines (244 loc) · 5.77 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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Sim by Dune",
"favicon": "/Dune_Favicon.svg",
"colors": {
"primary": "#0f0f15",
"light": "#ffffff",
"dark": "#0f0f15"
},
"logo": {
"light": "/logo/sim-logo-new-light.svg",
"dark": "/logo/sim-logo-new-dark.svg"
},
"fonts": {
"family": "Geist"
},
"navigation": {
"tabs": [
{
"tab": "Sim APIs",
"groups": [
{
"group": "Sim APIs",
"pages": [
"index",
"support",
"compute-units",
"dune-analytics-api"
]
},
{
"group": "EVM",
"pages": [
"evm/overview",
{
"group": "Guides",
"pages": [
{
"group": "Wallet",
"pages": [
"evm/build-a-realtime-wallet",
"evm/add-account-activity",
"evm/show-nfts-collectibles"
]
},
"evm/build-a-realtime-chat-agent",
"evm/build-a-top-holders-tracker-bot"
]
},
"evm/supported-chains",
"evm/balances",
"evm/stablecoins",
"evm/activity",
"evm/collectibles",
"evm/defi-positions",
"evm/transactions",
"evm/token-info",
"evm/token-holders",
{
"group": "Subscriptions",
"pages": [
"evm/subscriptions",
"evm/subscriptions/list-webhooks",
"evm/subscriptions/create-webhook",
"evm/subscriptions/get-webhook",
"evm/subscriptions/update-webhook",
"evm/subscriptions/delete-webhook",
"evm/subscriptions/get-webhook-addresses",
"evm/subscriptions/update-webhook-addresses",
"evm/subscriptions/replace-webhook-addresses"
]
}
]
},
{
"group": "SVM",
"pages": [
"svm/overview",
"svm/balances",
"svm/transactions"
]
},
{
"group": "Resources",
"pages": [
"build-with-ai",
"token-filtering",
"error-handling",
"proxy"
]
}
]
},
{
"tab": "Sim IDX",
"groups": [
{
"group": "Sim IDX",
"pages": [
"idx",
"idx/changelog",
"idx/supported-chains"
]
},
{
"group": "IDX Framework",
"pages": [
"idx/cli",
"idx/app-structure",
{
"group": "Listener",
"pages": [
"idx/listener",
"idx/listener/features",
"idx/listener/contexts",
"idx/listener/errors"
]
},
"idx/apis"
]
},
{
"group": "Data",
"pages": [
"idx/db",
"idx/sinks/kafka"
]
},
{
"group": "Deployment",
"pages": [
"idx/deployment",
"idx/deployment-environments",
"idx/app-page"
]
},
{
"group": "Guides",
"pages": [
"idx/guides/swap-sample-abi",
"idx/guides/decode-any-contract",
"idx/guides/uniswap-x-swaps"
]
},
{
"group": "Resources",
"pages": [
"idx/resources/templates",
"idx/build-with-ai"
]
}
]
}
]
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"cursor"
]
},
"redirects": [
{
"source": "/idx/listener/patterns",
"destination": "/idx/listener/features"
}
],
"api": {
"examples": {
"languages": ["curl", "javascript", "python"]
}
},
"openapi": [
{
"name": "EVM Balances",
"file": "evm/openapi/balances.json"
},
{
"name": "EVM Stablecoin Balances",
"file": "evm/openapi/stablecoins.json"
},
{
"name": "EVM Activity",
"file": "evm/openapi/activity.json"
},
{
"name": "EVM Collectibles",
"file": "evm/openapi/collectibles.json"
},
{
"name": "EVM Token Info",
"file": "evm/openapi/token-info.json"
},
{
"name": "EVM Token Holders",
"file": "evm/openapi/token-holders.json"
},
{
"name": "EVM DeFi Positions",
"file": "evm/openapi/defi-positions.json"
},
{
"name": "EVM Supported Chains",
"file": "evm/openapi/supported-chains.json"
},
{
"name": "EVM Transactions",
"file": "evm/openapi/transactions.json"
},
{
"name": "EVM Subscriptions",
"file": "evm/openapi/subscriptions/webhooks.json"
},
{
"name": "SVM Balances",
"file": "svm/openapi/balances.json"
},
{
"name": "SVM Transactions",
"file": "svm/openapi/transactions.json"
}
],
"navbar": {
"links": [],
"primary": {
"type": "button",
"label": "Start Building",
"href": "https://sim.dune.com"
}
},
"footer": {
"socials": {
"x": "https://x.com/dunesim",
"telegram": "https://t.me/+nvyoX5xyxNwyNjU0"
}
},
"feedback": {
"thumbsRating": false,
"suggestEdit": false
}
}