Skip to main content
POST

Parameters

chainId
string
default:"43114"
required
Unique identifier for a blockchain network.
id
number
default:1
required
Request identifier used to match responses.
jsonrpc
string
default:"2.0"
required
JSON-RPC version.
method
string
default:"platform.getTx"
required
JSON-RPC method name.
params
object
required
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

result
object
The JSON-RPC result.