Bot interactions

...how to interact with our bot

Token interactions are allowed in all Discord channels but preferred to do in #bot_commands channel.

You can use various endpoints to get data about specific tokens or smart money moves from last day or last week.

List of endpoints:

/token_stats -> find information about a token that you want to buy or see a change for a token that you are already holding

Under token stats you can also find a table with holdings of tracked influencer wallets and smart money wallets:

Example of token stats

/top_tokens - tokens with most SMWs+Influencers in (can be used with market cap limit or for a specific chain).

Example: /top_tokens filter_network:base max_market_cap:50000000

Example of top token held by SMW

/top_accumulations - Most accumulated tokens by SMWs based on your defined timeframe (can be used with market cap limit, wallet_type or chain filters). Coins are sorted by score which is calculated by the impact of the flows.

Top token accumulations by SMW in last 30 days

/worst_tokens -> Top sold tokens by SMWs based on score in a defined timeframe

Most sold tokens by SMW in last 30 days

/top_smw_wallets_changes -> tokens with the biggest SMWs change (net inflow) in specified timeframe

Example of tokens with biggest change in smart money wallets holding the token in last 30 days

/fresh_accumulations - Most accumulated tokens by smart money wallets in last 4 hours (mainly for quick overview).

Example of fresh accumulations

/fresh_tokens - Most accumulated fresh/new tokens by SMW in last 24 hours

Fresh tokens report

/young_tokens - Most accumulated fresh/new tokens by SMW in last 7 days

Young tokens report

/smw_stats - Daily statistics checking if smart money wallets are investing or not

/influencer_trades (👑 premium only) - trading volume for a specified day range for specified influencer (if we track his wallets)

Example of influencer summary in last 7 days

/influencer_holdings (👑 premium only) - type partial match with any of the influencers we're tracking and get overview of his holdings on all of his wallets.

/trending_narratives (👑 premium only) - CoinSense differs between trending chains and trending narratives.

In the case of trending chains we're accumulating data about 70 chains and it's onchain volume & TVL. Score is a combination of the onchain volume growth (calculated only from the chain main DEXes) and TVL growth.

In the case of trending narratives we're monitoring around 100 different large cap tokens representing different narratives. Once any of the large cap representative token pumps we can expect related small cap tokens to pump too.

/search_projects (👑 premium only) - fulltext search engine based on the project that SMW historically interacted with. You can use simple search query to find projects related to your query (project must contain the query on the homepage) including full data about smart money wallets in:

Example of search_projects endpoint results. Full results are available in Excel table generated for premium user.

Pro tip: You can use OR operator to cumulated results of more queries into one like this:

rwa OR real-world assets OR real world assets

ai OR artifical intelligence

/token_limit_swaps (👑 premium only) - CoinSense is real-time monitoring all limit swap signs on 1inch and Matcha and aggregate those data. You can simply search for any token (like "BANANA" or it's contract address) and get an overview of where other traders had set their limit swaps.

How you could use info like that?

1) To estimate the entry and take profit zones of other traders

2) To identify strong/weak tokens based on the number of buy/sell limit swaps close to the current price

3) To find buy/sell walls (limit swaps with big size that probably will not be consumed by the market easily)

4) To catch new opportunities in fundamental coins (usually limit buys are made only on tokens where you're nearly sure it'll not rug)

Example of /token_limit_swaps endpoint output for the token BSSB

/cex_top_accumulations -> top longed/shorted coins on CEX (Hyperliquid SMWs) filtered by long/short, in specific timerange from 5min to 7 days

/cex_smw_stats -> are SMWs on Hyperliquid long or short during the latest days/hours?

Filters used to narrow down the results:

  • wallet_type -> filter based on SMWs with long-term buys (Holder) or short-term (Scalper)

  • filter_network -> enables to filter results by specific chain such as Ethereum, Solana, Base etc.

  • max_market_cap -> specify that you want to see for example only coins below 100mil. Mcap

  • days_back -> how many days back you want to return data

  • max_days_old -> filter tokens based on their age

  • timeframe -> specify the preset timeframe (only for trending_narratives, cex_smw_stats, cex_top_accumulations)

Last updated