Y

You · Finance Research

by You

POSTBase Sepoliasolana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1

$0.11

per call · USDC on Base Sepolia

You.com Finance Research API: agentic deep research on a financial question, returning a synthesized answer with cited sources. Use when an agent needs well-reasoned market or company analysis for a trading or investment decision. JSON body: input (required question), research_effort (standard | deep | exhaustive, default deep). Paid per call in USDC. Async: paying returns a jobId; poll the SIWX-authed poll_url for the result (deep research takes 1-3 min).

Endpoint

POST https://api-staging.you.com/v1/finance_research

7

Calls / 30d

1

Unique payers / 30d

Aug 13

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api-staging.you.com/v1/finance_research", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "input": "What is the bull vs bear case for NVDA over the next 12 months?",
    "research_effort": "deep"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api-staging.you.com/v1/finance_research" \
  -H "Content-Type: application/json" \
  -d '{"input":"What is the bull vs bear case for NVDA over the next 12 months?","research_effort":"deep"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "jobId": "b2042efe-4cfc-4df5-be39-35be7880c60e",
  "poll_url": "/x402/finance_research/results/b2042efe-4cfc-4df5-be39-35be7880c60e",
  "status": "pending"
}

Payment details

Pay to0x55aa118529184e3603f9d1043ebd35c87c7c4721
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia, solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from You & similar services

Y

You · Search

api.you.com

You.com Search API: real-time web search returning ranked results grouped by section (results.web, results.news), each with url, title and description; web results also carry snippets. Use when an agent needs fresh, citable web data (news, markets, company facts) to ground a decision. Query params: query (required), count 1-100 (default 10), livecrawl (web|news|all; fetches live page contents, charged per result), country, freshness. Paid per call in USDC.

GETBaseSearch & Web
$0.005 / call381 calls / 30d
Y

You · Finance Research

api.you.com

You.com Finance Research API: agentic deep research on a financial question, returning a synthesized answer with cited sources. Use when an agent needs well-reasoned market or company analysis for a trading or investment decision. JSON body: input (required question), research_effort (standard | deep | exhaustive, default deep). Paid per call in USDC. Async: paying returns a jobId; poll the SIWX-authed poll_url for the result (deep research takes 1-3 min).

POSTBaseSearch & Web
$0.11 / call16 calls / 30d
Y

You · Search

api-staging.you.com

You.com Search API: real-time web search returning ranked results grouped by section (results.web, results.news), each with url, title and description; web results also carry snippets. Use when an agent needs fresh, citable web data (news, markets, company facts) to ground a decision. Query params: query (required), count 1-100 (default 10), livecrawl (web|news|all; fetches live page contents, charged per result), country, freshness. Paid per call in USDC.

GETBase SepoliaSearch & Web
$0.005 / call10 calls / 30d