🔎Monitor Commands

Get started with building your wallet tracker using the commands below

Command
Parameters
Description
Example

/add_monitor

walletAddress/ENS,<optional:nickname,<optional:event_tags>

Adds the specified wallet to be tracked. Add optional nickname to display over the address/ens when events appear. Add event_tags to specify which events you want to see if you do not want to see them all

/add_monitor address:nevinyrral.eth /add_monitor address:nevinyrral.eth nickname:nevin event_tags:BUY,MINT

/add_monitor_file

<wallets_to_monitor.csv>

Mass adds all rows in the csv in the format WalletAddress/ENS,Optional:Nickname,Optional:Event_Tags NOTE: Multiple event tags will have to be wrapped in quotes eg: 0xf8c75C5E9ec6875c57C0Dbc30b59934B37908c4e,,"BUY,SALE" nevinyrral.eth,nicknev,"BUY,MINT”

/add_monitor_file wallet_file:monitors.csv

/get_monitors

Gets all currently subscribed monitors and eventsdisplays all of the currently monitored verified contract deployer addresses

/get_monitors

/remove_monitor

walletAddress/ENS,<optional:event_tags>

Removes the specified wallet from tracking. Leaving event_tags blank will remove all events, otherwise specify to remove specific events

/remove_monitor wallet_address:nevinyrral.eth` /remove_monitor wallet_address:nevinyrral.eth event_tags:BUY

/clear_monitors

Clears all subscribed monitors

/clear_monitors

/set_ping

True/False

Set to true to have every event mention you

/set_ping enable_pings:True /set_ping enable_pings:False

/set_throttle

throttle_seconds

Seconds to throttle incoming events by Wallet+Event

/set_throttle throttle_seconds:

/monitor_settings

Displays current user settings

/monitor_settings

/export_monitors

Exports current monitor settings

/export_monitors

/import_monitors

<exported_file.json>

Imports current monitor settings via the exported json file from /export_monitors

/import_monitors attachment:<exported_file.json>

Example monitor CSV file

Last updated