Latest Height
Get the latest block height.
ENDPOINT
GET https://api.data123.io/aleo/<API KEY>/v1/testnet3/latest/heightArguments
None
Response
Parameter
type
Description
result
u32
The number of blocks in the chain
Request
curl https://api.data123.io/aleo/<API KEY>/v1/testnet3/latest/heightcurl https://api.data123.io/aleo/<API KEY>/rpc/v1/testnet3 \
    -X POST \
    -H "Content-Type: application/json" \
    -d '{"jsonrpc":"2.0","method":"getLatestHeight","params":[],"id":1}'Last updated