linea_getTransactionExclusionStatusV1
Returns the status of a transaction's exclusion from blocks. This helps identify if a transaction was excluded due to rate limiting, sequencer rules, or other reasons specific to Linea.
Path Parameters
apiKey
Request
This endpoint expects an object.
transactionHash
The hash of the transaction to check.
Response
The exclusion status of the transaction.
txHash
from
status
The status of the transaction (e.g., “EXCLUDED”, “INCLUDED”, “PENDING”).
reasonMessage
Human-readable message explaining the exclusion reason if excluded.
blockNumber
The block number where the transaction was included (if applicable).