Get transactions of the given block.
Successful Response
const response = await fetch('https://ton.nownodes.io/getBlockTransactionsExt', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": false, "result": "text", "error": "text" }