Add OpenAPI 3.1 spec for the Public API v1#1
Open
pimfeltkamp wants to merge 1 commit intomainfrom
Open
Conversation
Covers all 18 public API domains (~150 endpoints) — hand-maintained, mirrors the handwritten surface of the five official SDKs (Node/Python/Go/Ruby/Rust + CLI). Meant as the contract doc for: - Redocly / Swagger UI / Stoplight Elements hosted references - Postman / Insomnia / Bruno collection imports - Code generation for languages we don't ship an SDK for (note: the official SDKs themselves are handwritten, not generated from this spec, for idiomatic surfaces per language) Out of scope (matching the SDKs): SiteAPI, mobile device-id flow, HMAC request signing (partner-only), and signal-webhook publishing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
Checks off roadmap item D1 in the SDK-suite roadmap: give third-party developers a single authoritative spec they can load into tooling or code-generate from for languages we don't ship an SDK for.
Scope
Included: `user`, `hoppers`, `exchange`, `strategy`, `backtest`, `market`, `signals`, `arbitrage`, `marketmaker`, `template`, `ai`, `platform`, `chart`, `subscription`, `social`, `tournaments`, `webhooks`, `app`.
Excluded (matches SDK scope):
Test plan
🤖 Generated with Claude Code