HTTP API Reference
Enoki provides several HTTP APIs, which expose all of the core Enoki functionality. Our API accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication.
Base URL: https://api.enoki.mystenlabs.com
Versioning
The Enoki API is currently version v1
. The API version must be included as a path prefix to
requests made to the API.
Versioned Base URL: https://api.enoki.mystenlabs.com/v1
Authentication
The Enoki API uses API keys to authenticate requests. You can view and manage your API keys in the
Enoki Developer Portal. You can create both private and public API keys. Public keys are meant to be
used when calling Enoki from a frontend or used in publicly available code. If you're calling the
API from a backend service instead, use either a public or private API key to construct your
Authorization
header. The benefit of using a private key is to avoid public key rate limits.
Format the header as follows:
API endpoints
You can find the full list of API endpoints in the OpenAPI specification.
Enoki API Specification
View the full list of API endpoints in the OpenAPI specification.