@@ -4,10 +4,12 @@ sidebar_position: 2
4
4
title : " Endpoints"
5
5
---
6
6
7
+ import EndpointsEnvio from " ./_envio-v1.3.mdx" ;
8
+ import EndpointsSubgraphs from " ./_subgraphs-v1.3.mdx" ;
7
9
import DeprecatedSubgraphs from " @site/src/components/atoms/DeprecatedSubgraphs" ;
8
10
import LinkPreview from " @site/src/components/molecules/LinkPreview" ;
9
- import EnvioEndpoints from " @site/src/snippets/EnvioEndpoints .mdx" ;
10
- import TheGraphEndpoints from " @site/src/snippets/TheGraphEndpoints .mdx" ;
11
+ import ExplainerEnvio from " @site/src/snippets/ExplainerEnvio .mdx" ;
12
+ import ExplainerTheGraph from " @site/src/snippets/ExplainerTheGraph .mdx" ;
11
13
12
14
# Airdrops Endpoints
13
15
@@ -52,7 +54,7 @@ new [Lockup](/api/lockup/overview) streams.
52
54
| ---------- | ------------------------------------------------- |
53
55
| All Chains | https://indexer.hyperindex.xyz/508d217/v1/graphql |
54
56
55
- <EnvioEndpoints />
57
+ <ExplainerEnvio />
56
58
57
59
## The Graph
58
60
@@ -67,177 +69,6 @@ new [Lockup](/api/lockup/overview) streams.
67
69
68
70
### Endpoints
69
71
70
- <TheGraphEndpoints />
72
+ <ExplainerTheGraph />
71
73
<DeprecatedSubgraphs protocol = " airdrops" />
72
-
73
- | Chain | Explorer | Production Node | Testing Node |
74
- | ---------------- | ----------------------------------------------------------------------- | ------------------------------------------------------ | ------------------------------------------ |
75
- | Ethereum | [ sablier-airdrops-ethereum-mainnet] [ explorer-airdrops-ethereum-mainnet ] | [ The Graph Network] [ network-airdrops-ethereum-mainnet ] | [ Studio] [ studio-airdrops-ethereum-mainnet ] |
76
- | Abstract | [ sablier-airdrops-abstract] [ explorer-airdrops-abstract ] | [ The Graph Network] [ network-airdrops-abstract ] | [ Studio] [ studio-airdrops-abstract ] |
77
- | Arbitrum | [ sablier-airdrops-arbitrum] [ explorer-airdrops-arbitrum ] | [ The Graph Network] [ network-airdrops-arbitrum ] | [ Studio] [ studio-airdrops-arbitrum ] |
78
- | Avalanche | [ sablier-airdrops-avalanche] [ explorer-airdrops-avalanche ] | [ The Graph Network] [ network-airdrops-avalanche ] | [ Studio] [ studio-airdrops-avalanche ] |
79
- | Base | [ sablier-airdrops-base] [ explorer-airdrops-base ] | [ The Graph Network] [ network-airdrops-base ] | [ Studio] [ studio-airdrops-base ] |
80
- | Berachain | [ sablier-airdrops-berachain] [ explorer-airdrops-berachain ] | [ The Graph Network] [ network-airdrops-berachain ] | [ Studio] [ studio-airdrops-berachain ] |
81
- | Blast | [ sablier-airdrops-blast] [ explorer-airdrops-blast ] | [ The Graph Network] [ network-airdrops-blast ] | [ Studio] [ studio-airdrops-blast ] |
82
- | BNB Chain | [ sablier-airdrops-bsc] [ explorer-airdrops-bsc ] | [ The Graph Network] [ network-airdrops-bsc ] | [ Studio] [ studio-airdrops-bsc ] |
83
- | Chiliz Chain | [ sablier-airdrops-chiliz] [ explorer-airdrops-chiliz ] | [ The Graph Network] [ network-airdrops-chiliz ] | [ Studio] [ studio-airdrops-chiliz ] |
84
- | Gnosis | [ sablier-airdrops-gnosis] [ explorer-airdrops-gnosis ] | [ The Graph Network] [ network-airdrops-gnosis ] | [ Studio] [ studio-airdrops-gnosis ] |
85
- | IoTeX | [ sablier-airdrops-iotex] [ explorer-airdrops-iotex ] | [ The Graph Network] [ network-airdrops-iotex ] | [ Studio] [ studio-airdrops-iotex ] |
86
- | Linea | [ sablier-airdrops-linea] [ explorer-airdrops-linea ] | [ The Graph Network] [ network-airdrops-linea ] | [ Studio] [ studio-airdrops-linea ] |
87
- | Lightlink | [ sablier-airdrops-lightlink] [ explorer-airdrops-lightlink ] | [ LightLink Node] [ custom-airdrops-lightlink ] | N/A |
88
- | Mode | [ sablier-airdrops-mode] [ explorer-airdrops-mode ] | [ The Graph Network] [ network-airdrops-mode ] | [ Studio] [ studio-airdrops-mode ] |
89
- | Optimism | [ sablier-airdrops-optimism] [ explorer-airdrops-optimism ] | [ The Graph Network] [ network-airdrops-optimism ] | [ Studio] [ studio-airdrops-optimism ] |
90
- | Polygon | [ sablier-airdrops-polygon] [ explorer-airdrops-polygon ] | [ The Graph Network] [ network-airdrops-polygon ] | [ Studio] [ studio-airdrops-polygon ] |
91
- | Scroll | [ sablier-airdrops-scroll] [ explorer-airdrops-scroll ] | [ The Graph Network] [ network-airdrops-scroll ] | [ Studio] [ studio-airdrops-scroll ] |
92
- | XDC | [ sablier-airdrops-xdc] [ explorer-airdrops-xdc ] | [ XDC Node] [ custom-airdrops-xdc ] | N/A |
93
- | zkSync | [ sablier-airdrops-zksync] [ explorer-airdrops-zksync ] | [ The Graph Network] [ network-airdrops-zksync ] | [ Studio] [ studio-airdrops-zksync ] |
94
- | Arbitrum Sepolia | [ sablier-airdrops-arbitrum-sepolia] [ explorer-airdrops-arbitrum-sepolia ] | [ The Graph Network] [ network-airdrops-arbitrum-sepolia ] | [ Studio] [ studio-airdrops-arbitrum-sepolia ] |
95
- | Base Sepolia | [ sablier-airdrops-base-sepolia] [ explorer-airdrops-base-sepolia ] | [ The Graph Network] [ network-airdrops-base-sepolia ] | [ Studio] [ studio-airdrops-base-sepolia ] |
96
- | Ethereum Sepolia | [ sablier-airdrops-ethereum-sepolia] [ explorer-airdrops-ethereum-sepolia ] | [ The Graph Network] [ network-airdrops-ethereum-sepolia ] | [ Studio] [ studio-airdrops-ethereum-sepolia ] |
97
- | Optimism Sepolia | [ sablier-airdrops-optimism-sepolia] [ explorer-airdrops-optimism-sepolia ] | [ The Graph Network] [ network-airdrops-optimism-sepolia ] | [ Studio] [ studio-airdrops-optimism-sepolia ] |
98
-
99
- [ ^ 1 ] : The testing nodes may be rate-limited.
100
-
101
- { /* --------------------------------------------------------------------------------------------------------------------------------- */ }
102
- { /* --------------------------------------------------------------------------------------------------------------------------------- */ }
103
- { /* --------------------------------------------------------------------------------------------------------------------------------- */ }
104
-
105
- { /* MAINNETS */ }
106
-
107
- { /* Chain: Ethereum Mainnet */ }
108
-
109
- [ explorer-airdrops-ethereum-mainnet ] : https://thegraph.com/explorer/subgraphs/DFD73EcSue44R7mpHvXeyvcgaT8tR1iKakZFjBsiFpjs
110
- [ studio-airdrops-ethereum-mainnet ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-ethereum/version/latest
111
- [ network-airdrops-ethereum-mainnet ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/DFD73EcSue44R7mpHvXeyvcgaT8tR1iKakZFjBsiFpjs
112
-
113
- { /* Chain: Abstract */ }
114
-
115
- [ network-airdrops-abstract ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/DRrf6mYEhRt9QieKvTjDHnSWcBm3GW96hpedMKVxLABx
116
- [ explorer-airdrops-abstract ] : https://thegraph.com/explorer/subgraphs/DRrf6mYEhRt9QieKvTjDHnSWcBm3GW96hpedMKVxLABx
117
- [ studio-airdrops-abstract ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-abstract/version/latest
118
-
119
- { /* Chain: Arbitrum */ }
120
-
121
- [ network-airdrops-arbitrum ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/HkHDg6NVVVeobhpcU4pTPMktyC25zd6xAQBGpYrWDgRr
122
- [ explorer-airdrops-arbitrum ] : https://thegraph.com/explorer/subgraphs/HkHDg6NVVVeobhpcU4pTPMktyC25zd6xAQBGpYrWDgRr
123
- [ studio-airdrops-arbitrum ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-arbitrum/version/latest
124
-
125
- { /* Chain: Avalanche */ }
126
-
127
- [ network-airdrops-avalanche ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/CpbN5Ps25UzqfdoqYdrjoSK4Him6nwDvdLK6a2sGS1PA
128
- [ explorer-airdrops-avalanche ] : https://thegraph.com/explorer/subgraphs/CpbN5Ps25UzqfdoqYdrjoSK4Him6nwDvdLK6a2sGS1PA
129
- [ studio-airdrops-avalanche ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-avalanche/version/latest
130
-
131
- { /* Chain: Base */ }
132
-
133
- [ network-airdrops-base ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/4SxPXkQNifgBYqje2C4yP5gz69erZwtD7GuLWgXHSLGe
134
- [ explorer-airdrops-base ] : https://thegraph.com/explorer/subgraphs/4SxPXkQNifgBYqje2C4yP5gz69erZwtD7GuLWgXHSLGe
135
- [ studio-airdrops-base ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-base/version/latest
136
-
137
- { /* Chain: Berachain */ }
138
-
139
- [ network-airdrops-berachain ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/CnYsdmzuY3Mebwywvqv1WrXw9UZuPMTrxoGgR2UdThJE
140
- [ explorer-airdrops-berachain ] : https://thegraph.com/explorer/subgraphs/CnYsdmzuY3Mebwywvqv1WrXw9UZuPMTrxoGgR2UdThJE
141
- [ studio-airdrops-berachain ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-berachain/version/latest
142
-
143
- { /* Chain: Blast */ }
144
-
145
- [ network-airdrops-blast ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/657bogqYaDSSeqsoJcJ1kRqGnc3jC15UmcVLzsYxyxKK
146
- [ explorer-airdrops-blast ] : https://thegraph.com/explorer/subgraphs/657bogqYaDSSeqsoJcJ1kRqGnc3jC15UmcVLzsYxyxKK
147
- [ studio-airdrops-blast ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-blast/version/latest
148
-
149
- { /* Chain: BSC */ }
150
-
151
- [ network-airdrops-bsc ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/FXQT42kQPvpMJgsF5Bs6CqpxVvPP1LBqEhWThCCLMeGL
152
- [ explorer-airdrops-bsc ] : https://thegraph.com/explorer/subgraphs/FXQT42kQPvpMJgsF5Bs6CqpxVvPP1LBqEhWThCCLMeGL
153
- [ studio-airdrops-bsc ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-bsc/version/latest
154
-
155
- { /* Chain: Chiliz */ }
156
-
157
- [ network-airdrops-chiliz ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/6LK1aqrhzZCp6c88MEBDAR1VDLpZQiXpBKkceJ5Lu4LU
158
- [ explorer-airdrops-chiliz ] : https://thegraph.com/explorer/subgraphs/6LK1aqrhzZCp6c88MEBDAR1VDLpZQiXpBKkceJ5Lu4LU
159
- [ studio-airdrops-chiliz ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-chiliz/version/latest
160
-
161
- { /* Chain: Gnosis */ }
162
-
163
- [ network-airdrops-gnosis ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/kQEY5PYbjx4SMKyMUwqJHRLDzKH1aUqGsf1cnibU7Kn
164
- [ explorer-airdrops-gnosis ] : https://thegraph.com/explorer/subgraphs/kQEY5PYbjx4SMKyMUwqJHRLDzKH1aUqGsf1cnibU7Kn
165
- [ studio-airdrops-gnosis ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-gnosis/version/latest
166
-
167
- { /* Chain: Iotex */ }
168
-
169
- [ network-airdrops-iotex ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/G39uCzr1FDY7pBFe8DwShAxhMeC6dbZetutVg6wjtks3
170
- [ explorer-airdrops-iotex ] : https://thegraph.com/explorer/subgraphs/G39uCzr1FDY7pBFe8DwShAxhMeC6dbZetutVg6wjtks3
171
- [ studio-airdrops-iotex ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-gnosis/version/latest
172
-
173
- { /* Chain: Linea */ }
174
-
175
- [ network-airdrops-linea ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/6koYFSd8FQizdQWLTdRpL1yTmAbpMgN1vZN5W6ajZiTN
176
- [ explorer-airdrops-linea ] : https://thegraph.com/explorer/subgraphs/6koYFSd8FQizdQWLTdRpL1yTmAbpMgN1vZN5W6ajZiTN
177
- [ studio-airdrops-linea ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-linea/version/latest
178
-
179
- { /* Chain: LightLink */ }
180
-
181
- [ explorer-airdrops-lightlink ] : https://graph.phoenix.lightlink.io/query/subgraphs/name/lightlink/sablier-airdrops-lightlink/graphql
182
- [ custom-airdrops-lightlink ] : https://graph.phoenix.lightlink.io/query/subgraphs/name/lightlink/sablier-airdrops-lightlink
183
-
184
- { /* Chain: Mode */ }
185
-
186
- [ network-airdrops-mode ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/HZMkVX5c2qf7BqbidwpcQMsHGWTDdEKwVjnwenzo9s6m
187
- [ explorer-airdrops-mode ] : https://thegraph.com/explorer/subgraphs/HZMkVX5c2qf7BqbidwpcQMsHGWTDdEKwVjnwenzo9s6m
188
- [ studio-airdrops-mode ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-mode/version/latest
189
-
190
- { /* Chain: Optimism */ }
191
-
192
- [ network-airdrops-optimism ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/CHJtCNDzPqngpa1YJoaVrjuufZL6k6VkEkG9ZFUMQzF7
193
- [ explorer-airdrops-optimism ] : https://thegraph.com/explorer/subgraphs/CHJtCNDzPqngpa1YJoaVrjuufZL6k6VkEkG9ZFUMQzF7
194
- [ studio-airdrops-optimism ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-optimism/version/latest
195
-
196
- { /* Chain: Polygon */ }
197
-
198
- [ network-airdrops-polygon ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/FRbBKiDyM5YpFAqHLXRfQWwQdMGzFL82hqoPXPpXzAHE
199
- [ explorer-airdrops-polygon ] : https://thegraph.com/explorer/subgraphs/FRbBKiDyM5YpFAqHLXRfQWwQdMGzFL82hqoPXPpXzAHE
200
- [ studio-airdrops-polygon ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-polygon/version/latest
201
-
202
- { /* Chain: Scroll */ }
203
-
204
- [ network-airdrops-scroll ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/Ev4xS8VxuoUcpgqz5A2BkTgQxQeskm4Fg41XzVJ2DX9
205
- [ explorer-airdrops-scroll ] : https://thegraph.com/explorer/subgraphs/Ev4xS8VxuoUcpgqz5A2BkTgQxQeskm4Fg41XzVJ2DX9
206
- [ studio-airdrops-scroll ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-scroll/version/latest
207
-
208
- { /* Chain: XDC */ }
209
-
210
- [ explorer-airdrops-xdc ] : https://graphql.xinfin.network/subgraphs/name/xdc/sablier-airdrops-xdc/graphql
211
- [ custom-airdrops-xdc ] : https://graphql.xinfin.network/subgraphs/name/xdc/sablier-airdrops-xdc
212
-
213
- { /* Chain: zkSync */ }
214
-
215
- [ network-airdrops-zksync ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/64iDUwNVWKukw67nqTXif5taEfLug4Qf1c2suAv5hrqN
216
- [ explorer-airdrops-zksync ] : https://thegraph.com/explorer/subgraphs/64iDUwNVWKukw67nqTXif5taEfLug4Qf1c2suAv5hrqN
217
- [ studio-airdrops-zksync ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-zksync/version/latest
218
-
219
- { /* TESTNETS */ }
220
-
221
- { /* Chain: Arbitrum Sepolia */ }
222
-
223
- [ network-airdrops-arbitrum-sepolia ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/3S7v3VkDq8XMBd8EFVhKur2Vk44xScaW8a4BRjoPuYWk
224
- [ explorer-airdrops-arbitrum-sepolia ] : https://thegraph.com/explorer/subgraphs/3S7v3VkDq8XMBd8EFVhKur2Vk44xScaW8a4BRjoPuYWk
225
- [ studio-airdrops-arbitrum-sepolia ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-arbitrum-sepolia/version/latest
226
-
227
- { /* Chain: Base Sepolia */ }
228
-
229
- [ network-airdrops-base-sepolia ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/4R2hm27YJ7CVEJ97BbBJz2r4KTKYc8sTqqzrD8UzEfJt
230
- [ explorer-airdrops-base-sepolia ] : https://thegraph.com/explorer/subgraphs/4R2hm27YJ7CVEJ97BbBJz2r4KTKYc8sTqqzrD8UzEfJt
231
- [ studio-airdrops-base-sepolia ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-base-sepolia/version/latest
232
-
233
- { /* Chain: Ethereum Sepolia */ }
234
-
235
- [ network-airdrops-ethereum-sepolia ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/8PLGDyXEsPgRTAnozL7MAjmTUFY4TBzs8i4F9Pq3wwSh
236
- [ explorer-airdrops-ethereum-sepolia ] : https://thegraph.com/explorer/subgraphs/8PLGDyXEsPgRTAnozL7MAjmTUFY4TBzs8i4F9Pq3wwSh
237
- [ studio-airdrops-ethereum-sepolia ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-sepolia/version/latest
238
-
239
- { /* Chain: Optimism Sepolia */ }
240
-
241
- [ network-airdrops-optimism-sepolia ] : https://gateway.thegraph.com/api/API_KEY/subgraphs/id/3kp1eR2T1XpvvLkSZ7Wtt45DbDaiykTes478RZ7zwTz
242
- [ explorer-airdrops-optimism-sepolia ] : https://thegraph.com/explorer/subgraphs/3kp1eR2T1XpvvLkSZ7Wtt45DbDaiykTes478RZ7zwTz
243
- [ studio-airdrops-optimism-sepolia ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-optimism-sepolia/version/latest
74
+ <EndpointsSubgraphs />
0 commit comments