MEVSwap is live - The first MEV DEX
mevswap.com
merkle
Dashboard
  • What is merkle
  • Private pool
    • What is Private mempool
    • What is MEV
      • Arbitrage
      • Backruns
      • Sandwiches
    • Wallets
      • Send transactions via RPC
      • Cancel a transaction
      • Transaction status
      • Send transactions via API
      • Programmable privacy
      • Transaction boost
      • Send Solana transaction
      • Solana Transaction Status
      • Solana Boost
    • Searchers
      • Bid on transactions
      • MEVBlocker websocket
      • Bid status
      • Send bundles
    • User Cashback
      • Implementation Guide
      • Dashboard
    • Mempool Explorer
  • MEVSwap
    • What is MEVSwap
    • MEV Bids
    • Swap Signatures
  • Pools
  • MEV Protected Free RPC
    • Ethereum RPC
    • BSC RPC
  • Snapshots
    • Ethereum RETH Snapshots
Powered by GitBook

© merkle 2023-2025

On this page
  • EIP712 Intents for Wallets
  • Bot Intents for Telegram trading bots

Was this helpful?

  1. SNIPE

Integration guide

Last updated 4 months ago

Was this helpful?

The Snipe API operates on an intent-based model. Imagine you’re a developer looking to integrate sniping capabilities into your wallet, Telegram bot, or other automated trading product.

There are two ways to setup intents: EIP 712 Intents (for non-custodial wallets) and Bot Intents (for telegram trading bots). The only difference between the two is how transactions are signed.

EIP712 Intents for Wallets

EIP712 Intents can be used to enable fully non-custodial sniping in non-custodial wallets. An optional notification can be sent to your servers in order to serve a push notification for successful or failed intents. You can try setting up a non-custodial intent on the .

Make sure the is approved for spending the wrapped ETH of the sniping wallet. The API will return an error if no approval has been set.

Bot Intents for Telegram trading bots

Bot intents works similarly to EIP 712 intents. In this case, your API sets up an intent with the Snipe API, and responds to a webhook for transaction signature.

No Wrapped Eth approval required in this case.

OpenLaunch website
Snipe router
EIP 712 sniping
Entire lifecycle of a successful sniping intent