Skip to content

bye43/fees-server

 
 

Repository files navigation

Fees and Revenue

Cloning

Clone this repo with git clone --recursive. If you have already cloned it use git submodule update --init

Table

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

Protocol ids

Taken from protocols/data matching category

Adding a new adapter

To add a new adapter

  • write adapter to src/adaptors, helpful to reference existing ones
  • add adapter path to src/adaptors/index, and utils/adaptors
  • test using script/test with protocol id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%