This API provides the volume ranking of wallet addresses trading on https://trustless.ethfinex.com
-
- Display volume of for all tokens traded and respective USD values for all wallets in a given date
-
- Display volume ranking for an specified token, quoted in given token
-
api/v1/resultsByToken/eth?startDate=1563408000000
- Display volume ranking for an specified token, quoted in given token
- Providing
startDate
unix timestamp in millieconds ) for 18/07/2019 UTC-0
-
/api/v1/resultsByToken/eth?startDate=1563408000000&endDate=1564012800000
- Display volume ranking for an specified token, quoted in given token
- Providing
startDate
unix timestamp in millieconds ) for 18/07/2019 UTC-0 - Providing
endDate
unix timestamp in millieconds ) for 25/07/2019 UTC-0
-
- Display volume ranking, quoted in USD
-
api/v1/results?startDate=1563408000000
- Display volume ranking, quoted in USD
- Providing
startDate
unix timestamp in millieconds ) for 18/07/2019 UTC-0
-
/api/v1/results?startDate=1563408000000&endDate=1564012800000
- Display volume ranking, quoted in USD
- Providing
startDate
unix timestamp in millieconds ) for 18/07/2019 UTC-0 - Providing
endDate
unix timestamp in millieconds ) for 25/07/2019 UTC-0
npm run develop
Note: you should update .env file with your own INFURA web3 provider address