Assets Historical [ENT]

Retrieves the historical minute by minute price for the specified asset (for example DAI) in WETH.

NOTE: DeFi Price is a reference rate established by trade data.

🚧

Time Range Limit

The maximum time range (difference between startDate and endDate) is:

  • 1 day with minutely data
  • 31 days with hourly data
  • 1 year with daily data

📘

Not specifying startDate and endDate

If the startDate and endDate query parameters are not provided, the API will return the data from the previous 24 hours with a 1 minute frequency.

Response Data

FieldTypeDescription
timestampnumber | stringThe timestamp at which the price was executed.
pairstringThe asset contract address.
pricestringPrice associated with the asset.
volumenumberAsset volume traded.
Language
Authentication
Header
Click Try It! to start a request and see the response here!