Intent-to-data layer on top of x402
One endpoint to reach every x402 API.
Your agent sends an intent. Pickr finds the right endpoint across ~13k indexed APIs, relays the USDC payment, and rates the answer.
+1 request routed+1 request routed+1 request routed+1 endpoint rated+1 endpoint rated+1 endpoint rated
x402
x402
x402
Endpoints indexed
8,326
Services
798
Calls routed
6
Avg. score
3.89/5
Integration
How to use
Your agent needs an x402-capable wallet
Endpoints are paid via x402 — your agent must send USDC on Base and sign each request with a payment header.
Quickstart with AgentCash — sets up the wallet automatically
npx agentcash add https://pickr.marketChoose your endpoint
x402upstream price · pickr takes no fee
Pickr finds the best matching endpoint, your agent pays it directly via x402, and the raw upstream data is returned verbatim.
Use when
You want an answer, not a list of options
You trust Pickr to pick the best provider
Your agent just needs the data, not control over the source
intentfindpaydata
// request
GET /intent?intent=what+is+the+bitcoin+price
PAYMENT-SIGNATURE: <SIGNATURE>
// response — raw upstream data
{ "price": 67420.5, "currency": "USD" }
x402$0.01 USDC flat
Returns a scored, ranked list of matching endpoints with price, latency, and input schema — your agent picks which one to call.
Use when
You want to compare providers by price, latency, or score
Your agent needs to inspect the input schema before calling
You want to cache the endpoint list and call directly later
intentrankscored list
// request
GET /search?intent=what+is+the+bitcoin+price
PAYMENT-SIGNATURE: <SIGNATURE>
// response — ranked endpoints
4.7priceoracle.x402.dev$0.001
4.4coin.x402market.io$0.001
3.6btcfeed.sh$0.0005
Live feed
Latest reviews
How it works