debug_traceTransactionAsk AIpost https://api.zan.top/node/v1/xlayer/mainnet/{apiKey}Returns all traces of a given transaction (Trace Mode required).Path ParamsapiKeystringrequiredDefaults to publicFor higher throughput, please create your own API key.Body ParamsidintegerDefaults to 1jsonrpcstringDefaults to 2.0methodstringDefaults to debug_traceTransactionparamsarraylength between 1 and 1 String - Transaction hash Object - options for call, can be any of the following options: tracer: Object - Currently supports callTracer and prestateTracer (see above for definitions). timeout: String - A duration string of decimal numbers that overrides the default timeout of 5 seconds for JavaScript-based tracing calls. Max timeout is "10s". Valid time units are "ns", "us", "ms", "s" each with optional fraction, such as "300ms" or "2s45ms". params object | OptionsobjectOptionsparamsarray of stringslength between 1 and 1String - 32 Bytes - a string representing the hash of a transaction.params stringResponse 200Returns the number of transactions in the block with the given block hash.Updated 5 months ago