๐น๏ธProtocols
Endpoints and responses for more general data like Uniswap volume
Get Protocol Data
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
{
data: {
id: string
poolCount: string
txCount: string
totalVolumeUSD: string
totalVolumeETH: string
totalFeesUSD: string
totalFeesETH: string
totalValueLockedUSD: string
totalValueLockedETH: string
history?: [ # Timeseries data that is included when using the `include_charts` param
{
x: string (UTC)
y: number
}
...
]
}
message: 'Success'
isError: false
}Last updated