Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hook to retrieve daily trading volume for the current account over a date range.
const { data } = useDaily({ startDate: new Date(Date.now() - 86400000 * 40), // 40 days ago endDate: new Date() // today });