Skip to main content

platform.getTxStatus RPC Method

Returns the specified transaction.

Updated on
Nov 2, 2023

platform.getTxStatus RPC Method

Parameters

txID
string
The transactions id.

Returns

statusCommittedProcessingDroppedUnknown
stringstringstringstringstring
status -string- status is one of:Committed-string - Thetransaction is (or will be) accepted by every nodeProcessing -string - The transaction isbeing voted on by this nodeDropped -string - The transaction willnever be accepted by any node in the network, check reason field for more informationUnknown -string - The transactionhasn’t been seen by this node
committed
string
Thetransaction is (or will be) accepted by every node
processing
string
The transaction isbeing voted on by this node
dropped
string
The transaction willnever be accepted by any node in the network, check reason field for more information
unknown
string
The transactionhasn’t been seen by this node
Request
1
curl --location --request POST https://docs-demo.avalanche-mainnet.quiknode.pro/ext/bc/C/rpc/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":"U15zcJLxmXLCG6PbvSXL3RaZwqfv2YgeM1oEK1ThbxThbPMKS"
9
}
10
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free