https://api.hiro.so/extended/v2/blocks/2260231/transactions?limit=50&offset=0 return { "statusCode": 404, "error": "Not Found", "message": "Block not found" } https://api.hiro.so/extended/v2/blocks/2260231/transactions?limit=10&offset=0 return { "limit": 10, "offset": 0, "total": 2, "results": [ { "tx_id": "0xf0e52bb982da6787f36d4f0255b09da09510565f61a37924acb8e33180ec303b", "nonce": 596589, "fee_rate": "180", "sender_address": "SP3XXK8BG5X7CRH7W07RRJK3JZJXJ799WX3Y0SMCR", "sponsored": false, "post_condition_mode": "deny", "post_conditions": [], "anchor_mode": "any", "block_hash": "0x4b3192edd429e4c6dbf42eb5d0a14cb964ac21c29955a2b6f94de2af0f647a86", "block_height": 2260231, "block_time": 1753257627, "block_time_iso": "2025-07-23T08:00:27.000Z", "burn_block_time": 1753257525, "burn_block_height": 906789, "burn_block_time_iso": "2025-07-23T07:58:45.000Z", "parent_burn_block_time": 1753257525, "parent_burn_block_time_iso": "2025-07-23T07:58:45.000Z", "canonical": true, "tx_index": 0, "tx_status": "success", "tx_result": { "hex": "0x0703", "repr": "(ok true)" }, ... } } ] } the limit with this api { "statusCode": 400, "code": "FST_ERR_VALIDATION", "error": "Bad Request", "message": "querystring/limit must be <= 50" }