feat(ecosystem): add Headless Oracle — signed market-status API with x402 micropayments#1906
Open
LembaGang wants to merge 3 commits intox402-foundation:mainfrom
Open
feat(ecosystem): add Headless Oracle — signed market-status API with x402 micropayments#1906LembaGang wants to merge 3 commits intox402-foundation:mainfrom
LembaGang wants to merge 3 commits intox402-foundation:mainfrom
Conversation
|
Someone is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
🟡 Heimdall Review Status
|
a879323 to
b7842c9
Compare
…x402 micropayments
b7842c9 to
b71cec8
Compare
Replaces placeholder 400×400 RGBA PNG with a clean, scalable SVG. Design: Bold H letterform (Headless) with ascending market-line crossbar (oracle signal) and verification node at midpoint. Emerald accent (#10B981) signals the verified/safe-to-execute state. Matches x402 ecosystem palette (#0F172A background, #F8FAFC foreground, 256×256 viewBox, rx=36). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces hardcoded fill attributes with CSS classes and a prefers-color-scheme: light media query so the logo adapts when embedded in light-background contexts (READMEs, light-theme pages). Dark mode unchanged: #0F172A bg / white bars / emerald accent. Light mode swaps to #F8FAFC bg / dark bars / darker emerald (#059669). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Adds Headless Oracle to the Services/Endpoints section.
What it does: Cryptographically signed market open/close receipts for 28 global exchanges (NYSE, NASDAQ, LSE, TSE, and more). Designed for autonomous agents that need verifiable pre-trade market state without a human in the loop.
x402 integration: Accepts USDC micropayments on Base mainnet ($0.001/request). No API key required — agents pay inline and receive a signed receipt in the same response.
Live verification:
```
curl -I "https://headlessoracle.com/v5/status?mic=XNYS"
```
Returns HTTP 402 with
X-Payment-Required: trueandX-X402-Network: mainnetLinks: