Avax
avax.getAtomicTx
Gets a transaction by its ID. Optional encoding parameter to specify the format for the returned transaction. Can only be hex when a value is provided.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for
avax.getAtomicTx:params.txID: The transaction ID (in CB58 format).params.encoding: Optional encoding format of the result. Only “hex” is allowed.
Returns
The JSON-RPC result.