curl --request GET \ --url http://localhost:3000/api/transaction/latest-blockhash/{environment}/{index}
{ "blockhash": "<string>", "lastValidBlockHeight": 123 }
The response is of type object.
object