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
Assets
useMaxQty
Receive max quantity available for trading.
Example
const maxQty: number = useMaxQty("PERP_ETH_USDC", OrderSide.BUY);
On this page