pulsechain.box
ots

ots_getInternalOperations

Returns the internal operations (value transfers, contract creations, self-destructs) within a transaction.

Returns the internal operations (value transfers, contract creations, self-destructs) within a transaction.

Parameters

#TypeDescription
1stringTransaction hash.

Returns

Array of internal operation objects:

FieldTypeDescription
typenumberOperation type: 0 = transfer, 1 = self-destruct, 2 = create, 3 = create2.
fromstringSource address.
tostringDestination address.
valuestringValue transferred (hex).

Example

curl -s -X POST https://rpc.pulsechain.box \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"ots_getInternalOperations","params":["0x5a9e14d0806ab9e1d031755dfcab5e808da0b4c7933bc9c055f70614cc11903d"],"id":1}'
TRY IT

Notes

  • Returns an empty array if the transaction has no internal operations.
  • Useful for tracking internal ETH/PLS transfers that don't appear in the standard transaction receipt.
Copyright © 2026 AvecdrA. Made with love.