Socket.IO only: AutoSnipe signals are delivered as server-emitted events on your Socket.IO connection. You must be connected via Socket.IO to receive them.
Register Watch
Register a watch on a token to be notified when it becomes buyable. Endpoint:/evm/autosnipe/register
Example:
- Socket.IO
- HTTP
- The address is not a contract
- The token is already launched and buyable
- The token or its owner is on the ignored addresses list (stablecoins, WETH, known MEV bots, etc.)
Remove Watch
Remove an active AutoSnipe watch. Endpoint:/evm/autosnipe/remove
Example:
- Socket.IO
- HTTP
List Watches
List all active AutoSnipe watches on a chain. Endpoint:/evm/autosnipe/list
Example:
- Socket.IO
- HTTP
AutoSnipe Signal Event
When a watched token becomes buyable, you receive anautoSnipeSignal event on your Socket.IO connection. Watches are automatically removed after a signal fires.
Signal Types
block0- The token was detected as buyable from a pending mempool transaction before it was mined. This gives you the earliest possible signal. ThetriggeringTxfield contains the serialized liquidity-adding transaction.block1- The token was detected as buyable in the first block after the liquidity transaction was mined. This is a fallback for cases where mempool detection was not possible.

