Biconomy MEE Explorer API
Status and tracking surface for a submitted supertransaction. GET /v1/explorer/{supertxHash} returns the terminal execution state (SUCCESS, FAILED) with execution details, authenticated with the same dashboard-issued key sent as an Authorization Bearer token rather than in X-API-Key. It is the necessary companion to POST /v1/execute, whose 200 means accepted rather than completed. Recorded here because it is a distinct host and a distinct auth convention from api.biconomy.io, and because it is documented only in llms.txt and the execute guide — it appears in no published OpenAPI. Probed unauthenticated 2026-08-24: HTTP 401 with {"errors":["API key required..."]}, which confirms the host and the gate but leaves the response schema unmeasured. The human-readable equivalent is https://meescan.biconomy.io.