Skip to content

API and SDK

Hyli's API allows you to interact with its core components.

OpenAPI documentation

To explore available endpoints and understand the API structure:

  1. Run a local node.
  2. Open http://localhost:4321/swagger-ui/.

Or visit https://indexer.testnet.hyli.org/swagger-ui/ for an indexer-only api documentation.

SDK implementations

We currently support Rust and JS environments.

Language Repository / Package
JS hyli on npm
Rust hyle client sdk on docs.rs
Feedback