WhaleTracker Parameters and Commands Reference
Trade Copying Commands#
| Parameter/Command |
Type |
Description |
Example |
copy_trade |
command |
Initiates copying of a specific whale's trade. |
copy_trade("whale_id") |
stop_copy |
command |
Stops copying the specified whale's trades. |
stop_copy("whale_id") |
set_trade_limit |
number |
Sets the maximum amount to copy per trade. |
set_trade_limit(1000) |
get_current_trades |
command |
Retrieves the current trades being copied. |
get_current_trades() |
Whale Identification Parameters#
| Parameter/Command |
Type |
Description |
Example |
whale_id |
string |
Unique identifier for a specific whale. |
whale_id = "0x123abc..." |
get_whale_info |
command |
Fetches detailed information about a whale. |
get_whale_info("whale_id") |
list_all_whales |
command |
Lists all tracked whales in the system. |
list_all_whales() |
Market Analysis Commands#
| Parameter/Command |
Type |
Description |
Example |
get_market_data |
command |
Retrieves real-time market data for analysis. |
get_market_data("BTC") |
analyze_trends |
command |
Analyzes recent trends based on whale activity. |
analyze_trends("ETH") |
set_alert |
command |
Sets an alert for significant whale trades. |
set_alert("whale_id", "price_threshold") |
User Settings Parameters#
| Parameter/Command |
Type |
Description |
Example |
set_notification |
command |
Configures notifications for trade updates. |
set_notification("email") |
update_profile |
command |
Updates user profile settings. |
update_profile("new_settings") |
get_user_settings |
command |
Retrieves current user settings. |
get_user_settings() |
Next steps#
Explore our guides to learn how to effectively use these commands and parameters in your trading strategies: