RESPONSE | |
---|---|
1 | {"bytes":915,"error":"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Tran... |
freemartianCurrent TVL
Updated 4 days ago
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
›
⌄
with datas AS (
SELECT defillama.get('/protocol/echelon-market', {}) as response
-- select
-- livequery.live.udf_api(
-- 'GET',
-- 'https://api.llama.fi/protocol/echelon-market',
-- { 'content-type': 'application/json;charset=utf-8' },
-- { }
-- ) as response
)
-- SELECT
-- value:currentChainTvls:Aptos AS TVL,
-- value:currentChainTvls:borrowed AS borrowed
-- FROM
-- datas,
-- LATERAL FLATTEN (input => response)
-- WHERE TVL IS NOT NULL AND borrowed IS NOT NULL
select
livequery.live.udf_api(
'GET',
'https://api.llama.fi/protocol/echelon-market',
{ 'content-type': 'application/json;charset=utf-8' },
{ }
) as response
Last run: 4 days agoAuto-refreshes every 1 hour
1
1KB
2s