linea_getTransactionExclusionStatusV1
POST
/{apiKey}
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
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x[0-9a-f]{64}$"requiredThe hash of the transaction to check.
Responses
200
The exclusion status of the transaction.
Was this page helpful?