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

Was this helpful?

  1. Private pool
  2. Wallets

Solana Transaction Status

Transactions can be looked up in our system via the transaction status API:

GET https://svm.merkle.io/transaction/<hash>

Example of response:

{
    "boosted": false,
    "hash": "31X3sFxcjJ1tpbuqG4LTkx8tqtpfofF67js9pvUro4BAkUSMBoNZtYZoeqiKyAGiodjbaytn1jMUszZT1fbPDcTt",
    "includedAt": "2025-01-30T16:16:24.211Z",
    "mineTimeMs": 1738253784211,
    "receivedAt": "2025-01-30T16:16:24.211Z",
    "status": "pending",
    "tip": 0
}

The status can either be:

  • pending: Transaction is pending.

  • mined: Transaction was mined.

  • expired: The transaction did not get mined and its block hash is too old.

PreviousSend Solana transactionNextSolana Boost

Last updated 3 months ago

Was this helpful?