# AgentPayStore Unified Financial Data Feed

> AgentPayStore Unified Financial Data Feed is a paid API for AI agents from agentpaystore.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns live aggregated financial data in a single call, covering crypto prices, DeFi TVL, gas fees, equities, forex, earnings, RSI momentum, DEX signals, and wallet risk scores.

## Facts

- Endpoint: GET https://agentpaystore.com/feeds/api/query
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpaystore-unified-financial-data-feed-e253e5ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ckMb9bahhvGfWcSMZB_vb

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 agentpaystore-unified-financial-data-feed-e253e5ec
```

Example prompt: Pull the latest data on Bitcoin price, Ethereum gas fees, and the RSI momentum for ETH — I want it all in one shot so I can decide whether to make a trade right now.

## When to prefer this

Choose this endpoint when you need multi-asset, cross-market financial data in a single call rather than stitching together multiple specialized APIs. It is especially valuable for AI agents that need real-time crypto, DeFi, equities, forex, and wallet risk data simultaneously — avoiding multiple round trips and payment transactions. Prefer it over single-asset APIs when breadth across asset classes matters more than ultra-deep data on one instrument.

## Known failure modes

- Invalid or unsupported ticker/asset symbol returns empty or error field
- Wallet address not found on supported chains returns null risk score
- Payment not completed (x402 flow failure) results in 402 response with no data
- Rate limiting or overload may return timeout or 5xx error
- Query string not recognized or malformed returns generic error

## How this service works

Live data feeds in one call: crypto prices, DeFi TVL, gas, equities, forex, earnings, RSI momentum, DEX signals and wallet risk.

## Output

Returns a combined response with live data across requested market segments — including crypto spot prices, DeFi protocol TVL figures, current gas prices, equity quotes, forex rates, earnings results, RSI momentum indicators, DEX trading signals, and wallet risk assessments — all in a single API response.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentpaystore-unified-financial-data-feed-e253e5ec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentpaystore.com](https://www.zero.xyz/host/agentpaystore.com/llms.txt)
