{
  "openrpc": "1.2.6",
  "info": {
    "title": "Ethereum Trace API",
    "description": "Quicknode Ethereum Trace API reference",
    "version": "1.0.0"
  },
  "methods": [
    {
      "name": "trace_block",
      "summary": "Returns traces created at given block (Supported on Erigon).",
      "description": "Returns traces created at given block (Supported on Erigon).",
      "params": [
        {
          "name": "blockNumber",
          "description": "The block number as a string in hexadecimal format or tags. The supported tag values include earliest for the earliest/genesis block, latest for the latest mined block, pending for the pending state/transactions, safe for the most recent secure block, and finalized for the most recent secure block accepted by more than 2/3 of validators. safe and finalized are only supported on Ethereum and Gnosis",
          "required": true,
          "schema": {
            "type": "string"
          }
        }
      ],
      "result": {
        "name": "array",
        "description": "The block traces, which have the following fields (please note that all return types are hexadecimal representations of their data type unless otherwise stated):",
        "schema": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "action": {
                "type": "object",
                "properties": {
                  "from": {
                    "type": "string",
                    "description": "The address of the sender"
                  },
                  "callType": {
                    "type": "string",
                    "description": "The type of method such as call, delegatecall"
                  },
                  "gas": {
                    "type": "string",
                    "description": "The gas provided by the sender, encoded as hexadecimal"
                  },
                  "input": {
                    "type": "string",
                    "description": "The data sent along with the transaction"
                  },
                  "to": {
                    "type": "string",
                    "description": "The address of the receiver"
                  },
                  "value": {
                    "type": "string",
                    "description": "The integer of the value sent with this transaction, encoded as hexadecimal"
                  }
                },
                "description": "The ParityTrace object, which has the following fields:"
              },
              "blockHash": {
                "type": "string",
                "description": "The hash of the block where this transaction was in"
              },
              "blockNumber": {
                "type": "integer",
                "description": "An integer value representing the block number where this transaction was in"
              },
              "error": {
                "type": "string",
                "description": "The error message, if any"
              },
              "result": {
                "type": "object",
                "properties": {
                  "gasUsed": {
                    "type": "string",
                    "description": "The amount of gas used by this specific transaction alone"
                  },
                  "output": {
                    "type": "string",
                    "description": "The value returned by the contract call, and it only contains the actual value sent by the RETURN method. If the RETURN method was not executed, the output is empty bytes"
                  }
                },
                "description": "The ParityTraceResult object which has the following fields:"
              },
              "subtraces": {
                "type": "integer",
                "description": "The traces of contract calls made by the transaction"
              },
              "traceAddress": {
                "type": "array",
                "items": {},
                "description": "The list of addresses where the call executed, the address of the parents and the order of the current sub call"
              },
              "transactionHash": {
                "type": "string",
                "description": "The hash of the transaction"
              },
              "transactionPosition": {
                "type": "integer",
                "description": "The transaction position"
              },
              "type": {
                "type": "string",
                "description": "The value of the method such as call or create"
              }
            }
          }
        }
      },
      "tags": [
        {
          "name": "trace"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/trace_block"
      },
      "examples": [
        {
          "name": "trace_block example",
          "params": [
            {
              "name": "blockNumber",
              "value": "0xccb93d"
            }
          ],
          "result": {
            "name": "trace_block result",
            "value": [
              {
                "action": {
                  "from": "0xa06c3c08a19e51b33309eddfb356c33ead8517a3",
                  "callType": "call",
                  "gas": "0x23c30",
                  "input": "0x00000055000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000ccb93d0000000000000000000000000000000000000000000000000000000000000005000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000fa6de2697d59e88ed7fc4dfe5a33dac43565ea41000000000000000000000000fa6de2697d59e88ed7fc4dfe5a33dac43565ea410000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003400000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000000000000000000000000000359b994a1cd0f8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c4022c0d9f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000108c24b47b23b1c1cba000000000000000000000000ec001d0000004536cad29291f4000000d029abb20000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000645db34277000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52000000000000000000000000000000000000000000000108c24b47b23b1c1cba00000000000000000000000000000000000000000000000900e43c0913bd8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd1300000000000000000000000000000000000000000000000900e43c0913bd80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c4022c0d9f000000000000000000000000000000000000000000000000362804ffdb77a1630000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ec001d0000004536cad29291f4000000d029abb200000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
                  "to": "0xec001d0000004536cad29291f4000000d029abb2",
                  "value": "0x0"
                },
                "blockHash": "0x0f2f119abec183c8794b9a7c9014deb87cc8af3f91eaa976e55363bd5748794f",
                "blockNumber": 13416765,
                "result": {
                  "gasUsed": "0x203b8",
                  "output": "0x"
                },
                "subtraces": 5,
                "traceAddress": [],
                "transactionHash": "0x9fae42bbd5b3676bf336db6dab601a60065a4b18bad8a186f2d61ad474edcfd8",
                "transactionPosition": 0,
                "type": "call"
              },
              {
                "action": {
                  "from": "0xec001d0000004536cad29291f4000000d029abb2",
                  "callType": "call",
                  "gas": "0x22c00",
                  "input": "0xa9059cbb0000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000000000000000000000000000359b994a1cd0f800",
                  "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                  "value": "0x0"
                },
                "blockHash": "0x0f2f119abec183c8794b9a7c9014deb87cc8af3f91eaa976e55363bd5748794f",
                "blockNumber": 13416765,
                "result": {
                  "gasUsed": "0x229e",
                  "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
                },
                "subtraces": 0,
                "traceAddress": [
                  0
                ],
                "transactionHash": "0x9fae42bbd5b3676bf336db6dab601a60065a4b18bad8a186f2d61ad474edcfd8",
                "transactionPosition": 0,
                "type": "call"
              },
              {
                "action": {
                  "from": "0xec001d0000004536cad29291f4000000d029abb2",
                  "callType": "call",
                  "gas": "0x2051a",
                  "input": "0x022c0d9f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000108c24b47b23b1c1cba000000000000000000000000ec001d0000004536cad29291f4000000d029abb2000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
                  "to": "0x3da1313ae46132a397d90d95b1424a9a7e3e0fce",
                  "value": "0x0"
                },
                "blockHash": "0x0f2f119abec183c8794b9a7c9014deb87cc8af3f91eaa976e55363bd5748794f",
                "blockNumber": 13416765,
                "result": {
                  "gasUsed": "0x8a28",
                  "output": "0x"
                },
                "subtraces": 3,
                "traceAddress": [
                  1
                ],
                "transactionHash": "0x9fae42bbd5b3676bf336db6dab601a60065a4b18bad8a186f2d61ad474edcfd8",
                "transactionPosition": 0,
                "type": "call"
              }
            ]
          }
        }
      ]
    },
    {
      "name": "trace_call",
      "summary": "Executes a new message call and returns a number of possible traces (Supported on Erigon).",
      "description": "Executes a new message call and returns a number of possible traces (Supported on Erigon).",
      "params": [
        {
          "name": "object",
          "description": "The transaction call object which contains the following fields:",
          "schema": {
            "type": "object",
            "properties": {
              "from": {
                "type": "string",
                "description": "The string of the address the transaction is sent from"
              },
              "to": {
                "type": "string",
                "description": "The string of the address to the transaction is directed to"
              },
              "gas": {
                "type": "integer",
                "description": "The integer of the gas provided for the transaction execution"
              },
              "gasPrice": {
                "type": "integer",
                "description": "The integer of the gasPrice used for each paid gas encoded as hexadecimal"
              },
              "value": {
                "type": "integer",
                "description": "The integer of the value sent with this transaction encoded as hexadecimal"
              },
              "data": {
                "type": "string",
                "description": "The string of the hash of the method signature and encoded parameters, see the Ethereum Contract ABI"
              }
            }
          }
        },
        {
          "name": "array",
          "description": "The type of trace, which can be one of the following:",
          "required": true,
          "schema": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "vmTrace": {
                  "type": "string",
                  "description": "To get a full trace of the virtual machine's state during the execution of the given of given transaction, including for any subcells"
                },
                "trace": {
                  "type": "string",
                  "description": "To get the basic trace of the given transaction"
                },
                "stateDiff": {
                  "type": "string",
                  "description": "To get information on altered Ethereum state due to execution of the given transaction"
                }
              }
            }
          }
        },
        {
          "name": "blockNumber",
          "description": "The block number as a string in hexadecimal format or tags. The supported tag values include earliest for the earliest/genesis block, latest for the latest mined block, pending for the pending state/transactions, safe for the most recent secure block, and finalized for the most recent secure block accepted by more than 2/3 of validators. safe and finalized are only supported on Ethereum and Gnosis",
          "schema": {
            "type": "string"
          }
        }
      ],
      "result": {
        "name": "array",
        "description": "The block traces, which have the following fields (please note that all return types are hexadecimal representations of their data type unless otherwise stated):",
        "schema": {
          "type": "object",
          "properties": {
            "output": {
              "description": "The data which is returned as an output encoded in hexadecimal format"
            },
            "stateDiff": {
              "description": "It returns the information on altered Ethereum state due to execution of the given transaction"
            },
            "trace": {
              "type": "object",
              "properties": {
                "action": {
                  "type": "object",
                  "properties": {
                    "from": {
                      "description": "The address of the sender"
                    },
                    "callType": {
                      "description": "The type of method such as call, delegatecall"
                    },
                    "gas": {
                      "description": "The gas provided by the sender, encoded as hexadecimal"
                    },
                    "input": {
                      "description": "The data sent along with the transaction"
                    },
                    "to": {
                      "description": "The address of the receiver"
                    },
                    "value": {
                      "description": "The integer of the value sent with this transaction, encoded as hexadecimal"
                    }
                  },
                  "description": "The action to be performed on the receiver id:"
                },
                "result": {
                  "type": "object",
                  "properties": {
                    "gasUsed": {
                      "description": "The amount of gas used by this specific transaction alone"
                    },
                    "output": {
                      "description": "The value returned by the contract call, and it only contains the actual value sent by the RETURN method. If the RETURN method was not executed, the output is empty bytes"
                    }
                  },
                  "description": "The integer of the gas price used encoded as hexadecimal"
                },
                "subtraces": {
                  "description": "The traces of contract calls made by the transaction"
                },
                "traceAddress": {
                  "description": "The list of addresses where the call executed, the address of the parents and the order of the current sub call"
                },
                "type": {
                  "description": "The value of the method such as call or create"
                }
              },
              "description": "It is used to retrieve the basic trace of the given information"
            },
            "vmTrace": {
              "description": "It is used to get a full trace of the virtual machine's state during the execution of the given transaction, including for any sub-calls"
            }
          }
        }
      },
      "tags": [
        {
          "name": "trace"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/trace_call"
      },
      "examples": [
        {
          "name": "trace_call example",
          "params": [
            {
              "name": "array",
              "value": [
                "trace"
              ]
            },
            {
              "name": "blockNumber",
              "value": "latest"
            }
          ],
          "result": {
            "name": "trace_call result",
            "value": {
              "output": "0x0000000000000000000000000000000000000000000000000858898f93629000",
              "stateDiff": null,
              "trace": [
                {
                  "action": {
                    "from": "0x0000000000000000000000000000000000000000",
                    "callType": "call",
                    "gas": "0x8000000041905749",
                    "input": "0x70a082310000000000000000000000006e0d01a76c3cf4288372a29124a26d4353ee51be",
                    "to": "0x6b175474e89094c44da98b954eedeac495271d0f",
                    "value": "0x0"
                  },
                  "result": {
                    "gasUsed": "0xa2a",
                    "output": "0x0000000000000000000000000000000000000000000000000858898f93629000"
                  },
                  "subtraces": 0,
                  "traceAddress": [],
                  "type": "call"
                }
              ],
              "vmTrace": null
            }
          }
        }
      ]
    },
    {
      "name": "trace_callMany",
      "summary": "Performs multiple call traces on top of the same block.",
      "description": "Performs multiple call traces on top of the same block. i.e. transaction n will be executed on top of a pending block with all n-1 transactions applied (traced) first. Allows to trace dependent transactions. (Supported on Erigon).",
      "params": [
        {
          "name": "array",
          "description": "The type of trace, which can be one of the following:",
          "required": true,
          "schema": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "vmTrace": {
                  "type": "string",
                  "description": "To get a full trace of the virtual machine's state during the execution of the given of given transaction, including for any subcalls"
                },
                "trace": {
                  "type": "string",
                  "description": "To get the basic trace of the given transaction"
                },
                "stateDiff": {
                  "type": "string",
                  "description": "To get information on altered Ethereum state due to execution of the given transaction"
                }
              }
            }
          }
        },
        {
          "name": "blockNumber",
          "description": "The block number as a string in hexadecimal format or tags. The supported tag values include earliest for the earliest/genesis block, latest for the latest mined block, pending for the pending state/transactions, safe for the most recent secure block, and finalized for the most recent secure block accepted by more than 2/3 of validators. safe and finalized are only supported on Ethereum and Gnosis",
          "schema": {
            "type": "string"
          }
        }
      ],
      "result": {
        "name": "array",
        "description": "The block traces, which have the following fields (please note that all return types are hexadecimal representations of their data type unless otherwise stated):",
        "schema": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "output": {
                "type": "string",
                "description": "The data which is returned as an output encoded in hexadecimal format"
              },
              "stateDiff": {
                "type": "object",
                "description": "It returns the information on altered Ethereum state due to execution of the given transaction"
              },
              "trace": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "action": {
                      "type": "object",
                      "properties": {
                        "from": {
                          "type": "string",
                          "description": "The address of the sender"
                        },
                        "callType": {
                          "type": "string",
                          "description": "The type of method such as call, delegatecall"
                        },
                        "gas": {
                          "type": "string",
                          "description": "The gas provided by the sender, encoded as hexadecimal"
                        },
                        "input": {
                          "type": "string",
                          "description": "The data sent along with the transaction"
                        },
                        "to": {
                          "type": "string",
                          "description": "The address of the receiver"
                        },
                        "value": {
                          "type": "string",
                          "description": "The integer of the value sent with this transaction, encoded as hexadecimal"
                        }
                      },
                      "description": "The action to be performed on the receiver id:"
                    },
                    "result": {
                      "type": "object",
                      "properties": {
                        "gasUsed": {
                          "type": "string",
                          "description": "The amount of gas used by this specific transaction alone"
                        },
                        "output": {
                          "type": "string",
                          "description": "The value returned by the contract call, and it only contains the actual value sent by the RETURN method. If the RETURN method was not executed, the output is empty bytes"
                        }
                      },
                      "description": "The integer of the gas price used encoded as hexadecimal"
                    },
                    "subtraces": {
                      "type": "integer",
                      "description": "The traces of contract calls made by the transaction"
                    },
                    "traceAddress": {
                      "type": "array",
                      "items": {},
                      "description": "The list of addresses where the call executed, the address of the parents and the order of the current sub call"
                    },
                    "type": {
                      "type": "string",
                      "description": "The value of the method such as call or create"
                    }
                  }
                },
                "description": "It is used to retrieve the basic trace of the given information"
              },
              "vmTrace": {
                "type": "object",
                "description": "It is used to get a full trace of the virtual machine's state during the execution of the given transaction, including for any sub-calls"
              }
            }
          }
        }
      },
      "tags": [
        {
          "name": "trace"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/trace_callMany"
      },
      "examples": [
        {
          "name": "trace_callMany example",
          "params": [
            {
              "name": "array",
              "value": [
                [
                  {
                    "from": "0x407d73d8a49eeb85d32cf465507dd71d507100c1",
                    "to": "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
                    "value": "0x186a0"
                  },
                  [
                    "trace"
                  ]
                ],
                [
                  {
                    "from": "0x407d73d8a49eeb85d32cf465507dd71d507100c1",
                    "to": "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
                    "value": "0x186a0"
                  },
                  [
                    "trace"
                  ]
                ]
              ]
            },
            {
              "name": "blockNumber",
              "value": "latest"
            }
          ],
          "result": {
            "name": "trace_callMany result",
            "value": [
              {
                "output": "0x",
                "stateDiff": null,
                "trace": [
                  {
                    "action": {
                      "from": "0x407d73d8a49eeb85d32cf465507dd71d507100c1",
                      "callType": "call",
                      "gas": "0x80000000419058f9",
                      "input": "0x",
                      "to": "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
                      "value": "0x186a0"
                    },
                    "result": {
                      "gasUsed": "0x0",
                      "output": "0x"
                    },
                    "subtraces": 0,
                    "traceAddress": [],
                    "type": "call"
                  }
                ],
                "vmTrace": null
              },
              {
                "output": "0x",
                "stateDiff": null,
                "trace": [
                  {
                    "action": {
                      "from": "0x407d73d8a49eeb85d32cf465507dd71d507100c1",
                      "callType": "call",
                      "gas": "0x80000000419058f9",
                      "input": "0x",
                      "to": "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
                      "value": "0x186a0"
                    },
                    "result": {
                      "gasUsed": "0x0",
                      "output": "0x"
                    },
                    "subtraces": 0,
                    "traceAddress": [],
                    "type": "call"
                  }
                ],
                "vmTrace": null
              }
            ]
          }
        }
      ]
    },
    {
      "name": "trace_filter",
      "summary": "Returns traces matching given filter (Supported on Erigon).",
      "description": "Returns traces matching given filter (Supported on Erigon).",
      "params": [
        {
          "name": "object",
          "description": "The filter object",
          "schema": {
            "type": "object",
            "properties": {
              "fromBlock": {
                "type": "string",
                "description": "The Quantity or Tag from this block"
              },
              "toBlock": {
                "type": "string",
                "description": "The Quantity or Tag to this block"
              },
              "fromAddress": {
                "type": "array",
                "items": {},
                "description": "An array addresses of the senders"
              },
              "toAddress": {
                "type": "array",
                "items": {},
                "description": "An array addresses of the receivers"
              },
              "after": {
                "type": "integer",
                "description": "The offset trace number"
              },
              "count": {
                "type": "integer",
                "description": "The integer number of traces to display in a batch"
              }
            }
          }
        }
      ],
      "result": {
        "name": "array",
        "description": "The block traces, which have the following fields (please note that all return types are hexadecimal representations of their data type unless otherwise stated):",
        "schema": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "action": {
                "type": "object",
                "properties": {
                  "from": {
                    "type": "string",
                    "description": "The address of the sender"
                  },
                  "callType": {
                    "type": "string",
                    "description": "The type of call, such as call or delegatecall"
                  },
                  "gas": {
                    "type": "string",
                    "description": "The gas provided by the sender, encoded as hexadecimal"
                  },
                  "input": {
                    "type": "string",
                    "description": "The data sent along with the transaction"
                  },
                  "to": {
                    "type": "string",
                    "description": "The address of the receiver"
                  },
                  "value": {
                    "type": "string",
                    "description": "The integer value sent with this transaction, encoded as hexadecimal"
                  }
                },
                "description": "The trace action object."
              },
              "blockHash": {
                "type": "string",
                "description": "The hash of the block where this transaction was included"
              },
              "blockNumber": {
                "type": "integer",
                "description": "The block number where this transaction was included"
              },
              "result": {
                "type": "object",
                "properties": {
                  "gasUsed": {
                    "type": "string",
                    "description": "The amount of gas used by this specific transaction alone"
                  },
                  "output": {
                    "type": "string",
                    "description": "The value returned by the contract call. If the RETURN method was not executed, the output is empty bytes"
                  }
                },
                "description": "The trace result object."
              },
              "subtraces": {
                "type": "integer",
                "description": "The number of child traces made by the transaction"
              },
              "traceAddress": {
                "type": "array",
                "items": {},
                "description": "The list of trace address positions for the call execution path"
              },
              "transactionHash": {
                "type": "string",
                "description": "The hash of the transaction"
              },
              "transactionPosition": {
                "type": "integer",
                "description": "The transaction position"
              },
              "type": {
                "type": "string",
                "description": "The trace type, such as call or create"
              }
            }
          }
        }
      },
      "tags": [
        {
          "name": "trace"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/trace_filter"
      },
      "examples": [
        {
          "name": "trace_filter example",
          "params": [
            {
              "name": "object",
              "value": {
                "fromBlock": "0xccb943",
                "toBlock": "0xccb943",
                "fromAddress": [
                  "0xEdC763b3e418cD14767b3Be02b667619a6374076"
                ]
              }
            }
          ],
          "result": {
            "name": "trace_filter result",
            "value": [
              {
                "action": {
                  "from": "0xedc763b3e418cd14767b3be02b667619a6374076",
                  "callType": "call",
                  "gas": "0x8462",
                  "input": "0x095ea7b30000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488dffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
                  "to": "0x7ff4169a6b5122b664c51c95727d87750ec07c84",
                  "value": "0x0"
                },
                "blockHash": "0x351e7c06ec010c8f7e7358eb580238dd23e1e129be96822aa93ebb6da08558e6",
                "blockNumber": 13416771,
                "result": {
                  "gasUsed": "0x6009",
                  "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
                },
                "subtraces": 0,
                "traceAddress": [],
                "transactionHash": "0x054bbb9fbb855bf23f755e548c7409f45fc5eff8a824b2ad06380bc038d7b049",
                "transactionPosition": 54,
                "type": "call"
              }
            ]
          }
        }
      ]
    },
    {
      "name": "trace_rawTransaction",
      "summary": "Traces a call to eth_sendRawTransaction without making the call, returning the traces(Supported on Erigon).",
      "description": "Traces a call to eth_sendRawTransaction without making the call, returning the traces(Supported on Erigon).",
      "params": [
        {
          "name": "data",
          "description": "The raw transaction data/string",
          "required": true,
          "schema": {
            "type": "string"
          }
        },
        {
          "name": "array",
          "description": "The type of trace, which can be one of the following:",
          "required": true,
          "schema": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "vmTrace": {
                  "type": "string",
                  "description": "To get a full trace of the virtual machine's state during the execution of the given of given transaction, including for any subcalls"
                },
                "trace": {
                  "type": "string",
                  "description": "To get the basic trace of the given transaction"
                },
                "stateDiff": {
                  "type": "string",
                  "description": "To get information on altered Ethereum state due to execution of the given transaction"
                }
              }
            }
          }
        }
      ],
      "result": {
        "name": "array",
        "description": "The block traces, which have the following fields (please note that all return types are hexadecimal representations of their data type unless otherwise stated):",
        "schema": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "output": {
                "type": "string",
                "description": "The data which is returned as an output encoded in hexadecimal format"
              },
              "stateDiff": {
                "type": "object",
                "description": "It returns the information on altered Ethereum state due to execution of the given transaction"
              },
              "trace": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "action": {
                      "type": "object",
                      "properties": {
                        "from": {
                          "type": "string",
                          "description": "The address of the sender"
                        },
                        "callType": {
                          "type": "string",
                          "description": "The type of method such as call, delegatecall"
                        },
                        "gas": {
                          "type": "string",
                          "description": "The gas provided by the sender, encoded as hexadecimal"
                        },
                        "input": {
                          "type": "string",
                          "description": "The data sent along with the transaction"
                        },
                        "to": {
                          "type": "string",
                          "description": "The address of the receiver"
                        },
                        "value": {
                          "type": "string",
                          "description": "The integer of the value sent with this transaction, encoded as hexadecimal"
                        }
                      },
                      "description": "The action to be performed on the receiver id"
                    },
                    "result": {
                      "type": "object",
                      "properties": {
                        "gasUsed": {
                          "type": "string",
                          "description": "The total used gas by all transactions in this block encoded as hexadecimal"
                        },
                        "output": {
                          "type": "string",
                          "description": "The value returned by the contract call, and it only contains the actual value sent by the RETURN method. If the RETURN method was not executed, the output is empty bytes"
                        }
                      },
                      "description": "The integer of the gas price used encoded as hexadecimal"
                    },
                    "subtraces": {
                      "type": "integer",
                      "description": "The traces of contract calls made by the transaction"
                    },
                    "traceAddress": {
                      "type": "array",
                      "items": {},
                      "description": "The list of addresses where the call was executed, the address of the parents, and the order of the current sub call"
                    },
                    "type": {
                      "type": "string",
                      "description": "The value of the method such as call or create"
                    }
                  }
                },
                "description": "It is used to retrieve the basic trace of the given information"
              },
              "vmTrace": {
                "type": "object",
                "description": "It is used to get a full trace of the virtual machine's state during the execution of the given transaction, including for any sub-calls"
              }
            }
          }
        }
      },
      "tags": [
        {
          "name": "trace"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/trace_rawTransaction"
      },
      "examples": [
        {
          "name": "trace_rawTransaction example",
          "params": [
            {
              "name": "data",
              "value": "RAW_TRANSACTION_DATA"
            },
            {
              "name": "array",
              "value": [
                "trace"
              ]
            }
          ],
          "result": {
            "name": "trace_rawTransaction result",
            "value": [
              {
                "output": "0x",
                "stateDiff": null,
                "trace": [
                  {
                    "action": {
                      "from": "0x627306090abab3a6e1400e9345bc60c78a8bef57",
                      "callType": "call",
                      "gas": "0x7a120",
                      "input": "0xa9059cbb000000000000000000000000d46e8dd67c5d32be8058bb8eb970870f0724456700000000000000000000000000000000000000000000000000de0b6b3a7640000",
                      "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
                      "value": "0x0"
                    },
                    "result": {
                      "gasUsed": "0x51c8",
                      "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
                    },
                    "subtraces": 1,
                    "traceAddress": [],
                    "type": "call"
                  },
                  {
                    "action": {
                      "from": "0xdac17f958d2ee523a2206206994597c13d831ec7",
                      "callType": "call",
                      "gas": "0x73e5f",
                      "input": "0x",
                      "to": "0xd46e8dd67c5d32be8058bb8eb970870f07244567",
                      "value": "0x0"
                    },
                    "result": {
                      "gasUsed": "0x0",
                      "output": "0x"
                    },
                    "subtraces": 0,
                    "traceAddress": [
                      0
                    ],
                    "type": "call"
                  }
                ],
                "vmTrace": {
                  "code": "0x608060405260043610610087577c01000000000000000000000000000000000000000000000000000000006000350463095ea7b3811461008c57806318160ddd146100d...",
                  "ops": [
                    {
                      "cost": 3,
                      "ex": {
                        "mem": null,
                        "push": [
                          "0x60"
                        ],
                        "store": null,
                        "used": 16756199
                      },
                      "pc": 0,
                      "sub": null
                    },
                    {
                      "cost": 3,
                      "ex": {
                        "mem": null,
                        "push": [
                          "0x40"
                        ],
                        "store": null,
                        "used": 16756196
                      },
                      "pc": 2,
                      "sub": null
                    }
                  ]
                }
              }
            ]
          }
        }
      ]
    },
    {
      "name": "trace_replayBlockTransactions",
      "summary": "Replays all transactions in a block returning the requested traces for each transaction (Supported on Erigon).",
      "description": "Replays all transactions in a block returning the requested traces for each transaction (Supported on Erigon).",
      "params": [
        {
          "name": "blockNumber",
          "description": "The block number as a string in hexadecimal format or tags. The supported tag values include earliest for the earliest/genesis block, latest for the latest mined block, pending for the pending state/transactions, safe for the most recent secure block, and finalized for the most recent secure block accepted by more than 2/3 of validators. safe and finalized are only supported on Ethereum and Gnosis",
          "required": true,
          "schema": {
            "type": "string"
          }
        },
        {
          "name": "array",
          "description": "The type of trace, which can be one of the following:",
          "required": true,
          "schema": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "vmTrace": {
                  "type": "string",
                  "description": "To get a full trace of the virtual machine's state during the execution of the given of given transaction, including for any subcalls"
                },
                "trace": {
                  "type": "string",
                  "description": "To get the basic trace of the given transaction"
                },
                "stateDiff": {
                  "type": "string",
                  "description": "To get information on altered Ethereum state due to execution of the given transaction"
                }
              }
            }
          }
        }
      ],
      "result": {
        "name": "array",
        "description": "The block traces, which have the following fields (please note that all return types are hexadecimal representations of their data type unless otherwise stated):",
        "schema": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "output": {
                "type": "string",
                "description": "The data which is returned as an output encoded in hexadecimal format"
              },
              "stateDiff": {
                "type": "object",
                "description": "It returns the information on altered Ethereum state due to execution of the given transaction"
              },
              "trace": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "action": {
                      "type": "object",
                      "properties": {
                        "from": {
                          "type": "string",
                          "description": "The address of the sender"
                        },
                        "callType": {
                          "type": "string",
                          "description": "The type of method such as call, delegatecall"
                        },
                        "gas": {
                          "type": "string",
                          "description": "The gas provided by the sender, encoded as hexadecimal"
                        },
                        "input": {
                          "type": "string",
                          "description": "The data sent along with the transaction"
                        },
                        "to": {
                          "type": "string",
                          "description": "The address of the receiver"
                        },
                        "value": {
                          "type": "string",
                          "description": "The integer of the value sent with this transaction, encoded as hexadecimal"
                        }
                      },
                      "description": "The action to be performed on the receiver id"
                    },
                    "result": {
                      "type": "object",
                      "properties": {
                        "gasUsed": {
                          "type": "string",
                          "description": "The total used gas by all transactions in this block encoded as hexadecimal"
                        },
                        "output": {
                          "type": "string",
                          "description": "The value returned by the contract call, and it only contains the actual value sent by the RETURN method. If the RETURN method was not executed, the output is empty bytes"
                        }
                      },
                      "description": "The integer of the gas price used encoded as hexadecimal"
                    },
                    "subtraces": {
                      "type": "integer",
                      "description": "The traces of contract calls made by the transaction"
                    },
                    "traceAddress": {
                      "type": "array",
                      "items": {},
                      "description": "The list of addresses where the call was executed, the address of the parents, and the order of the current sub call"
                    },
                    "type": {
                      "type": "string",
                      "description": "The value of the method such as call or create"
                    }
                  }
                },
                "description": "It is used to retrieve the basic trace of the given information"
              },
              "vmTrace": {
                "type": "object",
                "description": "It is used to get a full trace of the virtual machine's state during the execution of the given transaction, including for any sub-calls"
              }
            }
          }
        }
      },
      "tags": [
        {
          "name": "trace"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/trace_replayBlockTransactions"
      },
      "examples": [
        {
          "name": "trace_replayBlockTransactions example",
          "params": [
            {
              "name": "blockNumber",
              "value": "0xccb93d"
            },
            {
              "name": "array",
              "value": [
                "trace"
              ]
            }
          ],
          "result": {
            "name": "trace_replayBlockTransactions result",
            "value": [
              {
                "output": "0x",
                "stateDiff": null,
                "trace": [
                  {
                    "action": {
                      "from": "0xa06c3c08a19e51b33309eddfb356c33ead8517a3",
                      "callType": "call",
                      "gas": "0x23c30",
                      "input": "0x00000055000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000ccb93d0000000000000000000000000000000000000000000000000000000000000005000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000fa6de2697d59e88ed7fc4dfe5a33dac43565ea41000000000000000000000000fa6de2697d59e88ed7fc4dfe5a33dac43565ea410000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd13000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003400000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000000000000000000000000000359b994a1cd0f8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c4022c0d9f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000108c24b47b23b1c1cba000000000000000000000000ec001d0000004536cad29291f4000000d029abb20000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000645db34277000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52000000000000000000000000000000000000000000000108c24b47b23b1c1cba00000000000000000000000000000000000000000000000900e43c0913bd8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000008dcba0b75c1038c4babbdc0ff3bd9a8f6979dd1300000000000000000000000000000000000000000000000900e43c0913bd80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c4022c0d9f000000000000000000000000000000000000000000000000362804ffdb77a1630000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ec001d0000004536cad29291f4000000d029abb200000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
                      "to": "0xec001d0000004536cad29291f4000000d029abb2",
                      "value": "0x0"
                    },
                    "result": {
                      "gasUsed": "0x203b8",
                      "output": "0x"
                    },
                    "subtraces": 5,
                    "traceAddress": [],
                    "type": "call"
                  },
                  {
                    "action": {
                      "from": "0xec001d0000004536cad29291f4000000d029abb2",
                      "callType": "call",
                      "gas": "0x22c00",
                      "input": "0xa9059cbb0000000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000000000000000000000000000359b994a1cd0f800",
                      "to": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                      "value": "0x0"
                    },
                    "result": {
                      "gasUsed": "0x229e",
                      "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
                    },
                    "subtraces": 0,
                    "traceAddress": [
                      0
                    ],
                    "type": "call"
                  }
                ],
                "vmTrace": null,
                "transactionHash": "0x9fae42bbd5b3676bf336db6dab601a60065a4b18bad8a186f2d61ad474edcfd8"
              },
              {
                "output": "0x",
                "stateDiff": null,
                "trace": [
                  {
                    "action": {
                      "from": "0xc58d260fabd9d06461eb5b6b22e7508204424a60",
                      "callType": "call",
                      "gas": "0x24c27",
                      "input": "0x1249c58b",
                      "to": "0x3d2224b431c359b2876858436d3a94db777adec7",
                      "value": "0xde0b6b3a7640000"
                    },
                    "result": {
                      "gasUsed": "0x2435a",
                      "output": "0x"
                    },
                    "subtraces": 1,
                    "traceAddress": [],
                    "type": "call"
                  },
                  {
                    "action": {
                      "from": "0x3d2224b431c359b2876858436d3a94db777adec7",
                      "callType": "call",
                      "gas": "0x8fc",
                      "input": "0x",
                      "to": "0x7f76ed6da61ce62d5cb5f2ac978f7b2b5160cc11",
                      "value": "0xde0b6b3a7640000"
                    },
                    "result": {
                      "gasUsed": "0x0",
                      "output": "0x"
                    },
                    "subtraces": 0,
                    "traceAddress": [
                      0
                    ],
                    "type": "call"
                  }
                ],
                "vmTrace": null,
                "transactionHash": "0x301c860561a956cfc74d09825e4dd8fb7f441fa9b9a70ccf2c4bedcf42500873"
              },
              {
                "output": "0x",
                "stateDiff": null,
                "trace": [
                  {
                    "action": {
                      "from": "0x21f975212041d7fa2f9c74b3446196ebe8c98c72",
                      "callType": "call",
                      "gas": "0xb3da",
                      "input": "0xa8a41c700000000000000000000000007be8076f4ea4a4ad08075c2508e481d6c946d12b00000000000000000000000021f975212041d7fa2f9c74b3446196ebe8c98c7200000000000000000000000000000000000000000000000000000000000000000000000000000000000000005b3256965e7c3cf26e11fcaf296dfc8807c01073000000000000000000000000dcc2b586edac6e5360d67c2bef85009072e83b7d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002ee000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000079e70975db08000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000616838330000000000000000000000000000000000000000000000000000000062582986ad48ada182ff388f26b0a999c13c70ce03129eab2a0466434698f8390befcd250000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034000000000000000000000000000000000000000000000000000000000000003e00000000000000000000000000000000000000000000000000000000000000480000000000000000000000000000000000000000000000000000000000000001bb9f8d6baf519bd4bf4b7b1648e8633e85f67b8af086b8be420303fff2493e28a472d7d4733d4e5d653e1c863813a889f75afb403fa2493a44f1ebd858f561111000000000000000000000000000000000000000000000000000000000000006423b872dd00000000000000000000000021f975212041d7fa2f9c74b3446196ebe8c98c7200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000488000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
                      "to": "0x7be8076f4ea4a4ad08075c2508e481d6c946d12b",
                      "value": "0x0"
                    },
                    "result": {
                      "gasUsed": "0xb3da",
                      "output": "0x"
                    },
                    "subtraces": 0,
                    "traceAddress": [],
                    "type": "call"
                  }
                ],
                "vmTrace": null,
                "transactionHash": "0x365157f168e3f71748d544db69554d452cc55162b25d416975cbb17b11eece2f"
              }
            ]
          }
        }
      ]
    },
    {
      "name": "trace_replayTransaction",
      "summary": "Replays a transaction, returning the traces (Supported on Erigon).",
      "description": "Replays a transaction, returning the traces (Supported on Erigon).",
      "params": [
        {
          "name": "hash",
          "description": "The hash of a transaction",
          "required": true,
          "schema": {
            "type": "string"
          }
        },
        {
          "name": "array",
          "description": "The type of trace, which can be one of the following:",
          "required": true,
          "schema": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "vmTrace": {
                  "type": "string",
                  "description": "To get a full trace of the virtual machine's state during the execution of the given of given transaction, including for any subcalls"
                },
                "trace": {
                  "type": "string",
                  "description": "To get the basic trace of the given transaction"
                },
                "stateDiff": {
                  "type": "string",
                  "description": "To get information on altered Ethereum state due to execution of the given transaction"
                }
              }
            }
          }
        }
      ],
      "result": {
        "name": "array",
        "description": "The block traces, which have the following fields (please note that all return types are hexadecimal representations of their data type unless otherwise stated):",
        "schema": {
          "type": "object",
          "properties": {
            "output": {
              "description": "The data which is returned as an output encoded in hexadecimal format"
            },
            "stateDiff": {
              "description": "It returns the information on altered Ethereum state due to execution of the given transaction"
            },
            "trace": {
              "type": "object",
              "properties": {
                "action": {
                  "type": "object",
                  "properties": {
                    "from": {
                      "description": "The address of the sender"
                    },
                    "callType": {
                      "description": "The type of method such as call, delegatecall"
                    },
                    "gas": {
                      "description": "The gas provided by the sender, encoded as hexadecimal"
                    },
                    "input": {
                      "description": "The data sent along with the transaction"
                    },
                    "to": {
                      "description": "The address of the receiver"
                    },
                    "value": {
                      "description": "The integer of the value sent with this transaction, encoded as hexadecimal"
                    }
                  },
                  "description": "The action to be performed on the receiver id"
                },
                "result": {
                  "type": "object",
                  "properties": {
                    "gasUsed": {
                      "description": "The total used gas by all transactions in this block encoded as hexadecimal"
                    },
                    "output": {
                      "description": "The value returned by the contract call, and it only contains the actual value sent by the RETURN method. If the RETURN method was not executed, the output is empty bytes"
                    }
                  },
                  "description": "The integer of the gas price used encoded as hexadecimal"
                },
                "subtraces": {
                  "description": "The traces of contract calls made by the transaction"
                },
                "traceAddress": {
                  "description": "The list of addresses where the call was executed, the address of the parents, and the order of the current sub call"
                },
                "type": {
                  "description": "The value of the method such as call or create"
                }
              },
              "description": "It is used to retrieve the basic trace of the given information"
            },
            "vmTrace": {
              "description": "It is used to get a full trace of the virtual machine's state during the execution of the given transaction, including for any sub-calls"
            }
          }
        }
      },
      "tags": [
        {
          "name": "trace"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/trace_replayTransaction"
      },
      "examples": [
        {
          "name": "trace_replayTransaction example",
          "params": [
            {
              "name": "hash",
              "value": "0x3277c743c14e482243862c03a70e83ccb52e25cb9e54378b20a8303f15cb985d"
            },
            {
              "name": "array",
              "value": [
                "trace"
              ]
            }
          ],
          "result": {
            "name": "trace_replayTransaction result",
            "value": {
              "output": "0x",
              "stateDiff": null,
              "trace": [
                {
                  "action": {
                    "from": "0x9cc573c775c61d7a783f125d9ff5c3df60a2e718",
                    "callType": "call",
                    "gas": "0x0",
                    "input": "0x",
                    "to": "0x885885521990b53fd00556c143ea056dd2f62a12",
                    "value": "0x8cc0c47d9477f90"
                  },
                  "result": {
                    "gasUsed": "0x0",
                    "output": "0x"
                  },
                  "subtraces": 0,
                  "traceAddress": [],
                  "type": "call"
                }
              ],
              "vmTrace": null,
              "transactionHash": "0x3277c743c14e482243862c03a70e83ccb52e25cb9e54378b20a8303f15cb985d"
            }
          }
        }
      ]
    },
    {
      "name": "trace_transaction",
      "summary": "Returns all traces of given transaction(Supported on Erigon).",
      "description": "Returns all traces of given transaction(Supported on Erigon).",
      "params": [
        {
          "name": "hash",
          "description": "The hash of a transaction",
          "required": true,
          "schema": {
            "type": "string"
          }
        }
      ],
      "result": {
        "name": "array",
        "description": "The block traces, which have the following fields (please note that all return types are hexadecimal representations of their data type unless otherwise stated):",
        "schema": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "action": {
                "type": "object",
                "properties": {
                  "from": {
                    "type": "string",
                    "description": "The address of the sender"
                  },
                  "callType": {
                    "type": "string",
                    "description": "The type of method such as call, delegatecall"
                  },
                  "gas": {
                    "type": "string",
                    "description": "The gas provided by the sender, encoded as hexadecimal"
                  },
                  "input": {
                    "type": "string",
                    "description": "The data sent along with the transaction"
                  },
                  "to": {
                    "type": "string",
                    "description": "The address of the receiver"
                  },
                  "value": {
                    "type": "string",
                    "description": "The integer of the value sent with this transaction, encoded as hexadecimal"
                  }
                },
                "description": "The action to be performed on the receiver id"
              },
              "blockHash": {
                "type": "string",
                "description": "The hash of the block where this transaction was in"
              },
              "blockNumber": {
                "type": "integer",
                "description": "The block number where this transaction was in"
              },
              "result": {
                "type": "object",
                "properties": {
                  "gasUsed": {
                    "type": "string",
                    "description": "The total used gas by all transactions in this block encoded as hexadecimal"
                  },
                  "output": {
                    "type": "string",
                    "description": "The value returned by the contract call, and it only contains the actual value sent by the RETURN method. If the RETURN method was not executed, the output is empty bytes"
                  }
                },
                "description": "The integer of the gas price used encoded as hexadecimal"
              },
              "subtraces": {
                "type": "integer",
                "description": "The traces of contract calls made by the transaction"
              },
              "traceAddress": {
                "type": "array",
                "items": {},
                "description": "The list of addresses where the call was executed, the address of the parents, and the order of the current sub call"
              },
              "transactionHash": {
                "type": "string",
                "description": "The hash of the transaction"
              },
              "transactionPosition": {
                "type": "integer",
                "description": "The transaction position"
              },
              "type": {
                "type": "string",
                "description": "The value of the method such as call or create"
              }
            }
          }
        }
      },
      "tags": [
        {
          "name": "trace"
        }
      ],
      "externalDocs": {
        "description": "Quicknode docs",
        "url": "https://www.quicknode.com/docs/ethereum/trace_transaction"
      },
      "examples": [
        {
          "name": "trace_transaction example",
          "params": [
            {
              "name": "hash",
              "value": "0x3277c743c14e482243862c03a70e83ccb52e25cb9e54378b20a8303f15cb985d"
            }
          ],
          "result": {
            "name": "trace_transaction result",
            "value": [
              {
                "action": {
                  "from": "0x9cc573c775c61d7a783f125d9ff5c3df60a2e718",
                  "callType": "call",
                  "gas": "0x0",
                  "input": "0x",
                  "to": "0x885885521990b53fd00556c143ea056dd2f62a12",
                  "value": "0x8cc0c47d9477f90"
                },
                "blockHash": "0x5abc7e1517c6d7cad6df609995f771883ec1a938e438f8f423c1846a58bf246b",
                "blockNumber": 13419702,
                "result": {
                  "gasUsed": "0x0",
                  "output": "0x"
                },
                "subtraces": 0,
                "traceAddress": [],
                "transactionHash": "0x3277c743c14e482243862c03a70e83ccb52e25cb9e54378b20a8303f15cb985d",
                "transactionPosition": 396,
                "type": "call"
              }
            ]
          }
        }
      ]
    }
  ],
  "servers": [
    {
      "name": "Trace API",
      "url": "https://docs-demo.quiknode.pro"
    }
  ]
}