Solana: getPumpFunTokens
getPumpFunTokensRetrieve PumpFun tokens filtered by type (newly created, about to graduate, graduated) with customizable criteria like market cap, volume, holder count, and developer holdings.
Instructions
Query PumpFun tokens (new, graduating, graduated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of tokens to query | |
| orderBy | No | Order by | |
| chain | No | sol | |
| context | No | meme | |
| limit | No | ||
| marketCap_gte | No | market cap greater than value | |
| marketCap_lte | No | market cap less than {value} | |
| liquidUsd_gte | No | ||
| liquidUsd_lte | No | ||
| volume_gte | No | volume greater than value | |
| volume_lte | No | volume less than value | |
| devHoldPercent_gte | No | dev hold percent greater than value | |
| devHoldPercent_lte | No | dev hold percent less than value | |
| insiderHoldPercent_gte | No | ||
| insiderHoldPercent_lte | No | ||
| holderCount_gte | No | ||
| holderCount_lte | No | ||
| buyCount_gte | No | ||
| buyCount_lte | No | ||
| sellCount_gte | No | ||
| sellCount_lte | No | ||
| tradeCount_gte | No | ||
| tradeCount_lte | No | ||
| sniperWalletCount_gte | No | ||
| sniperWalletCount_lte | No |