The agentic commerce marketplace
for real-world data.
Quantitative and qualitative signals for AI trading agents. Prediction markets, weather, socials, finance. Priced per call, no subscriptions.
Proxygate is the agentic commerce marketplace for real-world data. AI trading agents autonomously discover and pay for both quantitative and qualitative signals per request. Categories include prediction markets, weather, socials, and financial data, with settlement in USDC on Solana. Data suppliers list endpoints in seconds and reach the agent economy without sales calls or subscription paywalls. Seller API keys are encrypted at rest and in transit, never exposed to buyers, and injected server-side per request. The platform charges 5% on each side of every transaction, with all payments settled on-chain.
- Claude
- Codex
- Cursor
- Hermes
- OpenClaw
import { ProxygateClient } from "@proxygate/sdk"; const pg = await ProxygateClient.create({ keypairPath: "~/.proxygate/keypair.json",}); // Pay-per-call, settled in USDC on Solanaconst res = await pg.proxy("polymarket/markets", { status: "active", limit: 25,}); const { markets } = await res.json();Featured Partners
The Problem
Today's data infrastructure locks out the agent economy.
Trading agents are the new primary buyer. The infrastructure they need to discover, pay, and consume data was built for humans. Both sides lose.
Subscription paywalls
Plans start at $500/mo. Most agents would spend $2–$50 a month - and generate $0 in revenue today.
Manual sourcing
Two weeks of research, sales calls, 30-day trials per vendor before any data flows.
No agent payments
Existing APIs assume a human in the loop. Agents can't sign contracts, can't own keys, can't transact.
Agents are the new primary buyer, but are fundamentally unable to pay.
60–70% conversion drop-off
Pricing tiers built for enterprise lock out the long tail of agent buyers. Most never become customers.
Market invisibility
Superior data gets buried by larger marketing budgets. No discovery layer for the agent economy.
Infra not agent-ready
Sign-ups, contracts, support tickets, key rotation - all designed for humans. Agents bounce off the funnel.
Billions in demand goes unserved. Data can't reach the agent economy.
What is Proxygate
A marketplace for AI agents, run as a neutral clearinghouse.
The marketplace is what you see: independent, vetted sellers listing API access and data for AI agents to buy. The clearinghouse is how it works underneath. Proxygate sits between sellers and agent buyers, meters every call, and settles to both sides. It is not the seller of the data, and it is not a closed first-party store. Your agent gets one identity and one balance to buy from all of them.
One balance
Fund once, call any provider
Your agent gets one identity and one prepaid balance to buy from every provider in the marketplace. No per-provider signups, billing, or API keys to manage.
Pay per call
No subscriptions, no contracts
Agents pay only for the requests they make, each with a signed receipt. No monthly minimums and no sales calls.
Curated
Vetted providers, real trust scores
Providers are reviewed for quality and ranked by price, latency, and reputation. Some data is KYC or KYB gated. Not a permissionless free-for-all.
Multi-rail
Settle the way that fits
Settlement is rail-agnostic by design, so the same balance and receipts work across payment rails and protocols as they come online.
Live marketplace
APIs your agent can call right now
Production REST API turning 30-50M social posts/hour from X, Reddit, TikTok, YouTube, Instagram, and 10K+ news sources into structured signals across 5,000+ cryptocurrencies and 8,000+ equities. Proprietary metrics (Galaxy Score, AltRank, TopicRank) built for quantitative and qualitative use. 5+ years historical depth. <60s latency for real-time, 5 min for hourly aggregates. Single bearer auth, JSON throughout. Used by hedge funds, fintech, and autonomous agents.
Top-of-book bid and ask snapshots for approved crypto instruments from Blocksize. The verified direct shared bid/ask universe includes 2,365 instruments. Use the instrument endpoint below to query available symbols, then request live quote snapshots with bidask_getSnapshot on approved crypto tickers. Direct docs: https://matrix.blocksize.capital/api-docs?ref=Direct. Public symbol reference: https://realtime.blocksize.info/getBidAskSymbols
Deterministic record of contract function call outputs at specific block heights. One row per (contract incarnation, block, call data) combination, enabling time-travel queries over any contract's view function state with audit-grade lineage. Use Cases - Historical state reconstruction and time-travel queries - Token metadata and balance lookups at specific blocks - Contract configuration and parameter tracking over time - Price oracle and external data feed analysis
Canonical EVM block headers with deterministic integrity metadata. One row per mined block, providing the full header fields alongside BlockDB-recomputed receipt roots for independent verification. Use Cases - Chain reconstruction and blockchain state verification - Gas market analysis and block space utilization - Foundation for transaction and log indexing - Block-level time series analysis and chain health monitoring
Cross-platform prediction market intelligence API. Real-time prices, cross-platform market matching, arbitrage opportunities, and smart money alerts across Kalshi, Polymarket, PredictIt, ProphetX, Opinion, and Predict.fun. **Authentication:** Pass your API key in the `X-API-Key` header (preferred) or as the `api_key` query parameter.
Institutional-grade canonical ERC-20 token registry with decimals, name and symbol. Full backfill from genesis. Row-level cryptographic lineage with parent/genesis hashes for audit-grade replay. Use for join keys across swaps/transfers/pools, decimals scaling and address validation.
Real-time data for every event, market, position, trader, and more on Polymarket. Built for agents, traders, and developers.
Complete transaction records for every executed transaction on EVM chains. One row per transaction, including gas consumption, EIP-1559 fee fields, sender/recipient, and deterministic row-level tracing back to the originating block. Use Cases - Transaction flow analysis and wallet tracking - Gas fee analytics and EIP-1559 impact studies - Failed transaction analysis and debugging - Cross-chain transaction pattern analysis
How It Works
From query to data in under a second.
Three steps. No subscriptions, no contracts, no manual sourcing. Your agent runs the loop on its own.
Discover
Your agent calls the gateway. We surface every active provider ranked by price, latency, and reputation. No sales calls, no sign-ups, no API keys to manage.
Wallet auth · Server-issued nonce · Catalog API
Pay
The gateway reserves credits, injects the upstream key server-side, and forwards the request. USDC settles on Solana. 5% on each side, nothing else.
USDC vault · Per-call metering · Atomic credit reserve
Receive
Data lands in under one second. Streaming or single-shot. The seller gets a signed receipt; you get the response. Auditable, on-chain, no human in the loop.
Sub-second latency · Streamed responses · Signed receipts
For Traders
Agentic data consumption.
One deposit. Wallet-signed requests. Trading agents discover, pay, and consume market data per call - no subscriptions, no sales calls, no human bottlenecks.
TypeScript SDK
Drop-in compatible interface. Change your base URL, add a wallet, and existing code works. Auto-handles USDC payment via Solana.
import { ProxygateClient } from '@proxygate/sdk';
const client = new ProxygateClient({
apiKey: process.env.PROXYGATE_KEY,
});
const gold = await client.proxy({
listing: 'blocksize/metals-commodities',
path: '/spot?symbol=XAU',
});
// { symbol: 'XAU', price: 2384.50, unit: 'USD/oz' }
CLI
One command to install. Deposit, browse APIs, and proxy requests. JSON output for scripting.
$ npm install -g @proxygate/cli
✓ proxygate@0.6.2 installed
$ proxygate login --key pg_live_abc123...
✓ Authenticated successfully
Key: pg_live_abc1...
Balance: $99.32
$ proxygate apis -q commodities
# blocksize/metals-commodities, /fx, /equities, /crypto-bid-ask ...
$ proxygate proxy blocksize/metals-commodities /spot?symbol=XAU
✓ {"symbol":"XAU","price":2384.50,"unit":"USD/oz"}
$ proxygate proxy open-meteo/forecast /v1/forecast?lat=52.37&lon=4.89
✓ {"temp_c":15.2,"wind_kph":12}
Quality without bottleneck
Latency-ranked providers. Signed receipts. Automatic failover. Your strategy doesn't wait on a sales call, a contract, or a human approval - it queries, pays, and runs.
For Suppliers
Reach the agent economy in seconds.
List your endpoint. Set your price. Earn on every request. Long-tail buyers can't pay $500/mo plans - they pay $0.01 per call. More sellers attract more buyers, which attract more sellers.
BTC spot · 1m candles
On-chain TVL · DeFi
Earnings
$0.00
Today
$0.00
This week
$0
This month
$0
All time
Features
Built for the machine economy.
Discovery, payments, key isolation, and reputation - everything required to run an agent-native marketplace, in one gateway.
Per-call billing
Pay per request. No subscriptions, no minimums, no annual contracts. Granular metering on every endpoint, settled in USDC.
Network effect
More suppliers attract more buyers, more buyers attract more suppliers. Discovery compounds - your endpoint surfaces alongside the rest of the catalog.
Reputation + SLAs
Trust scores, signed receipts, automatic failover on broken providers. Buyers see latency, uptime, and verified status before paying.
Wallet-first auth
Solana wallet signatures. No KYC for buyers. Agents authenticate, deposit USDC, and start consuming data in seconds.
On-chain settlement
Every transaction settles on Solana. Public, auditable, near-instant. Sellers receive USDC; the platform fee is on-chain.
Plug-and-play SDKs
TypeScript SDK + CLI. npm install -g @proxygate/cli and you're live. OpenAI-compatible interface for drop-in agent code.
Agent spending limits
Per-call, per-day, per-key budgets. Hard caps that protect you from runaway costs when an agent loops on bad input.
Connect any agent
Drop-in skills for Claude Code, OpenAI agents, and any MCP-compatible agent. Your agent discovers and pays for data without a code change.
Trust & Security
Your money. Your keys. Your agents. Protected.
Neither party needs to trust Proxygate - or each other.
Buyers are protected
- Escrow-backed payments - Funds locked until delivery
Funds go into an on-chain escrow vault - not a company account. Platform co-sign required for withdrawal.
- Auto-refund on failure - Failed requests refunded automatically
Failed or timed-out requests are automatically refunded. Credits restored instantly.
- Pay per request - No minimums, no subscriptions
Credits deducted per API call. No commitments, cancel anytime.
- Verified sellers & buyers - Identity verification available
Optional identity verification - government ID + liveness check. On-chain attestation, privacy-preserving.
Sellers are protected
- Keys encrypted per seller - Never pooled, never exposed
Your API keys are encrypted at rest and in transit. They are never exposed to buyers, logged, or stored in plaintext. Injected server-side per request.
- Guaranteed payment - Buyer funds reserved before your API is called
Buyer funds reserved before your API is called. No chargebacks.
- Automatic settlement - Earnings settle to your wallet
Earnings settle to your Solana wallet automatically. No invoices, no manual process.
- You control everything - Pricing, capacity, availability
Set price, rate limits, and availability. Your rules are enforced in real-time.
AI Threat Shield
Prompt injection & data leak detection
Every request and response is scanned for prompt injection, data leaks, and malicious content. Use --monitor to flag risks with confidence scores, or --shield to block them outright. More guardrails coming soon.
Prompt injection detection
Blocks attempts to hijack agent instructions or extract system prompts.
Data leakage prevention
Scans requests and responses for PII, secrets, and sensitive data.
Malicious content filtering
Flags harmful, illegal, or policy-violating content in real-time.
Bidirectional scanning
Both incoming requests and outgoing responses are analyzed before delivery.
--monitor · --shield · More guardrails soon
Verified Sellers & Buyers
KYC + on-chain attestation
Optional KYC for both sides of the marketplace. Verified participants get higher trust scores, priority routing, and access to restricted listings.
Identity verification
Government ID + liveness check. One-time, privacy-preserving.
Verified seller badge
Verified sellers rank higher in routing and display a trust badge in the catalog.
Verified buyer access
Sellers can restrict listings to verified buyers only - reducing abuse risk.
On-chain attestation
Verification status anchored on Solana. Portable, tamper-proof, no re-KYC.
KYC · Solana attestation · Privacy-preserving
Up and running in seconds
One command to install. One call to make. Your agent is paying for APIs on Solana.
Pricing
Pay per request. No subscriptions.
Pay only for what you use. Transparent pricing set by sellers.
Pay Per Request
per request
No subscriptions. No minimums. Agents pay only for what they use.
- All APIs and providers
- Streaming support
- Automatic failover
- Usage analytics
- Discovery, escrow, key security included
Sell Capacity
per transaction
List APIs, skills, datasets, services, or products and earn USDC. Set your own prices and limits.
- Set your own pricing
- Capacity controls
- Real-time earnings
- Reputation system
- Keys never leave the server
- Includes: listing, payments, security, analytics
Platform fee covers discovery, security, escrow, and analytics. All payments in USDC.
Get Started
Ready to start?
Whether you're buying or selling - you're one click away.
Contact
Get in touch
Questions about Proxygate? We'll get back to you within 24 hours.
