getBlockHashesAsk AIget https://{network-kadena}.gateway.tatum.io/chainweb/{apiVersion}/{chainwebVersion}/chain/{chain}/hashPath ParamsapiVersionnumberenumrequiredThe version of the API.0.0Allowed:0.0chainwebVersionstringenumrequiredThe version of the Chainweb protocol.mainnet01Allowed:mainnet01chainintegerrequired≥ 0Defaults to 0the id of the chain to which the request is sentQuery Paramslimitinteger≥ 0Maximum number of records that may be returned. The actual number may be lower.nextstringThe cursor for the next page. This value can be found as value of the next property of the previous page.minheightinteger≥ 0Minimum block height of the returned headersmaxheightinteger≥ 0Maximum block height of the returned headersResponses 200A page of a collection of block hashes in ascending order that satisfies query parameters. Any block hash from the chain database is returned. This includes hashes of orphaned blocks. 404A parameter indicated a nonexistent block height.Updated 5 months ago