Skip to main content

Documentation Index

Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt

Use this file to discover all available pages before exploring further.

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
}