String
The name of the launchpad.
Float
The percentage of the pool that was sold to the public.
String
The address of the pool.
Int
The unix timestamp when the launchpad was completed.
Boolean
Indicates if the launchpad is completed.
Int
The slot number when the launchpad was completed.
Int
The slot number when the launchpad was migrated.
Int
The unix timestamp when the launchpad was migrated.
Boolean
Indicates if the launchpad was migrated.
String
The pool address after the launchpad was migrated.
String
The launchpad protocol.
String
The icon URL of the launchpad.
Boolean
Whether cashback is enabled for this launchpad token (Pump V1/V2 only).
String
The token category assigned by the launchpad. Populated by launchpads that publish a category taxonomy (e.g. Scale/Creator, Eitherway). Values include platform, meme, utility, etc.
String
deprecated
The name of the launchpad.
Used By
Returned by- balances: Returns list of token balances that a wallet has.
- categoryTokens: Returns the tokens assigned to a category (including its subcategories), with optional
filterTokens-style filters and rankings applied. - filterPairs: Returns a list of pairs based on a variety of filters.
- filterTokens: Discover, screen, and rank tokens across every supported network using 100+ on-chain signals: trading activity, liquidity, holder behavior, fee economics, and launchpad lifecycle.
- filterTokenWallets: Returns a list of wallets with stats narrowed down to a specific token.
- getBars: Returns bar chart data to track price changes over time.
- getCommunityNotes: Returns community gathered notes.
- getDetailedPairsStats: Returns bucketed stats for a given token within a list of pairs.
- getDetailedPairStats: Returns bucketed stats for a given token within a pair.
- getTokenBars: Returns aggregated bar chart data to track price changes over time.
- holders: Returns list of wallets that hold a given token, ordered by holdings descending. Also has the unique count of holders for that token.
- listPairsForToken: Returns a list of pairs containing a given token.
- listPairsWithMetadataForToken: Returns a list of pair metadata for a token.
- onBalanceUpdated: Live-streamed balance updates for a given wallet.
- onFilterTokensUpdated: Live-streamed filter token updates for the current
filterTokensresult set. - onHoldersUpdated: Live-streamed list of wallets that hold a given token. Also has the unique count of holders for that token.
- onLaunchpadTokenEvent: Live-streamed launchpad token event.
- onLaunchpadTokenEventBatch: Live-streamed launchpad token events batched (more efficient).
- onPairMetadataUpdated: Live-streamed stat updates for a given token within a pair.
- pairMetadata: Returns metadata for a pair of tokens.
- refreshBalances: Force refreshes the balance for a token in a wallet, persisting the result so subsequent
balancesqueries reflect it. Supports contract tokens (<tokenAddress>:<networkId>, EVM only) and native token balances (native:<networkId>, EVM, Solana, and Starknet). Entries that cannot be refreshed (e.g. an unreachable network) are omitted from the response rather than erroring. - token: Returns a single token by its address & network id.
- tokens: Returns a list of tokens by their addresses & network id, with pagination.