trace_blockAsk AIpost https://api.zan.top/node/v1/xlayer/mainnet/{apiKey}Returns traces created at given block (Trace Mode required, and supported only on OpenEthereum & Erigon).Path ParamsapiKeystringrequiredDefaults to publicFor higher throughput, please create your own API key.Body ParamsidintegerDefaults to 1jsonrpcstringDefaults to 2.0methodstringDefaults to trace_blockparamsarray of stringslength between 1 and 1Defaults to latestArray of HEX String. The following options are possible for the defaultBlock parameter. An integer block number (in hex) String 'earliest' for the earliest/genesis block. String 'latest' - for the latest mined block. String 'pending' - for the pending state/transactions. params stringResponse 200Returns the number of transactions in the block with the given block hash.Updated 5 months ago