Aleo Public API
What is the Aleo Public API endpoint?
The Aleo public API is organized around REST.
To query the network, make a request to Aleo public API by Provable.
URL |
---|
https://api.explorer.provable.com/v1/{network} |
Simply replace {network}
in the base URL with either testnet
or mainnet
to query the desired network.
For example, you can retrieve the current block height.
Some endpoints are guarded by JWT, more information here.