theericstone⚡️ LQ / Footprint LiveQuery Function Guide copy
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
28
29
30
31
32
33
34
35
36
›
-- forked from flipsidecrypto / ⚡️ LQ / Footprint LiveQuery Function Guide @ https://flipsidecrypto.xyz/flipsidecrypto/q/OgiTVzR9FwLJ/lq-footprint-livequery-function-guide
-- Footprint 🤝 Flipside LiveQuery Function Guide
-------------------------------------------------------------------------
-- The Footprint LiveQuery integration enables you to retreive data from
-- Footprint's API directly in Flipside using SQL. Footprint offers a
-- number of APIs: Addresses, Balances, Chains, Charts, GameFi,
-- NFTs, Tokens.
-- #️⃣ Function Schemas:
-- `footprint_utils.*` -- issue get/post requests to any footprint
-- api endpoint
-- -----------------------------------------------------------------
-- 🚨 WARNING 🚨
-- To run these examples you must associate your Footprint API Key
-- with your Flipside Account here:
-- https://flipsidecrypto.xyz/marketplace/footprint
-- ======================================================================
--
-- ⚡️ Footprint API Util Functions
-- schema: `footprint_utils`
-- docs: https://docs.footprint.network/reference
--
-- ======================================================================
--
-- #️⃣ footprint_utils.get('/the/api/path', {'query': 'params'})
--
-- use this function to issue an HTTP GET request to any Footprint
-- API endpoint
-- examples:
Run a query to Download Data