Meme Rush Skill
Overview
Meme Rush — Launchpad token lifecycle tracking
| rankType |
Stage |
Description |
| 10 |
New |
Freshly created meme tokens still on bonding curve |
| 20 |
Finalizing |
Tokens about to migrate (bonding curve nearly complete) |
| 30 |
Migrated |
Tokens that just migrated to DEX |
Topic Rush — AI-powered market hot topic discovery
| rankType |
Stage |
Description |
| 10 |
Latest |
Newest hot topics |
| 20 |
Rising |
Rising topics with all-time high inflow between $1k–$20k |
| 30 |
Viral |
Viral topics with all-time high inflow above $20k |
Use Cases
- Snipe New Launches: Find freshly created meme tokens on Pump.fun, Four.meme, etc.
- Migration Watch: Monitor tokens about to migrate — catch early DEX liquidity
- Post-Migration Trading: Find just-migrated tokens for early DEX entry
- Filter by Dev Behavior: Exclude dev wash trading, check dev sell %, burned tokens
- Holder Analysis: Filter by top10 %, dev %, sniper %, insider %, bundler % holdings
- Smart Filtering: Combine bonding curve progress, liquidity, volume, market cap filters
- Topic Discovery: Find AI-generated market hot topics and their associated tokens
- Narrative Trading: Trade tokens grouped by trending narratives, sorted by net inflow
Supported Chains
| Chain |
chainId |
| BSC |
56 |
| Solana |
CT_501 |
Protocol Reference
| Protocol Code |
Platform |
Chain |
| 1001 |
Pump.fun |
Solana |
| 1002 |
Moonit |
Solana |
| 1003 |
Pump AMM |
Solana |
| 1004 |
Launch Lab |
Solana |
| 1005 |
Raydium V4 |
Solana |
| 1006 |
Raydium CPMM |
Solana |
| 1007 |
Raydium CLMM |
Solana |
| 1008 |
BONK |
Solana |
| 1009 |
Dynamic BC |
Solana |
| 1010 |
Moonshot |
Solana |
| 1011 |
Jup Studio |
Solana |
| 1012 |
Bags |
Solana |
| 1013 |
Believer |
Solana |
| 1014 |
Meteora DAMM V2 |
Solana |
| 1015 |
Meteora Pools |
Solana |
| 1016 |
Orca |
Solana |
| 2001 |
Four.meme |
BSC |
| 2002 |
Flap |
BSC |
API 1: Meme Rush Rank List
Method: POST
URL:
https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list
Headers: Content-Type: application/json, Accept-Encoding: identity
Request Body
Required Parameters:
| Field |
Type |
Description |
| chainId |
string |
Chain ID: 56 for bsc, CT_501 for solana |
| rankType |
integer |
10=New, 20=Finalizing, 30=Migrated |
Pagination & Keyword:
| Field |
Type |
Description |
| limit |
integer |
Max results per request (default 40, max 200) |
| keywords |
string[] |
Include symbols matching keywords (max 5) |
| excludes |
string[] |
Exclude symbols (max 5) |
Token Filters (Min/Max pairs):
| Filter |
Type |
Description |
| progressMin/Max |
string |
Bonding curve progress (0-100%) |
| tokenAgeMin/Max |
long |
Token age |
| holdersMin/Max |
long |
Holder count |
| liquidityMin/Max |
string |
Liquidity (USD) |
| volumeMin/Max |
string |
24h volume (USD) |
| marketCapMin/Max |
string |
Market cap (USD) |
| countMin/Max |
long |
Total trade count |
| countBuyMin/Max |
long |
Buy trade count |
| countSellMin/Max |
long |
Sell trade count |
Holder Distribution Filters (Min/Max pairs):
| Filter |
Type |
Description |
| holdersTop10PercentMin/Max |
string |
Top10 holder % |
| holdersDevPercentMin/Max |
string |
Dev holder % |
| holdersSniperPercentMin/Max |
string |
Sniper holder % |
| holdersInsiderPercentMin/Max |
string |
Insider holder % |
| bundlerHoldingPercentMin/Max |
string |
Bundler holder % |
| newWalletHoldingPercentMin/Max |
string |
New wallet holder % |
| bnHoldingPercentMin/Max |
string |
Binance wallet holder % |
| bnHoldersMin/Max |
long |
Binance wallet holder count |
| kolHoldersMin/Max |
long |
KOL holder count |
| proHoldersMin/Max |
long |
Pro holder count |
Dev & Launch Filters:
| Field |
Type |
Description |
| devMigrateCountMin/Max |
long |
Dev historical migration count |
| devPosition |
integer |
Dev position: 2=dev sold all (pass when checked) |
| devBurnedToken |
integer |
Dev burned tokens: 1=yes |
| excludeDevWashTrading |
integer |
Exclude dev wash trading: 1=yes |
| excludeInsiderWashTrading |
integer |
Exclude insider wash trading: 1=yes |
Other Filters:
| Field |
Type |
Description |
| protocol |
integer[] |
Launchpad protocol codes (see Protocol Reference) |
| exclusive |
integer |
Binance exclusive token: 0=no, 1=yes |
| paidOnDexScreener |
integer |
Paid on DexScreener |
| pumpfunLiving |
integer |
Pump.fun live stream: 1=yes |
| cmcBoost |
integer |
CMC paid boost: 1=yes |
| globalFeeMin/Max |
string |
Trading fee (Solana only) |
| pairAnchorAddress |
string[] |
Quote token addresses |
| tokenSocials.atLeastOne |
integer |
Has at least one social: 1=yes |
| tokenSocials.socials |
string[] |
Specific socials: website, twitter, telegram |
Example Request
curl -X POST 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list' \
-H 'Content-Type: application/json' \
-H 'Accept-Encoding: identity' \
-d '{"chainId":"CT_501","rankType":10,"limit":20}'
Response (data.tokens[])
Core Fields:
| Field |
Type |
Description |
| chainId |
string |
Chain ID |
| contractAddress |
string |
Contract address |
| symbol |
string |
Token symbol |
| name |
string |
Token name |
| decimals |
integer |
Token decimals |
| icon |
string |
Logo URL (prefix https://bin.bnbstatic.com) |
| price |
string |
Current price (USD) |
| priceChange |
string |
24h price change (%) |
| marketCap |
string |
Market cap (USD) |
| liquidity |
string |
Liquidity (USD) |
| volume |
string |
24h volume (USD) |
| holders |
long |
Holder count |
| progress |
string |
Bonding curve progress (%, append % directly) |
| protocol |
integer |
Launchpad protocol code |
| exclusive |
integer |
Binance exclusive: 0/1 |
Trade Counts:
| Field |
Type |
Description |
| count |
long |
24h total trades |
| countBuy |
long |
24h buy trades |
| countSell |
long |
24h sell trades |
Holder Distribution (all string, already in %, append % directly):
| Field |
Description |
| holdersTop10Percent |
Top10 holders % |
| holdersDevPercent |
Dev holders % |
| holdersSniperPercent |
Sniper holders % |
| holdersInsiderPercent |
Insider holders % |
| bnHoldingPercent |
Binance wallet holders % |
| kolHoldingPercent |
KOL holders % |
| proHoldingPercent |
Pro holders % |
| newWalletHoldingPercent |
New wallet holders % |
| bundlerHoldingPercent |
Bundler holders % |
Dev & Migration Info:
| Field |
Type |
Description |
| devAddress |
string |
Dev wallet address |
| devSellPercent |
string |
Dev sell % |
| devMigrateCount |
long |
Dev historical migration count |
| devPosition |
integer |
2=dev sold all position |
| migrateStatus |
integer |
0=not migrated, 1=migrated |
| migrateTime |
long |
Migration timestamp (ms) |
| createTime |
long |
Token creation timestamp (ms) |
Tags & Flags:
| Field |
Type |
Description |
| tagDevWashTrading |
integer |
Dev wash trading: 1=yes |
| tagInsiderWashTrading |
integer |
Insider wash trading: 1=yes |
| tagDevBurnedToken |
integer |
Dev burned tokens: 1=yes |
| tagPumpfunLiving |
integer |
Pump.fun live: 1=yes |
| tagCmcBoost |
integer |
CMC paid: 1=yes |
| paidOnDexScreener |
integer |
DexScreener paid: 1=yes |
| launchTaxEnable |
integer |
Has launch tax: 1=yes |
| taxRate |
string |
Trading tax rate (%) |
| globalFee |
string |
Trading fee (Solana only) |
Social Links:
| Field |
Type |
Description |
| socials.website |
string |
Website URL |
| socials.twitter |
string |
Twitter URL |
| socials.telegram |
string |
Telegram URL |
AI Narrative:
| Field |
Type |
Description |
| narrativeText.en |
string |
AI narrative (English) |
| narrativeText.cn |
string |
AI narrative (Chinese) |
API 2: Topic Rush Rank List
Method: GET
URL:
https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list
Headers: Accept-Encoding: identity
Request Parameters
Required Parameters:
| Field |
Type |
Description |
| chainId |
string |
Chain ID: 56, CT_501 |
| rankType |
integer |
10=Latest, 20=Rising, 30=Viral |
| sort |
integer |
Sort by: 10=create time, 20=net inflow, 30=viral time |
Sort convention: When the user does not specify a sort preference, use sort=10 (create time) for Latest/Rising, and sort=30 (viral time) for Viral.
Optional Parameters:
| Field |
Type |
Description |
| asc |
boolean |
true=ascending, false=descending |
| keywords |
string |
Keyword filter (case-insensitive, contains match) |
| topicType |
string |
Topic type filter, comma-separated for multiple |
| tokenSizeMin/Max |
integer |
Associated token count range |
| netInflowMin/Max |
string |
Topic net inflow range (USD) |
Example Request
curl 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list?chainId=CT_501&rankType=30&sort=30&asc=false' \
-H 'Accept-Encoding: identity'
Response (data[])
Topic Fields:
| Field |
Type |
Description |
| topicId |
string |
Topic unique ID |
| chainId |
string |
Chain ID |
| name |
object |
Multi-language topic name (topicNameEn, topicNameCn, etc.) |
| type |
string |
Topic type/category |
| close |
integer |
Topic closed: 0=no, 1=yes |
| topicLink |
string |
Related tweet/post URL |
| createTime |
long |
Topic creation timestamp (ms) |
| progress |
string |
Topic progress (pre-formatted %, append % directly) |
| aiSummary |
object |
AI-generated topic narrative |
| topicNetInflow |
string |
Total net inflow (USD) |
| topicNetInflow1h |
string |
1h net inflow (USD) |
| topicNetInflowAth |
string |
All-time high net inflow (USD) |
| tokenSize |
integer |
Number of associated tokens |
| deepAnalysisFlag |
integer |
Deep analysis available: 1=yes |
Token List (tokenList[] within each topic):
| Field |
Type |
Description |
| chainId |
string |
Chain ID |
| contractAddress |
string |
Contract address |
| symbol |
string |
Token symbol |
| icon |
string |
Logo URL (prefix https://bin.bnbstatic.com) |
| decimals |
integer |
Token decimals |
| createTime |
long |
Token creation timestamp (ms) |
| marketCap |
string |
Market cap (USD) |
| liquidity |
string |
Liquidity (USD) |
| priceChange24h |
string |
24h price change (pre-formatted %, append %) |
| netInflow |
string |
Token net inflow since topic creation (USD) |
| netInflow1h |
string |
Token 1h net inflow (USD) |
| volumeBuy / volumeSell |
string |
Buy / Sell volume since topic creation (USD) |
| volume1hBuy / volume1hSell |
string |
1h buy / sell volume (USD) |
| uniqueTrader{5m,1h,4h,24h} |
long |
Unique traders by period |
| count{5m,1h,4h,24h} |
long |
Trade count by period |
| holders |
long |
Holder count |
| kolHolders |
long |
KOL holder count |
| smartMoneyHolders |
long |
Smart money holder count |
| protocol |
integer |
Launchpad protocol code (0/null = DEX token) |
| internal |
integer |
On bonding curve: 0=no, 1=yes |
| migrateStatus |
integer |
Migrated: 0=no, 1=yes |
Notes
- Only
chainId and rankType are required; all other parameters are optional filters
- Percentage fields (progress, holder %, dev sell %, tax rate) are pre-formatted — append
% directly
taxRate for protocol=2001 (Four.meme) only shows on Migrated list; for protocol=2002 (Flap) shows on all lists
- Icon URLs require prefix:
https://bin.bnbstatic.com + path
1---2name: binance-meme-rush3description: Meme token fast-trading assistant with real-time meme token lists from launchpads (Pump.fun, Four.meme) across new, finalizing, and migrated stages, plus AI-powered market hot topic discovery with associated tokens ranked by net inflow.4license: MIT5---67# Meme Rush Skill89## Overview1011### Meme Rush — Launchpad token lifecycle tracking1213| rankType | Stage | Description |14|----------|-------|-------------|15| 10 | New | Freshly created meme tokens still on bonding curve |16| 20 | Finalizing | Tokens about to migrate (bonding curve nearly complete) |17| 30 | Migrated | Tokens that just migrated to DEX |1819### Topic Rush — AI-powered market hot topic discovery2021| rankType | Stage | Description |22|----------|-------|-------------|23| 10 | Latest | Newest hot topics |24| 20 | Rising | Rising topics with all-time high inflow between $1k–$20k |25| 30 | Viral | Viral topics with all-time high inflow above $20k |2627## Use Cases28291. **Snipe New Launches**: Find freshly created meme tokens on Pump.fun, Four.meme, etc.302. **Migration Watch**: Monitor tokens about to migrate — catch early DEX liquidity313. **Post-Migration Trading**: Find just-migrated tokens for early DEX entry324. **Filter by Dev Behavior**: Exclude dev wash trading, check dev sell %, burned tokens335. **Holder Analysis**: Filter by top10 %, dev %, sniper %, insider %, bundler % holdings346. **Smart Filtering**: Combine bonding curve progress, liquidity, volume, market cap filters357. **Topic Discovery**: Find AI-generated market hot topics and their associated tokens368. **Narrative Trading**: Trade tokens grouped by trending narratives, sorted by net inflow3738## Supported Chains3940| Chain | chainId |41|-------|---------|42| BSC | 56 |43| Solana | CT_501 |4445## Protocol Reference4647| Protocol Code | Platform | Chain |48|---------------|----------|-------|49| 1001 | Pump.fun | Solana |50| 1002 | Moonit | Solana |51| 1003 | Pump AMM | Solana |52| 1004 | Launch Lab | Solana |53| 1005 | Raydium V4 | Solana |54| 1006 | Raydium CPMM | Solana |55| 1007 | Raydium CLMM | Solana |56| 1008 | BONK | Solana |57| 1009 | Dynamic BC | Solana |58| 1010 | Moonshot | Solana |59| 1011 | Jup Studio | Solana |60| 1012 | Bags | Solana |61| 1013 | Believer | Solana |62| 1014 | Meteora DAMM V2 | Solana |63| 1015 | Meteora Pools | Solana |64| 1016 | Orca | Solana |65| 2001 | Four.meme | BSC |66| 2002 | Flap | BSC |6768---6970## API 1: Meme Rush Rank List7172### Method: POST7374**URL**:75```76https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list77```7879**Headers**: `Content-Type: application/json`, `Accept-Encoding: identity`8081### Request Body8283**Required Parameters**:8485| Field | Type | Description |86|-------|------|-------------|87| chainId | string | Chain ID: `56` for bsc, `CT_501` for solana |88| rankType | integer | `10`=New, `20`=Finalizing, `30`=Migrated |8990**Pagination & Keyword**:9192| Field | Type | Description |93|-------|------|-------------|94| limit | integer | Max results per request (default 40, max 200) |95| keywords | string[] | Include symbols matching keywords (max 5) |96| excludes | string[] | Exclude symbols (max 5) |9798**Token Filters (Min/Max pairs)**:99100| Filter | Type | Description |101|--------|------|-------------|102| progressMin/Max | string | Bonding curve progress (0-100%) |103| tokenAgeMin/Max | long | Token age |104| holdersMin/Max | long | Holder count |105| liquidityMin/Max | string | Liquidity (USD) |106| volumeMin/Max | string | 24h volume (USD) |107| marketCapMin/Max | string | Market cap (USD) |108| countMin/Max | long | Total trade count |109| countBuyMin/Max | long | Buy trade count |110| countSellMin/Max | long | Sell trade count |111112**Holder Distribution Filters (Min/Max pairs)**:113114| Filter | Type | Description |115|--------|------|-------------|116| holdersTop10PercentMin/Max | string | Top10 holder % |117| holdersDevPercentMin/Max | string | Dev holder % |118| holdersSniperPercentMin/Max | string | Sniper holder % |119| holdersInsiderPercentMin/Max | string | Insider holder % |120| bundlerHoldingPercentMin/Max | string | Bundler holder % |121| newWalletHoldingPercentMin/Max | string | New wallet holder % |122| bnHoldingPercentMin/Max | string | Binance wallet holder % |123| bnHoldersMin/Max | long | Binance wallet holder count |124| kolHoldersMin/Max | long | KOL holder count |125| proHoldersMin/Max | long | Pro holder count |126127**Dev & Launch Filters**:128129| Field | Type | Description |130|-------|------|-------------|131| devMigrateCountMin/Max | long | Dev historical migration count |132| devPosition | integer | Dev position: `2`=dev sold all (pass when checked) |133| devBurnedToken | integer | Dev burned tokens: `1`=yes |134| excludeDevWashTrading | integer | Exclude dev wash trading: `1`=yes |135| excludeInsiderWashTrading | integer | Exclude insider wash trading: `1`=yes |136137**Other Filters**:138139| Field | Type | Description |140|-------|------|-------------|141| protocol | integer[] | Launchpad protocol codes (see Protocol Reference) |142| exclusive | integer | Binance exclusive token: `0`=no, `1`=yes |143| paidOnDexScreener | integer | Paid on DexScreener |144| pumpfunLiving | integer | Pump.fun live stream: `1`=yes |145| cmcBoost | integer | CMC paid boost: `1`=yes |146| globalFeeMin/Max | string | Trading fee (Solana only) |147| pairAnchorAddress | string[] | Quote token addresses |148| tokenSocials.atLeastOne | integer | Has at least one social: `1`=yes |149| tokenSocials.socials | string[] | Specific socials: `website`, `twitter`, `telegram` |150151### Example Request152153```bash154curl -X POST 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list' \155-H 'Content-Type: application/json' \156-H 'Accept-Encoding: identity' \157-d '{"chainId":"CT_501","rankType":10,"limit":20}'158```159160### Response (`data.tokens[]`)161162**Core Fields**:163164| Field | Type | Description |165|-------|------|-------------|166| chainId | string | Chain ID |167| contractAddress | string | Contract address |168| symbol | string | Token symbol |169| name | string | Token name |170| decimals | integer | Token decimals |171| icon | string | Logo URL (prefix `https://bin.bnbstatic.com`) |172| price | string | Current price (USD) |173| priceChange | string | 24h price change (%) |174| marketCap | string | Market cap (USD) |175| liquidity | string | Liquidity (USD) |176| volume | string | 24h volume (USD) |177| holders | long | Holder count |178| progress | string | Bonding curve progress (%, append `%` directly) |179| protocol | integer | Launchpad protocol code |180| exclusive | integer | Binance exclusive: 0/1 |181182**Trade Counts**:183184| Field | Type | Description |185|-------|------|-------------|186| count | long | 24h total trades |187| countBuy | long | 24h buy trades |188| countSell | long | 24h sell trades |189190**Holder Distribution** (all string, already in %, append `%` directly):191192| Field | Description |193|-------|-------------|194| holdersTop10Percent | Top10 holders % |195| holdersDevPercent | Dev holders % |196| holdersSniperPercent | Sniper holders % |197| holdersInsiderPercent | Insider holders % |198| bnHoldingPercent | Binance wallet holders % |199| kolHoldingPercent | KOL holders % |200| proHoldingPercent | Pro holders % |201| newWalletHoldingPercent | New wallet holders % |202| bundlerHoldingPercent | Bundler holders % |203204**Dev & Migration Info**:205206| Field | Type | Description |207|-------|------|-------------|208| devAddress | string | Dev wallet address |209| devSellPercent | string | Dev sell % |210| devMigrateCount | long | Dev historical migration count |211| devPosition | integer | `2`=dev sold all position |212| migrateStatus | integer | `0`=not migrated, `1`=migrated |213| migrateTime | long | Migration timestamp (ms) |214| createTime | long | Token creation timestamp (ms) |215216**Tags & Flags**:217218| Field | Type | Description |219|-------|------|-------------|220| tagDevWashTrading | integer | Dev wash trading: 1=yes |221| tagInsiderWashTrading | integer | Insider wash trading: 1=yes |222| tagDevBurnedToken | integer | Dev burned tokens: 1=yes |223| tagPumpfunLiving | integer | Pump.fun live: 1=yes |224| tagCmcBoost | integer | CMC paid: 1=yes |225| paidOnDexScreener | integer | DexScreener paid: 1=yes |226| launchTaxEnable | integer | Has launch tax: 1=yes |227| taxRate | string | Trading tax rate (%) |228| globalFee | string | Trading fee (Solana only) |229230**Social Links**:231232| Field | Type | Description |233|-------|------|-------------|234| socials.website | string | Website URL |235| socials.twitter | string | Twitter URL |236| socials.telegram | string | Telegram URL |237238**AI Narrative**:239240| Field | Type | Description |241|-------|------|-------------|242| narrativeText.en | string | AI narrative (English) |243| narrativeText.cn | string | AI narrative (Chinese) |244245---246247## API 2: Topic Rush Rank List248249### Method: GET250251**URL**:252```253https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list254```255256**Headers**: `Accept-Encoding: identity`257258### Request Parameters259260**Required Parameters**:261262| Field | Type | Description |263|-------|------|-------------|264| chainId | string | Chain ID: `56`, `CT_501` |265| rankType | integer | `10`=Latest, `20`=Rising, `30`=Viral |266| sort | integer | Sort by: `10`=create time, `20`=net inflow, `30`=viral time |267268> **Sort convention**: When the user does not specify a sort preference, use `sort=10` (create time) for Latest/Rising, and `sort=30` (viral time) for Viral.269270**Optional Parameters**:271272| Field | Type | Description |273|-------|------|-------------|274| asc | boolean | `true`=ascending, `false`=descending |275| keywords | string | Keyword filter (case-insensitive, contains match) |276| topicType | string | Topic type filter, comma-separated for multiple |277| tokenSizeMin/Max | integer | Associated token count range |278| netInflowMin/Max | string | Topic net inflow range (USD) |279280### Example Request281282```bash283curl 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list?chainId=CT_501&rankType=30&sort=30&asc=false' \284-H 'Accept-Encoding: identity'285```286287### Response (`data[]`)288289**Topic Fields**:290291| Field | Type | Description |292|-------|------|-------------|293| topicId | string | Topic unique ID |294| chainId | string | Chain ID |295| name | object | Multi-language topic name (`topicNameEn`, `topicNameCn`, etc.) |296| type | string | Topic type/category |297| close | integer | Topic closed: `0`=no, `1`=yes |298| topicLink | string | Related tweet/post URL |299| createTime | long | Topic creation timestamp (ms) |300| progress | string | Topic progress (pre-formatted %, append `%` directly) |301| aiSummary | object | AI-generated topic narrative |302| topicNetInflow | string | Total net inflow (USD) |303| topicNetInflow1h | string | 1h net inflow (USD) |304| topicNetInflowAth | string | All-time high net inflow (USD) |305| tokenSize | integer | Number of associated tokens |306| deepAnalysisFlag | integer | Deep analysis available: `1`=yes |307308**Token List** (`tokenList[]` within each topic):309310| Field | Type | Description |311|-------|------|-------------|312| chainId | string | Chain ID |313| contractAddress | string | Contract address |314| symbol | string | Token symbol |315| icon | string | Logo URL (prefix `https://bin.bnbstatic.com`) |316| decimals | integer | Token decimals |317| createTime | long | Token creation timestamp (ms) |318| marketCap | string | Market cap (USD) |319| liquidity | string | Liquidity (USD) |320| priceChange24h | string | 24h price change (pre-formatted %, append `%`) |321| netInflow | string | Token net inflow since topic creation (USD) |322| netInflow1h | string | Token 1h net inflow (USD) |323| volumeBuy / volumeSell | string | Buy / Sell volume since topic creation (USD) |324| volume1hBuy / volume1hSell | string | 1h buy / sell volume (USD) |325| uniqueTrader{5m,1h,4h,24h} | long | Unique traders by period |326| count{5m,1h,4h,24h} | long | Trade count by period |327| holders | long | Holder count |328| kolHolders | long | KOL holder count |329| smartMoneyHolders | long | Smart money holder count |330| protocol | integer | Launchpad protocol code (`0`/null = DEX token) |331| internal | integer | On bonding curve: `0`=no, `1`=yes |332| migrateStatus | integer | Migrated: `0`=no, `1`=yes |333334---335336## Notes3373381. Only `chainId` and `rankType` are required; all other parameters are optional filters3392. Percentage fields (progress, holder %, dev sell %, tax rate) are pre-formatted — append `%` directly3403. `taxRate` for protocol=2001 (Four.meme) only shows on Migrated list; for protocol=2002 (Flap) shows on all lists3414. Icon URLs require prefix: `https://bin.bnbstatic.com` + path