Returns perp_volume based on start and end time. If not passed, defaults to last 30 days.

Example

const { data } = useDaily();

The returned data is an array of objects containing the following fields:

{
  "broker_id": "veeno_dex",
  "date": "2024-11-11",
  "perp_volume": 500
}