Skip to main content
POST

Parameters

chainId
string
default:"137"
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:"ots_getInternalOperations"
required
JSON-RPC method name.
params
object
required
The parameters for the method ots_getInternalOperations: [txHash].Positional parameters for ots_getInternalOperations:
  • params[]: 32 Bytes - Hash of the transaction.

Returns

result
array
Array of operations sorted by their occurrence inside the transaction.