flipsidecrypto⚡️ LQ / Zapper 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
›
-- Zapper 🤝 Flipside LiveQuery Function Guide
-------------------------------------------------------------------------
-- The Zapper LiveQuery integration enables you to interact with
-- any Zapper API endpoint directly in SQL.
-- -----------------------------------------------------------------
-- 🚨 WARNING 🚨
-- To run these examples you must associate your Zapper API Key
-- with your Flipside Account here:
-- https://flipsidecrypto.xyz/livequery/zapper
-- ======================================================================
--
-- ⚡️ Zapper Functions
-- schema: `zapper`
-- function docs: https://studio.zapper.xyz/docs/apis/getting-started
--
-- ======================================================================
--
-- #️⃣ zapper.get('url', 'query args')
-- Issue a 'GET' request to the Zapper API
--
-- examples:
--
SELECT zapper.get('/v2/apps', {}) as resp
Run a query to Download Data