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 and 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 and 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 and 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 and 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 and 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) it shows on all lists
- Icon URLs require prefix:
https://bin.bnbstatic.com + path
1---2name: meme-rush3description: Use this skill when tracking meme-token launches, hot narratives, migration status, holder counts, net inflow, and fast market filters around early token activity.4---56# Meme Rush Skill78## Overview910### Meme Rush - Launchpad token lifecycle tracking1112| rankType | Stage | Description |13|----------|-------|-------------|14| 10 | New | Freshly created meme tokens still on bonding curve |15| 20 | Finalizing | Tokens about to migrate (bonding curve nearly complete) |16| 30 | Migrated | Tokens that just migrated to DEX |1718### Topic Rush - AI-powered market hot topic discovery1920| rankType | Stage | Description |21|----------|-------|-------------|22| 10 | Latest | Newest hot topics |23| 20 | Rising | Rising topics with all-time high inflow between $1k-$20k |24| 30 | Viral | Viral topics with all-time high inflow above $20k |2526## Use Cases27281. **Snipe New Launches**: Find freshly created meme tokens on Pump.fun, Four.meme, etc.292. **Migration Watch**: Monitor tokens about to migrate and catch early DEX liquidity303. **Post-Migration Trading**: Find just-migrated tokens for early DEX entry314. **Filter by Dev Behavior**: Exclude dev wash trading, check dev sell %, burned tokens325. **Holder Analysis**: Filter by top10 %, dev %, sniper %, insider %, bundler % holdings336. **Smart Filtering**: Combine bonding curve progress, liquidity, volume, market cap filters347. **Topic Discovery**: Find AI-generated market hot topics and their associated tokens358. **Narrative Trading**: Trade tokens grouped by trending narratives, sorted by net inflow3637## Supported Chains3839| Chain | chainId |40|-------|---------|41| BSC | 56 |42| Solana | CT_501 |4344## Protocol Reference4546| Protocol Code | Platform | Chain |47|---------------|----------|-------|48| 1001 | Pump.fun | Solana |49| 1002 | Moonit | Solana |50| 1003 | Pump AMM | Solana |51| 1004 | Launch Lab | Solana |52| 1005 | Raydium V4 | Solana |53| 1006 | Raydium CPMM | Solana |54| 1007 | Raydium CLMM | Solana |55| 1008 | BONK | Solana |56| 1009 | Dynamic BC | Solana |57| 1010 | Moonshot | Solana |58| 1011 | Jup Studio | Solana |59| 1012 | Bags | Solana |60| 1013 | Believer | Solana |61| 1014 | Meteora DAMM V2 | Solana |62| 1015 | Meteora Pools | Solana |63| 1016 | Orca | Solana |64| 2001 | Four.meme | BSC |65| 2002 | Flap | BSC |6667---6869## API 1: Meme Rush Rank List7071### Method: POST7273**URL**:74`https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list`7576**Headers**: `Content-Type: application/json`, `Accept-Encoding: identity`7778### Request Body7980**Required Parameters**:8182| Field | Type | Description |83|-------|------|-------------|84| chainId | string | Chain ID: `56` for bsc, `CT_501` for solana |85| rankType | integer | `10`=New, `20`=Finalizing, `30`=Migrated |8687**Pagination and Keyword**:8889| Field | Type | Description |90|-------|------|-------------|91| limit | integer | Max results per request (default 40, max 200) |92| keywords | string[] | Include symbols matching keywords (max 5) |93| excludes | string[] | Exclude symbols (max 5) |9495**Token Filters (Min/Max pairs)**:9697| Filter | Type | Description |98|--------|------|-------------|99| progressMin/Max | string | Bonding curve progress (0-100%) |100| tokenAgeMin/Max | long | Token age |101| holdersMin/Max | long | Holder count |102| liquidityMin/Max | string | Liquidity (USD) |103| volumeMin/Max | string | 24h volume (USD) |104| marketCapMin/Max | string | Market cap (USD) |105| countMin/Max | long | Total trade count |106| countBuyMin/Max | long | Buy trade count |107| countSellMin/Max | long | Sell trade count |108109**Holder Distribution Filters (Min/Max pairs)**:110111| Filter | Type | Description |112|--------|------|-------------|113| holdersTop10PercentMin/Max | string | Top10 holder % |114| holdersDevPercentMin/Max | string | Dev holder % |115| holdersSniperPercentMin/Max | string | Sniper holder % |116| holdersInsiderPercentMin/Max | string | Insider holder % |117| bundlerHoldingPercentMin/Max | string | Bundler holder % |118| newWalletHoldingPercentMin/Max | string | New wallet holder % |119| bnHoldingPercentMin/Max | string | Binance wallet holder % |120| bnHoldersMin/Max | long | Binance wallet holder count |121| kolHoldersMin/Max | long | KOL holder count |122| proHoldersMin/Max | long | Pro holder count |123124**Dev and Launch Filters**:125126| Field | Type | Description |127|-------|------|-------------|128| devMigrateCountMin/Max | long | Dev historical migration count |129| devPosition | integer | Dev position: `2`=dev sold all (pass when checked) |130| devBurnedToken | integer | Dev burned tokens: `1`=yes |131| excludeDevWashTrading | integer | Exclude dev wash trading: `1`=yes |132| excludeInsiderWashTrading | integer | Exclude insider wash trading: `1`=yes |133134**Other Filters**:135136| Field | Type | Description |137|-------|------|-------------|138| protocol | integer[] | Launchpad protocol codes (see Protocol Reference) |139| exclusive | integer | Binance exclusive token: `0`=no, `1`=yes |140| paidOnDexScreener | integer | Paid on DexScreener |141| pumpfunLiving | integer | Pump.fun live stream: `1`=yes |142| cmcBoost | integer | CMC paid boost: `1`=yes |143| globalFeeMin/Max | string | Trading fee (Solana only) |144| pairAnchorAddress | string[] | Quote token addresses |145| tokenSocials.atLeastOne | integer | Has at least one social: `1`=yes |146| tokenSocials.socials | string[] | Specific socials: `website`, `twitter`, `telegram` |147148### Example Request149150```bash151curl -X POST 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list' \152-H 'Content-Type: application/json' \153-H 'Accept-Encoding: identity' \154-d '{"chainId":"CT_501","rankType":10,"limit":20}'155```156157### Response (`data.tokens[]`)158159**Core Fields**:160161| Field | Type | Description |162|-------|------|-------------|163| chainId | string | Chain ID |164| contractAddress | string | Contract address |165| symbol | string | Token symbol |166| name | string | Token name |167| decimals | integer | Token decimals |168| icon | string | Logo URL (prefix `https://bin.bnbstatic.com`) |169| price | string | Current price (USD) |170| priceChange | string | 24h price change (%) |171| marketCap | string | Market cap (USD) |172| liquidity | string | Liquidity (USD) |173| volume | string | 24h volume (USD) |174| holders | long | Holder count |175| progress | string | Bonding curve progress (%, append `%` directly) |176| protocol | integer | Launchpad protocol code |177| exclusive | integer | Binance exclusive: 0/1 |178179**Trade Counts**:180181| Field | Type | Description |182|-------|------|-------------|183| count | long | 24h total trades |184| countBuy | long | 24h buy trades |185| countSell | long | 24h sell trades |186187**Holder Distribution** (all string, already in %, append `%` directly):188189| Field | Description |190|-------|-------------|191| holdersTop10Percent | Top10 holders % |192| holdersDevPercent | Dev holders % |193| holdersSniperPercent | Sniper holders % |194| holdersInsiderPercent | Insider holders % |195| bnHoldingPercent | Binance wallet holders % |196| kolHoldingPercent | KOL holders % |197| proHoldingPercent | Pro holders % |198| newWalletHoldingPercent | New wallet holders % |199| bundlerHoldingPercent | Bundler holders % |200201**Dev and Migration Info**:202203| Field | Type | Description |204|-------|------|-------------|205| devAddress | string | Dev wallet address |206| devSellPercent | string | Dev sell % |207| devMigrateCount | long | Dev historical migration count |208| devPosition | integer | `2`=dev sold all position |209| migrateStatus | integer | `0`=not migrated, `1`=migrated |210| migrateTime | long | Migration timestamp (ms) |211| createTime | long | Token creation timestamp (ms) |212213**Tags and Flags**:214215| Field | Type | Description |216|-------|------|-------------|217| tagDevWashTrading | integer | Dev wash trading: 1=yes |218| tagInsiderWashTrading | integer | Insider wash trading: 1=yes |219| tagDevBurnedToken | integer | Dev burned tokens: 1=yes |220| tagPumpfunLiving | integer | Pump.fun live: 1=yes |221| tagCmcBoost | integer | CMC paid: 1=yes |222| paidOnDexScreener | integer | DexScreener paid: 1=yes |223| launchTaxEnable | integer | Has launch tax: 1=yes |224| taxRate | string | Trading tax rate (%) |225| globalFee | string | Trading fee (Solana only) |226227**Social Links**:228229| Field | Type | Description |230|-------|------|-------------|231| socials.website | string | Website URL |232| socials.twitter | string | Twitter URL |233| socials.telegram | string | Telegram URL |234235**AI Narrative**:236237| Field | Type | Description |238|-------|------|-------------|239| narrativeText.en | string | AI narrative (English) |240| narrativeText.cn | string | AI narrative (Chinese) |241242---243244## API 2: Topic Rush Rank List245246### Method: GET247248**URL**:249`https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list`250251**Headers**: `Accept-Encoding: identity`252253### Request Parameters254255**Required Parameters**:256257| Field | Type | Description |258|-------|------|-------------|259| chainId | string | Chain ID: `56`, `CT_501` |260| rankType | integer | `10`=Latest, `20`=Rising, `30`=Viral |261| sort | integer | Sort by: `10`=create time, `20`=net inflow, `30`=viral time |262263> **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.264265**Optional Parameters**:266267| Field | Type | Description |268|-------|------|-------------|269| asc | boolean | `true`=ascending, `false`=descending |270| keywords | string | Keyword filter (case-insensitive, contains match) |271| topicType | string | Topic type filter, comma-separated for multiple |272| tokenSizeMin/Max | integer | Associated token count range |273| netInflowMin/Max | string | Topic net inflow range (USD) |274275### Example Request276277```bash278curl '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' \279-H 'Accept-Encoding: identity'280```281282### Response (`data[]`)283284**Topic Fields**:285286| Field | Type | Description |287|-------|------|-------------|288| topicId | string | Topic unique ID |289| chainId | string | Chain ID |290| name | object | Multi-language topic name (`topicNameEn`, `topicNameCn`, etc.) |291| type | string | Topic type/category |292| close | integer | Topic closed: `0`=no, `1`=yes |293| topicLink | string | Related tweet/post URL |294| createTime | long | Topic creation timestamp (ms) |295| progress | string | Topic progress (pre-formatted %, append `%` directly) |296| aiSummary | object | AI-generated topic narrative |297| topicNetInflow | string | Total net inflow (USD) |298| topicNetInflow1h | string | 1h net inflow (USD) |299| topicNetInflowAth | string | All-time high net inflow (USD) |300| tokenSize | integer | Number of associated tokens |301| deepAnalysisFlag | integer | Deep analysis available: `1`=yes |302303**Token List** (`tokenList[]` within each topic):304305| Field | Type | Description |306|-------|------|-------------|307| chainId | string | Chain ID |308| contractAddress | string | Contract address |309| symbol | string | Token symbol |310| icon | string | Logo URL (prefix `https://bin.bnbstatic.com`) |311| decimals | integer | Token decimals |312| createTime | long | Token creation timestamp (ms) |313| marketCap | string | Market cap (USD) |314| liquidity | string | Liquidity (USD) |315| priceChange24h | string | 24h price change (pre-formatted %, append `%`) |316| netInflow | string | Token net inflow since topic creation (USD) |317| netInflow1h | string | Token 1h net inflow (USD) |318| volumeBuy / volumeSell | string | Buy / Sell volume since topic creation (USD) |319| volume1hBuy / volume1hSell | string | 1h buy / sell volume (USD) |320| uniqueTrader{5m,1h,4h,24h} | long | Unique traders by period |321| count{5m,1h,4h,24h} | long | Trade count by period |322| holders | long | Holder count |323| kolHolders | long | KOL holder count |324| smartMoneyHolders | long | Smart money holder count |325| protocol | integer | Launchpad protocol code (`0`/null = DEX token) |326| internal | integer | On bonding curve: `0`=no, `1`=yes |327| migrateStatus | integer | Migrated: `0`=no, `1`=yes |328329---330331## Notes3323331. Only `chainId` and `rankType` are required; all other parameters are optional filters3342. Percentage fields (progress, holder %, dev sell %, tax rate) are pre-formatted; append `%` directly3353. `taxRate` for protocol `2001` (Four.meme) only shows on Migrated list; for protocol `2002` (Flap) it shows on all lists3364. Icon URLs require prefix: `https://bin.bnbstatic.com` + path