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