Skip to Content
Avail Nexus is now live! Check out our docsto get started.
API ReferenceAvail Light Client APIFetch the version of your Light Client instance

Fetch the latest block

LOOKING FOR INSTRUCTIONS ON HOW TO RUN YOUR OWN LIGHT CLIENT?
You can check out our docs here for instructions on how to run your own light client.

Gets the version of the light client binary, and the version of the Avail node it is connected to.

Params:

  • None

Response:

  • Light Client version
  • Network version
CURL
curl "localhost:7007/v2/version"

Sample Response:

{ "version":"v1.9.0", "network_version":"1.10" }
Last updated on