Interface GetTokensArgs

Query args for Get Trending/Top Tokens endpoints.

interface GetTokensArgs {
    limit?: number;
    next?: string;
}

Properties

Properties

limit?: number

Limit the number of results

next?: string

Cursor for pagination