Protocols
Endpoints and responses for more general data like Uniswap volume
Get Protocol Data
GET
https://api.pepeanalytics.com/v1/protocol/:protocol
Get current protocol data and the protocol's volume timeseries data . At the moment, only uniswap
and sushiswap
are available.
Includes: volume, fees, liquidity pool count, tvl, etc.
Path Parameters
Name
Type
Description
protocol*
'uniswap' | 'sushiswap'
Query Parameters
Name
Type
Description
include_charts
Boolean
Include timeseries TVL data
days_ago
String | Number
How many days back from current to retrieve (default: 30)
Last updated