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.
Input for tokenTopTraders: token, network, trading period, optional pagination.
interface TokenTopTradersInput { tokenAddress: string; networkId: number; tradingPeriod: TradingPeriod; limit?: number | null; offset?: number | null; }