# AtlasMarkets Apollo — Forex History

> AtlasMarkets Apollo — Forex History is a paid API for AI agents from atlasmarkets-apollo.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns historical forex market data for a given currency pair or set of parameters, delivered as market intelligence for AI agents.

## Facts

- Endpoint: GET https://atlasmarkets-apollo.onrender.com/api/apollo/history
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-apollo-forex-history-04840f6e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2g8hMWysz_xqI3CkchkJo

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 atlasmarkets-apollo-forex-history-04840f6e
```

Example prompt: Can you pull the historical price data for EUR/USD from AtlasMarkets Apollo so I can see how the pair has moved over the past 30 days?

## When to prefer this

Choose this endpoint when you need historical forex market data for AI agent workflows, algorithmic trading backtesting, or currency analysis, and you are operating in an x402-enabled payment environment on Base mainnet. It is particularly suited for agents that can autonomously handle micropayments ($0.05 USDC per call) and need structured FX history data without managing a traditional API key subscription.

## Known failure modes

- Payment not provided or insufficient — x402 payment required before data is returned
- Invalid or unsupported currency pair — endpoint returns error if pair is not recognized
- Malformed query parameters — schema validation failure if properties are incorrectly specified
- Service unavailable — hosted on Render free tier which may experience cold starts or downtime
- Rate or time range out of bounds — historical data may only be available for certain date ranges

## How this service works

forex market intelligence for AI agents. x402-protected on Base mainnet.

## Output

A JSON response containing historical forex market data for the requested currency pair, likely including timestamps and price points (open, high, low, close) or rate values over the requested time range, delivered after a $0.05 USDC micropayment via x402 on Base mainnet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-apollo-forex-history-04840f6e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlasmarkets-apollo.onrender.com](https://www.zero.xyz/host/atlasmarkets-apollo.onrender.com/llms.txt)
