⚡ We welcome businesses to test our enterprise-grade service

zec
Zcash (ZEC)

Method: POST zcbenchmark

dropdown

方法 RPC zcbenchmark 例如 Zcash (ZEC)

POST zcbenchmark

Method not allowed

运行所选类型SampleCount时间的基准,返回每个样本的运行时间。

Parameters

benchmarktype - 细绳

基准的类型

samplecount - 细绳

样本计数要运行。

Request

curl --location --request POST 'https://zec.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "zcbenchmark",
"params": [null, null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}