Create Scanner

Telegram/Discord Command

/create

options:

name - Unique identifier you give to distinguish this scanner. Any string is acceptable but this option is REQUIRED

filters - The filters you want for your custom new tokens scanner. See all possible filters here. This option is not required but it is recommended to implement filters unless you want to parse through a lot of incoming tokens.

Below is an example of how you might form the filters option for the discord command:

chains: solana-base, min_volume: 50000

The telegram is more interactive and allows you to click a button for each filter to set the value.

This command allows you to create a new scanner. Currently all users are limited to 3 open scanners once. This does not impose a limit on how many notifications of new tokens you can receive, just unique filter-sets.

// Example (discord) create command

/create 'SOL 50K volume' 'chain_id: solana, min_volume: 50000'

Last updated