flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
basic ipfs livequery
theericstone
basic ipfs livequery
Updated 2023-05-24
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
with
raw
as
(
SELECT
livequery
.
live
.
udf_api
(
'https://ipfs.io/ipfs/QmTFX3TopS8JsgpfBLKGDnTiaWrRcfStDWDQaREzD36sWW'
)
AS
response
)
select
path
,
value
from
raw
,
lateral
flatten
(
input
=>
response
:
data
)
;
Results
Run a query to Download Data