POST https://fullnode.mainnet.sui.io
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "sui_getTransactionBlock",
  "params": [
    "6wthaE4QzjWM7HnAzm6Pd4ymkNtadbHnqQkTXY7Ne1L3",
    {
      "showInput":          true,
      "showRawInput":       false,
      "showEffects":        true,
      "showEvents":         true,
      "showObjectChanges":  true,
      "showBalanceChanges": true
    }
  ]
}