Bot interactions
...how to interact with our bot
Last updated
...how to interact with our bot
Last updated
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.
Wallet filters used below:
Micro cap -> smart money with highest PNL in projects with market cap under $500k
Small cap -> smart money with highest PNL in projects with market cap under $10mil.
Mid cap -> smart money with highest PNL in projects with market cap under $100 mil.
Large cap -> smart money with highest PNL in projects with market cap above $100 mil.
List of endpoints:
/token_stats
- Detailed info about the token or contract address
Under token stats you can also find a table with holdings of tracked influencer wallets and smart money wallets:
/top_tokens
- Tokens with most smart money wallets in (can be used with market cap limit) and their holdings. You can filter scalpers or holders in this endpoint.
/top_accumulations
- Most accumulated tokens by smart money wallets in last 24 hours (can be used with market cap limit and wallet_type filtration). You can filter scalpers or holders in this endpoint.
This endpoint uses "normalized" values for buy and sell amounts. What does that mean? In case SMW buys a token at $1 for $1000 and token pumps +1000% to $10 then we show this as $10 000 buy. Why? Imagine a situation with a small cap token where SMW buys for $1000 at $1 price. Token then rugs to almost zero and SMW sells his whole allocation for $10. In case we normalize the price the cumulation between buys and sells will be zero. In case we don't do that you'll see $1000 in buys from SMW and only $10 sells (which seems bullish and is not true).
/fresh_accumulations
- Most accumulated tokens by smart money wallets in last 4 hours (mainly for quick overview).
/top_smw_wallets_changes
- Tokens with the biggest smart money wallets in change in spec. timeframe. You can filter scalpers or holders in this endpoint.
This endpoint uses "normalized" values for buy and sell amounts. What does that mean? In case SMW buys a token at $1 for $1000 and token pumps +1000% to $10 then we show this as $10 000 buy. Why? Imagine a situation with a small cap token where SMW buys for $1000 at $1 price. Token then rugs to almost zero and SMW sells his whole allocation for $10. In case we normalize the price the cumulation between buys and sells will be zero. In case we don't do that you'll see $1000 in buys from SMW and only $10 sells (which seems bullish and is not true).
/fresh_tokens
- Most accumulated fresh/new tokens by SMW in last 24 hours
/young_tokens
- Most accumulated fresh/new tokens by SMW in last 7 days
/smw_stats
- Daily statistics checking if smart money wallets are investing or not
/worst_tokens
- Most sold tokens by smart money wallets in specified timeframe. You can filter scalpers or holders in this endpoint.
/influencer_trades
(👑 premium only) - trading volume for a specified day range for specified influencer (if we track his wallets)
/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:
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.
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)