Skip to main content
GET
Retrieve historical aggregated data for a specific LAT

Path Parameters

address
string
required

LAT contract address (proxy)

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613"

Query Parameters

frequency
enum<string>
default:1d

Frequency of data points

Available options:
1d,
7d
variant
enum<string>
default:cumulative

Type of tally, discrete or cumulative

Available options:
discrete,
cumulative
Example:

"cumulative"

startAt
string
default:""

Start date in ISO string format

Example:

"2024-04-11T08:31:11.000"

endAt
string
default:""

End date in ISO string format

Example:

"2024-04-12T08:31:11.000"

Response

Historical aggregated data for the specified LAT

data
object[]
required

Array of historical LAT data points