Platform
platform.getTxStatus
Gets a transaction’s status by its ID. If the transaction was dropped, response will include a reason field with more information why the transaction was dropped.
POST
Parameters
string
default:"43114"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"platform.getTxStatus"
required
JSON-RPC method name.
object
required
Parameters for
platform.getTxStatus:params.txID: The ID of the transaction to get the status for.
Returns
object
The JSON-RPC result.