mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 16:06:52 +00:00
update-defillama-protocol-tvl-api (#84)
This commit is contained in:
parent
2f7c420072
commit
f62894be2a
@ -12,7 +12,9 @@ WITH api_pull AS (
|
||||
PARSE_JSON(
|
||||
live.udf_api(
|
||||
'GET',
|
||||
'https://api.llama.fi/lite/protocols2?b=2',{},{}
|
||||
'https://api.llama.fi/lite/protocols2',
|
||||
{},
|
||||
{}
|
||||
)
|
||||
) :data :protocols AS response,
|
||||
SYSDATE() AS _inserted_timestamp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user