Txids

Get the top level transaction IDs for the block on the given round.

get
Authorizations
Path parameters
roundintegerRequired

The round from which to fetch block transaction IDs.

Responses
200
Top level transaction IDs in a block.
application/json
get
GET /v2/blocks/{round}/txids HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
{
  "blockTxids": [
    "text"
  ]
}

Last updated