Pools
Endpoints and responses for SushiSwap UniSwap V3's Pool Data
Pool Specific
Get Pool
GET
https://api.pepeanalytics.com/v1/pool/:address
Get data about a specific liquidity pool including quote token price, daily or hourly history, total value locked, and much more.
Path Parameters
address*
String
Uniswap V3 pool address
Query Parameters
history
day | hour
If wanting to see daily history or hourly history
txs_count
Number
If wanting to see pool transactions. Adds the txs
property
Get Pool Transactions
GET
https://api.pepeanalytics.com/v1/pool/:address/txs
Gets pool transactions
Includes: Wallet address, buy or sell, amount, etc
Path Parameters
address*
String
Pool address
Query Parameters
count
Number
Number of transactions to show (default: 300)
order
asc | desc
Order transactions by date ascending or descending
Multiple Pools
Get Pools
GET
https://api.pepeanalytics.com/v1/pools
Gets all available liquidity pools on UniswapV3 and SushiSwap.
Query Parameters
days
String | Number
If wanting to see pools deployed X days since today (Example: '1' to see pools deployed since yesterday)
volume
String | Number
Dollar amount of volume done
liquidity
String | Number
Dollar amount of liquidity in pool
tx_count
String | Number
Minimum number of transactions in pool
show_all
Boolean
Show more than 1000 results
include_token_data
Boolean
Include full token data
Get Pools Count
GET
https://api.pepeanalytics.com/v1/pools/count
Displays number of liquidity pools deployed on various DEX's including UniswapV2, Sushiswap, and more.
Last updated