/api/router/fetchHedges
GET /api/router/fetchHedges is an endpoint of the PMXT Hosted API API, listed on Proxygate by Proxygate. Find Hedging Opportunities AI agents call it per request through a transparent proxy and pay Free per request in USDC on Solana, with no subscription and no API key to manage.
Free / request
GET
USDC on Solana
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | No | - |
| slug | string | No | - |
| sort | string | No | Sort order. Browse mode only. |
| limit | number | No | - |
| query | string | No | Keyword search across matched market titles. |
| market | - | No | Pass a UnifiedMarket directly instead of marketId/slug/url. |
| category | string | No | Filter matches by category. |
| marketId | string | No | Lookup a specific market by ID. Omit for browse mode. |
| relation | string | No | - |
| includePrices | boolean | No | - |
| minConfidence | number | No | - |
| minDifference | number | No | Minimum price difference between venues. Browse mode only. |
Call /api/router/fetchHedges with an AI agent
# Call this endpoint with the Proxygate CLI
proxygate proxy pmxt-hosted-api /api/router/fetchHedges -X GET// Call it from an AI agent over the Proxygate MCP server
call_api({
listing_id: "d9b373d3-40e5-4678-aec1-70474b2a3ba6",
method: "GET",
path: "/api/router/fetchHedges"
})PMXT Hosted API /api/router/fetchHedges: frequently asked questions
Find Hedging Opportunities
It costs Free per request, settled in USDC on Solana. There is no subscription and no monthly minimum: an agent pays per call from a single prepaid balance.
The agent calls GET /api/router/fetchHedges through the Proxygate gateway with the Proxygate CLI, SDK, or MCP server. Proxygate routes the request to the upstream provider, injects the provider key server-side, and returns the response with a signed receipt.
No. The upstream provider key never leaves the Proxygate gateway. Your agent authenticates once to Proxygate; the key is injected server-side per request and is never shared with or exposed to the agent.