pietrekttest here
Updated 2024-09-27
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
WITH thornode_call AS (SELECT
livequery.live.udf_api('https://thornode.ninerealms.com/thorchain/runepool') as rawoutput),
formatted_results as (
SELECT
rawoutput:data:providers:units::string as uni
FROM thornode_call
)
select * from formatted_results
QueryRunArchived: QueryRun has been archived