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

GET /v1/intent/:id

The GET /v1/intent/:id endpoint retrieves detailed information about a specific intent by its unique identifier.


Request

Endpoint

GET https://snipe.merkle.io/v1/intent/:id

Path Parameters

Parameter
Type
Description

id

string

The unique identifier (id) of the intent to retrieve.

Body

No body is required for this request.


Response

  • An intent, same schema as POST /v1/intent.

Last updated 4 months ago

Was this helpful?