flipsidecrypto⚡️ LQ / DappLooker LiveQuery Function Guide
99
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
›
⌄
-- DappLooker 🤝 Flipside LiveQuery Function Guide
-------------------------------------------------------------------------
-- The DappLooker LiveQuery integration enables you to retreive data from
-- DappLooker's API directly in Flipside using SQL.
-- -----------------------------------------------------------------
-- 🚨 WARNING 🚨
-- To run these examples you must associate your DappLooker API Key
-- with your Flipside Account here:
-- https://flipsidecrypto.xyz/livequery/dapp-looker
-- ======================================================================
--
-- ⚡️ Playgrounds Functions
-- schema: `dapplooker`
-- function docs: https://github.com/dapplooker/dapplooker-sdk
--
-- ======================================================================
--
-- #️⃣ dapplooker.get_chart(<chart_id>)
--
SELECT
dapplooker.get_chart('a68cc6dd-1bc1-40ca-aaf8-b5155785f0b4') as response
Run a query to Download Data