Platform
platform.getTx
Gets a transaction by its ID. Optional encoding parameter to specify the format for the returned transaction. Can be either hex or json. Defaults to hex.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for
platform.getTx:params.txID: The ID of the transaction to retrieve.params.encoding: The encoding format for the returned transaction. Defaults to hex.
Returns
The JSON-RPC result.