Public Endpoints
Get Paginated List of Tokens
Retrieves a paginated list of deployed tokens with optional filtering and sorting capabilities.
Query Parameters
sort
string
desc
Sort order for results based on creation date (asc
or desc
)
page
number
1
Page number for pagination
pair
string
all
Filter by trading pair. Options: WETH
, ANON
, HIGHER
, DEGEN
, or CLANKER
partner
string
all
Filter by partner identifier
Example Request
Example Response
Results are paginated with 5 items per page
Search is case-insensitive and matches partial strings
The search matches against both token names and symbols
Get Paginated List of Tokens with Search
Search for deployed tokens based on various criteria including name, symbol, and requestor FIDs.
Query Parameters
q
string
No
Search query for token name or symbol
type
string
No
Filter by token type. Values: all
(default), proxy
fids
string
No
Comma-separated list of Farcaster IDs to filter by
page
number
No
Page number for pagination (default: 1)
Example Requests
Example Response
Results are paginated with 5 items per page
Search is case-insensitive and matches partial strings
The search matches against both token names and symbols
Last updated