Last updated 9 months ago
The round from which to fetch block transaction IDs.
Top level transaction IDs in a block.
Block transaction IDs.
const response = await fetch('https://algo.nownodes.io/v2/blocks/{round}/txids', { method: 'GET', headers: {}, }); const data = await response.json();
{ "blockTxids": [ "text" ] }