Get Transaction Status

Retrieves the current status of a blockchain transaction using its unique hash identifier.

This endpoint queries the specified blockchain network to determine the transaction's current state, such as whether it's pending, confirmed, or failed. The status is fetched directly from the blockchain's network nodes to ensure accuracy.

Supported Status Values:

  • PENDING - Transaction submitted but not yet confirmed
  • SUCCEEDED - Transaction successfully confirmed on blockchain
  • FAILED - Transaction failed during execution
  • UNKNOWN - Status cannot be determined (unsupported chain or invalid hash)
Path Params
string
enum
required

The blockchain of the transaction

string
required

The transaction hash of the transaction to check the status for

Query Params
string
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json