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.

Last updated

Was this helpful?