GET
/
block
/
{hash}
/
txids
Block Transaction IDs
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/block/{hash}/txids \
  --header 'api-key: <api-key>'
[
  "5a7a9fe2c911c482c89a7ea1dbf35a7c9b68892ec5b2d92e93858a9f4a85b08e",
  "b1fea5241d34b276c3f8a5a934ae9e5e2bb23ecad1c7426ec1dfde3e07aa55a9"
]

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

hash
string
required

The hash of the block to query.

Example:

"00000000000000000001b9dca5d168a8e959df258814beec486572e843fddee5"

Response

200
application/json

Array of transaction IDs in the block.

The response is of type string[].