loanscan / uniswap-statistics-api

MIT License
7 stars 1 forks source link

Uniswap API

This API is developed by LoanScan Team for Uniswap Protocol.

The API is developed according to the documentation.

The data provided by API is real-time.

It scans:

  1. Factory contact for getting data about the new exchanges;
  2. Each of known exchanges contract for getting data about the new events.

There are two infrastructure dependencies:

  1. The Ethereum Node (correct url should be added to the config);
  2. The MongoDB (correct connection string should be added to the config).

In case of any questions or problems please feel free to add new issue or contact LoanScan Team.