Polymarket Token API data & x402 Subgraphs Payments#1095
Polymarket Token API data & x402 Subgraphs Payments#1095brandonleekramer wants to merge 23 commits intomainfrom
Conversation
There was a problem hiding this comment.
Are we planning on having other pages in this section? If not, you could replace ai-suite/subgraph-skills/setup.mdx with a simple ai-suite/subgraph-skills.mdx file.
There was a problem hiding this comment.
Good point. This same point would apply to the following:
ai-suite/subgraph-skills.mdx
ai-suite/token-api-skills.mdx (see the redirect in nginx below)
ai-suite/substreams-skills.mdx
| { | ||
| source: '/en/ai-suite/token-api-skills/quick-setup', | ||
| destination: '/en/ai-suite/token-api-skills/setup', | ||
| permanent: true, | ||
| }, |
There was a problem hiding this comment.
Redirects should be added to nginx.conf, not here (this will only work when running the dev server, not on production).
There was a problem hiding this comment.
I've removed this from the website/next.config.js file and added it to line 176 of the nginx.conf file instead.
There was a problem hiding this comment.
Thank you! I think you forgot to commit or push that though?
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Co-authored-by: Benoît Rouleau <1059139+benface@users.noreply.github.com>
Polymarket Token API Overview: A landing page that positions the Token API as an analytics/research layer on top of Polymarket (not a trading interface). It covers five use cases (self-analysis, leaderboard mirroring, conviction analysis, platform health, MCP-assisted research), includes an endpoint-at-a-glance table, and a getting started block. Designed to sit above the existing endpoint group pages in the sidebar.
x402 Subgraph Payments: Documents how the Subgraph Gateway accepts x402 protocol payments, enabling per-query access to subgraphs on The Graph Network. Agents and apps can pay in USDC over HTTP with no API key required.
Subgraph & Substreams Skills: Added two files under the AI Suite that provide guides on how to download Subgraph and Substreams SKILL repos from GitHub.