Software Development Kits
[EVM] React Components SDK
- Overview
- Getting started
- Configuration
- Theming
- Wallet connect
- Framework Guides
- Page Components
- Block Components
[EVM] React Hooks SDK
[EVM] Core SDK
[EVM] Perp SDK
Account
useDaily
Get daily user volume
Example
const { data } = useDaily({
startDate: new Date(Date.now() - 86400000 * 40), // 40 days ago
endDate: new Date() // today
});
On this page