HTTP API

Inspect, authenticate, and execute the core Mezcal explorer API directly from the docs.

This page is meant to be used live. Authenticate once, run the first real requests here, and only then move into your own REST, SDK, CLI, or MCP integration.

Live try-it reference

Authenticate in Scalar, run the first real calls, and keep the docs plus the live tool in one place.

The reference below is generated from Mezcal’s public OpenAPI contract and executes against this deployment’s hosted /api base. It is the fastest way to validate real request shapes before you wire your own client.

Download OpenAPI
Authenticate with X-Mezcal-Api-Key in Scalar’s auth UI before running requests.
Start with GET /api/v1/SN_MAIN/status, then move to token reads and wallet flows.
Operation paths still render as /v1/... because the hosted /api base is defined at the OpenAPI server layer.

Live explorer

Launch the live reference

The interactive Scalar client loads on demand, but this page is designed to be used as a live integration surface, not just read as static docs.

Download OpenAPI