starknet_getTransactionStatus - Gets the tr...
Gets the transaction status (possibly reflecting that the tx is still in the mempool, or dropped from it)
Gets the transaction status (possibly reflecting that the tx is still in the mempool, or dropped from it)
Request Parameters
Transaction hash
Response Body
Successful response payload. Transaction status with finality status, execution status, and failure reason (if any)
Errors
| Code | Message |
|---|---|
| 29 | Transaction hash not found |
Examples
curl -X POST https://api-starknet-mainnet.n.dwellir.com/YOUR_API_KEY \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "starknet_getTransactionStatus",
"params": [
"0x27f867e8c63aeb7e85a756c67191a26d9c2c71fb4490b4cce4677ff273659bf"
],
"id": 1
}'starknet_getTransactionReceipt - Get Transaction Receipt
Get the execution receipt for a Starknet transaction by hash. Returns status, fees, events, and execution details for transaction verification and monitoring.
starknet_specVersion - Returns the version...
Returns the version of the Starknet JSON-RPC specification being used