Skip to content

Read-only API for the data displayed on Harvest.finance

Notifications You must be signed in to change notification settings

tmmc39/harvest-api-1

 
 

Repository files navigation

harvest-api

This repository contains implementation and documentation of the API used by Harvest.finance.

Documentation

Minimal recommended setup

  1. yarn
  2. Install and start MongoDB (for local cache). Instructions for Mac
  3. export INFURA_KEY=<infuraKey>
  4. export MATIC_INFURA_KEY=<infuraKey that has Polygon/Matic enabled>. If omitted, will still work for BSC and Ethereum Mainnet (but tests will fail).
  5. npm start. It takes a few minutes to start fresh. Then, can query:
    1. Vaults: http://localhost:3000/vaults?key=harvest-key
    2. Pools: http://localhost:3000/pools?key=harvest-key
    3. General data (staked amount, monthly profits, etc.): http://localhost:3000/token-stats?key=harvest-key
    4. API originally designed for CoinMarketCap: http://localhost:3000/cmc?key=harvest-key

Debugging a specific vault/pool

  • npm run print-vault -- WETH will output vault and pool information. IDs should match a vault in tokens and/or a pool in pools

Running tests

  • npm t. However, the test suite could use more assertions

Areas of improvements

  • Adding more assertions for the tests and more coverage

About

Read-only API for the data displayed on Harvest.finance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Shell 0.1%