All Projects → Uniswap → api-deprecated

Uniswap / api-deprecated

Licence: GPL-3.0 license
🔮 Uniswap market data

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to api-deprecated

uniswap-arbitrage-flash-swap
Uniswap flash swap arbitrage solidity contracts
Stars: ✭ 341 (+305.95%)
Mutual labels:  uniswap
yield-liquidator
Utility for force-closing undercollateralized Yield Protocol loans and participating in dutch auctions with liquidity sourced by Uniswap flash loans
Stars: ✭ 174 (+107.14%)
Mutual labels:  uniswap
squeeth-monorepo
Squeeth is a new financial primitive in DeFi that gives traders exposure to ETH²
Stars: ✭ 156 (+85.71%)
Mutual labels:  uniswap
zeneth
🏵️ Let Your ETH Chill — Gasless Ethereum account abstraction with Flashbots
Stars: ✭ 112 (+33.33%)
Mutual labels:  uniswap
uniswapv3-calculator
An all-in-one platform for Uniswap liquidity providers (prev Uniswap Calculator)
Stars: ✭ 131 (+55.95%)
Mutual labels:  uniswap
top100token-ape-bot
UniSwapV2 compatible EVM Ape trading bot, customizable and support multiple blockchain: BSC,Ethereum,DogeChain,Polygon,Fantom,Avax
Stars: ✭ 123 (+46.43%)
Mutual labels:  uniswap
v3-staker
Canonical liquidity mining contract for Uniswap V3
Stars: ✭ 289 (+244.05%)
Mutual labels:  uniswap
awesome-uniswap-v3
A curated list of awesome Uniswap v3 resources
Stars: ✭ 375 (+346.43%)
Mutual labels:  uniswap
visor-core
The DeFi protocol for Active Liquidity Management. Building on Uniswap v3.
Stars: ✭ 50 (-40.48%)
Mutual labels:  uniswap
hypertext
A text-forward Uniswap interface.
Stars: ✭ 77 (-8.33%)
Mutual labels:  uniswap
uniswap-python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 533 (+534.52%)
Mutual labels:  uniswap
uniswap-skim
scripts to scan all of the uniswapV2🦄 contracts on ethereum and search for skim opportunities
Stars: ✭ 126 (+50%)
Mutual labels:  uniswap
uniswap-sushiswap-arbitrage-bot
Two bots written in JS that uses flashswaps and normal swaps to arbitrage Uniswap. Includes an automated demostration.
Stars: ✭ 351 (+317.86%)
Mutual labels:  uniswap
uniswap-sdk-go
A Go SDK of Uniswap V2
Stars: ✭ 45 (-46.43%)
Mutual labels:  uniswap
Pancakeswap Sniper
Barret 50 Cal. is a Pancakeswap sniping (front-runner) bot. It can be used to snipe in new coin listings, and obtain the best prices; or to place limit-buy and limit-sell orders.
Stars: ✭ 64 (-23.81%)
Mutual labels:  uniswap
botdexdamar
🤖 multichain trading bot with sniper, frontrun, backrun, sandwich
Stars: ✭ 124 (+47.62%)
Mutual labels:  uniswap
PoolTool
A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain.
Stars: ✭ 17 (-79.76%)
Mutual labels:  uniswap
interface
🦄 An open source interface for the Uniswap protocol
Stars: ✭ 3,657 (+4253.57%)
Mutual labels:  uniswap

Uniswap API

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

The API is designed around the CoinMarketCap requirements document.

Prefer the Uniswap subgraph for any Uniswap queries whenever possible. The respective subgraphs will always have more recent data.

V2 Subgraph: https://github.com/Uniswap/uniswap-v2-subgraph

V1 Subgraph: https://github.com/graphprotocol/uniswap-subgraph

Getting an API Key

Please fill out this form if you would like to get an API key.

Using an API Key

You can use an API key by setting it in the x-api-key header, like so:

curl -v --compressed https://api.uniswap.info/v2/tickers -H 'x-api-key: abcd1234'

Segregated data

Note the data returned by the V1 and V2 endpoints is segregated, i.e. there are no endpoints for combined data from both Uniswap V1 and V2.

V1 Documentation

The documentation of the /v1/ endpoints is here.

V2 Documentation

The documentation of the /v2/ endpoints is here.

Deploying the API

The API uses the serverless framework and can easily be deployed to any AWS account, via the yarn sls deploy command.

In order to configure your AWS account as a target, see the serverless docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].