# NEXUS Agent Services - Financial Research

> NEXUS Agent Services - Financial Research is a paid API for AI agents from nexus-agent-xa12.onrender.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a summarized financial research report with sources and signal context for a given query, paid per-call via x402 USDC on Base

## Facts

- Endpoint: GET https://nexus-agent-xa12.onrender.com/research
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexus-agent-services-financial-research-3bf9bfe0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IkVORLOMOg2-gxwp4WbA-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nexus-agent-services-financial-research-3bf9bfe0
```

Example prompt: Can you pull a financial research summary on bitcoin from NEXUS — I want the key analyst takeaways, relevant sources, and any BTC signal context?

## When to prefer this

Choose this endpoint when an agent needs on-demand, pay-per-call financial research summaries with sourced references and asset-level signal context, especially for crypto assets like BTC and ETH. It is well-suited for agents operating in agentic payment flows using x402 on Base, where per-query billing is acceptable and a structured JSON summary with sources is needed rather than raw data feeds.

## Known failure modes

- Payment failure if x402 USDC transaction on Base is not completed or wallet lacks funds
- Empty or low-quality results if query is too vague or unrecognized by the research engine
- Rate limiting or service unavailability on the hosted Render instance
- No signal_context data returned if the queried asset is not tracked
- Partial results if sources are unavailable or scraping fails upstream

## How this service works

Pay-per-call financial data. Streamable HTTP MCP. x402 USDC on Base. Not financial advice.

## Output

A JSON object containing the original query, a list of source URLs with titles, a three-sentence analyst summary, and a signal_context object with per-asset data (e.g. BTC, ETH) providing relevant market signals.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "query": "bitcoin",
  "sources": [
   {
    "url": "...",
    "title": "..."
   }
  ],
  "summary": "Three-sentence analyst summary.",
  "signal_context": {
   "BTC": {},
   "ETH": {}
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexus-agent-services-financial-research-3bf9bfe0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-agent-xa12.onrender.com](https://www.zero.xyz/host/nexus-agent-xa12.onrender.com/llms.txt)
