Skip to main content

platform.getTxStatus RPC Method

Loading...

Updated on
Apr 29, 2026

platform.getTxStatus RPC Method

To use the platform.getTxStatus method on the P-Chain, ensure that the end of your URL includes ext/bc/P.

Parameters

txID
string
REQUIRED
Loading...

Returns

status
string
Loading...
Committed
string
Loading...
Processing
string
Loading...
Dropped
string
Loading...
Unknown
string
Loading...
Request
1
curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "platform.getTxStatus",
6
"params": {
7
"txID": "QNc6KfssJB3zj88U6rTkznthJHr6gWi3PsNsEcYCJq47QPvzK"
8
},
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "platform.getTxStatus",
6
"params": {
7
"txID": "QNc6KfssJB3zj88U6rTkznthJHr6gWi3PsNsEcYCJq47QPvzK"
8
},
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"status": "Unknown"
5
},
6
"id": 1
7
}
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"status": "Unknown"
5
},
6
"id": 1
7
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free