Latest Hash
Get the latest block hash.
ENDPOINT
GET https://api.data123.io/aleo/<API KEY>/v1/testnet3/latest/hashArguments
None
Response
Parameter
type
Description
result
string
The block hash of the most recent block
Request
curl https://api.data123.io/aleo/<API KEY>/v1/testnet3/latest/hashcurl https://api.data123.io/aleo/<API KEY>/rpc/v1/testnet3 \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"getLatestHash","params":[],"id":1}'Last updated