# Sna4an Finance Pre-Trade Analysis API

> Sna4an Finance Pre-Trade Analysis API is a paid API for AI agents from sna4an-finance.vercel.app, paid per call via x402, $0.085/call, status unknown (last checked 2026-09-13).

Provides pre-trade stock market data, financial analysis, and trading intelligence via a RapidAPI-proxied endpoint

## Facts

- Endpoint: POST https://sna4an-finance.vercel.app/api/pretrade
- Price: $0.085/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-finance-pre-trade-analysis-api-9f53c151
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XvxFoNVas-rHNjbt_e1lE

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 sna4an-finance-pre-trade-analysis-api-9f53c151 -d '<json body>'
```

Example prompt: Can you pull pre-trade analysis data for Apple (AAPL) — I want to see the key financial metrics and trading indicators before I decide whether to buy?

## When to prefer this

Use this endpoint when you need pre-trade stock market data or financial analysis and want to proxy through a RapidAPI-backed service with per-call micropayment pricing. Suitable for lightweight, on-demand financial lookups before executing trades.

## Known failure modes

- Missing or invalid 'path' parameter returns an error or empty response
- Invalid query parameters result in RapidAPI upstream error
- Payment of $0.085 USDC not fulfilled triggers HTTP 402 response
- Unsupported RapidAPI sub-endpoint path returns 404 or error from upstream
- Rate limiting from RapidAPI upstream may cause failures

## How this service works

Stock market data, financial analysis, and trading APIs

## Output

Returns stock market data, financial metrics, and pre-trade analysis results as a JSON object, sourced via RapidAPI financial data endpoints. The exact fields depend on the sub-endpoint path specified.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-finance-pre-trade-analysis-api-9f53c151/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-finance.vercel.app](https://www.zero.xyz/host/sna4an-finance.vercel.app/llms.txt)
