Skip to content

Commit

Permalink
Add more sample amberdata protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor Flynn committed Feb 8, 2023
1 parent dbcbd1e commit 0d3473c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
request.name= amberdata-aave-protocol
request.name= amberdata-aave-governance

url.base= https://web3api.io/api/v2/defi/lending/aavev3/protocol
url.base= https://web3api.io/api/v2/defi/lending/aavev3/governance

url.properties= size,900

url.headers= accept,application/json,\
x-amberdata-blockchain-id,polygon-mainnet,\
x-api-key,.

data.path= payload,\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
request.name= amberdata-aave-governance
request.name= amberdata-aave-protocol

url.base= https://web3api.io/api/v2/defi/lending/aavev3/governance
url.base= https://web3api.io/api/v2/defi/lending/aavev3/protocol

url.properties= size,900

url.headers= accept,application/json,\
x-amberdata-blockchain-id,polygon-mainnet,\
x-api-key,.

data.path= payload,\
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
request.name= amberdata-compound-protocol

url.base= https://web3api.io/api/v2/defi/lending/compoundv2/protocol

url.properties= size,900

url.headers= accept,application/json,\
x-api-key,.

data.path= payload,\
data

recursion.type= parameterized

recursion.tags= -l,900,\
-t,url

recursion.location= payload,metadata,next

date.valid= true

date.location= properties

date.start= startDate

date.end= endDate

date.format= yyyy-MM-dd

0 comments on commit 0d3473c

Please sign in to comment.