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.
struct AccountMaxTradeSize { uint240 maxSize; uint16 period; }
struct AccountMinMaxTokenBalance { uint256 min; uint256 max; uint16 period; }
struct TokenMaxDailyTrades { uint8 tradesAllowedPerDay; uint64 startTime; }