Clone this repo with git clone --recursive
. If you have already cloned it use git submodule update --init
PK (S) | SK (N) | [chain] |
---|---|---|
#df#dex#[id] | [unixTimestamp] | {[version]:[volume]} |
#dr#dex#[id] | [unixTimestamp] | {[version]:[volume]} |
df = daily fees dr = daily revenue
for now, there are only DEX fees, more to come soon
Taken from protocols/data
matching category
To add a new adapter
- write adapter to
src/adaptors
, helpful to reference existing ones - add adapter path to
src/adaptors/index
, andutils/adaptors
- test using
script/test
with protocol id