Skip to main content

platform.getTxStatus RPC Method

Returns the specified transaction.

Updated on
Dec 4, 2024

platform.getTxStatus RPC Method

Parameters

txID
string
REQUIRED
The transactions id.

Returns

status
string
The status can be one of the following:
Committed
string
The transaction is (or will be) accepted by every node
Processing
string
The transaction is being voted on by this node
Dropped
string
The transaction will never be accepted by any node in the network, check reason field for more information
Unknown
string
The transaction hasn’t been seen by this node
Request
1
curl --location --request POST https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/P \
2
--header 'Content-Type: application/json' \
3
--data-raw '{
4
"jsonrpc":"2.0",
5
"id" :1,
6
"method" :"platform.getTxStatus",
7
"params" :{
8
"txID":"QNc6KfssJB3zj88U6rTkznthJHr6gWi3PsNsEcYCJq47QPvzK"
9
}
10
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free