Skip to content

Commit

Permalink
merge with core updates, minus migration tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlapham committed Apr 7, 2020
1 parent 6a9bfe6 commit 254ce20
Show file tree
Hide file tree
Showing 17 changed files with 767 additions and 5,169 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,11 @@ This query fetches aggredated data from all uniswap exchanges, to give a view in
totalLiquidityInEth
totalVolumeUSD
totalLiquidityUSD

totalTokenBuys
totalTokenSells
totalAddLiquidity
totalRemoveLiquidity
}
}
```

### Querying a Uniswap Exchange
### Querying a Uniswap Pair

This query fetches high level information on each uniswap exchange contract.

Expand Down Expand Up @@ -124,7 +119,7 @@ This query fetches a user trading Dai between two timestamps, and returns a maxi
}
```

#### User Balances on Exchanges
#### User Balances on Pairs

This query fetches a single user, and all their exchange balances.

Expand Down Expand Up @@ -157,7 +152,7 @@ This query fetches a single user, and all their exchange balances.

### Querying Historical Data

#### ExchangeHistory
#### PairHistory

This query fetches historical data for the MKR exchange, ordered by time:

Expand Down
Loading

0 comments on commit 254ce20

Please sign in to comment.