flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
API_Usage_Gitcoin
efer
API_Usage_Gitcoin
Updated 2023-08-31
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
WITH
RAW
AS
(
SELECT
livequery
.
live
.
udf_api
(
'GET'
,
'https://indexer-grants-stack.gitcoin.co/data/10/contributors/0x1234/123456/123456/123456/123456/123456/123456.json'
,
{
'Content-Type'
:
'application/json'
}
,
{
}
)
AS
rawoutput
)
SELECT
*
FROM
raw
Results
Run a query to Download Data