GET
/
api
/
transaction
/
latest-blockhash
/
{environment}
/
{index}
curl --request GET \
  --url http://localhost:3000/api/transaction/latest-blockhash/{environment}/{index}
{
  "blockhash": "<string>",
  "lastValidBlockHeight": 123
}

Path Parameters

environment
string
required
index
integer
required

Response

default - application/json

The response is of type object.