Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 593 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 593 Bytes

luchow-cmc-api

The LuchowSwap API is a set of endpoints used by market aggregators (e.g. coinmarketcap.com) to surface LuchowSwap liquidity and volume information. All information is fetched from the underlying subgraphs.

Documentation

The documentation of the endpoints, for LuchowSwap, can be found here

Development

Install requirements

npm install or yarn

or

yarn

Run the project

npm start

or

yarn start