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.
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.