Find Block Hash

Get the block hash of the block containing the given transaction ID.

ENDPOINT

GET https://api.data123.io/aleo/<API KEY>/v1/testnet3/find/blockHash/{transactionID}

Arguments

ParameterTypeRequestDescription

transcationID

string

Yes

The transaction ID

Response

ParametertypeDescription

result

string

The block hash containing the transaction ID

Request

curl https://api.data123.io/aleo/<API KEY>/v1/testnet3/find/blockHash/at1td9klwgpevhgqcpfd5tvu88pv67uajugnxqysd93w40kx8na2cyq8qh3ls

Last updated