Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 787 Bytes

File metadata and controls

17 lines (11 loc) · 787 Bytes

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.