Last updated 10 months ago
/v2/blocks/{round}/txids
The round from which to fetch block transaction IDs.
Top level transaction IDs in a block.
Bad Request - Non integer number
Invalid API Token
Non existing block
Internal Error
Unknown Error
curl -L \ --url 'https://algo.nownodes.io/v2/blocks/{round}/txids' \ --header 'X-Algo-API-Token: api_key <apiKey>'
{ "blockTxids": [ "text" ] }