Skip to main content

starknet_getTransactionStatus RPC Method

Loading...

Updated on
Mar 18, 2024

starknet_getTransactionStatus RPC Method

Parameters

transaction_hash
string
REQUIRED
Loading...

Returns

result
object
Loading...
finality_status
string
Loading...
execution_status
string
Loading...
Request
1
# Note: You can specify Starknet version in the URL path
2
# Example: /rpc/v0_8 for version 0.8, /rpc/v0_6 for version 0.6
3
curl --location 'https://docs-demo.strk-mainnet.quiknode.pro/rpc/v0_8' \
4
--header 'accept: application/json' \
5
--header 'content-type: application/json' \
6
--data '{
7
"id": 1,
8
"jsonrpc": "2.0",
9
"method": "starknet_getTransactionStatus",
10
"params": [
11
"0x64f7c084d9cba540cba343f3ec1b69a06bd9169c9016e518d06d418003a31fd"
12
]
13
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free