theericstone⚡️ LQ / Footprint LiveQuery Function Guide copy
    -- 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