flipsidecrypto⚡️ LQ / Alchemy LiveQuery Function Guide copy
999
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
›
-- Alchemy 🤝 Flipside LiveQuery Function Guide
-------------------------------------------------------------------------
-- Alchemy offers a number of APIs: NFTs, Tokens, Transfers, Tracers.
-- LiveQuery functions exist for each API endpoint.
--
-- #️⃣ Function Schemas:
-- alchemy_nfts - functions for the NFT API
-- alchemy_tokens - functions for the Token API
-- alchemy_transfers - functions for the Transfers API
--
--
-- -----------------------------------------------------------------
-- 🚨 WARNING 🚨
-- To run these examples you must associate your Alchemy API Key
-- for `eth-mainnet` with your Flipside Account here:
-- https://flipsidecrypto.xyz/livequery/alchemy
--
-- ======================================================================
--
-- ⚡️ NFT Functions
-- schema: `alchemy_nfts`
-- docs: https://docs.alchemy.com/reference/nft-api-quickstart
--
-- ======================================================================
-------------------------------------------------------------------------
--
-- ⚡️⚡️ NFTs: Ownership & Token Gating
--
-------------------------------------------------------------------------
--
-- #️⃣ alchemy_nfts.getNfts
-- https://docs.alchemy.com/reference/getnfts
--
Run a query to Download Data