Get tokens list
Tokens
Get tokens list
Retrieves a list of tokens with filtering options (trending, new, popular, top_posts). Supports optional hashtag filtering and pagination.
Returns token data including:
- Holder counts
- Media counts
- Vote aggregates (upvotes/downvotes with weights)
- Livestream status
- Associated hashtags
- Creator information
Authentication is optional - unauthenticated requests receive public data without user-specific vote information.
POST
Get tokens list
Authorizations
JWT token or API key
Body
application/json
Sorting/filtering strategy for tokens
Available options:
trending, new, popular, top_posts Example:
"trending"
Filter tokens by hashtag name
Example:
"defi"
Maximum number of tokens to return
Required range:
1 <= x <= 100Example:
20
Number of tokens to skip for pagination
Required range:
x >= 0Example:
0
Only return tokens with token_layer_id (verified)
Example:
false
