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
  • Request
  • Response

Was this helpful?

  1. SNIPE
  2. API Reference

DEL /v1/intents

The DEL /v1/intents endpoint allows you to cancel multiple intents in a single request.


Request

Endpoint

DEL https://snipe.merkle.io/v1/intents

Body

The request body must contain an array of intent IDs to delete.

{
  "ids": ["uuid1", "uuid2"]
}
Field
Type
Required
Description

ids

string[]

Yes

An array of unique intent IDs to delete.


Response

Success Response

  • Status: 200 OK All intents in the provided list were successfully canceled.

Last updated 4 months ago

Was this helpful?