# Orisha Data C1 Crypto/FX Price with Signal

> Orisha Data C1 Crypto/FX Price with Signal is a paid API for AI agents from orisha-data.com, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns a real-time crypto or FX pair price sample enriched with a directional signal (e.g. bullish/bearish) and 24-hour change percentage via x402 micropayment.

## Facts

- Endpoint: GET https://orisha-data.com/c1/price/%7Bpair%7D
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orisha-data-c1-crypto-fx-price-with-signal-9582e245
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Epe4w6bvOlq3YD3wLt4hJ

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 orisha-data-c1-crypto-fx-price-with-signal-9582e245
```

Example prompt: What's the current price and market signal for BTC-USD — is it bullish or bearish right now, and how much has it moved in the last 24 hours?

## When to prefer this

Choose this endpoint when you need a lightweight, per-call priced real-time crypto or FX price sample that includes a directional market signal and 24h momentum — especially in x402-enabled micropayment agent workflows where pay-per-call is preferred over subscription APIs. It is ideal for agents that need signal-enriched price data without managing API keys or subscriptions.

## Known failure modes

- Invalid or unsupported pair symbol returns an error or empty response
- Payment not accepted or x402 flow fails causing HTTP 402 with no data returned
- Stale data if the price feed has not refreshed within the expected sample interval
- Network timeout if the endpoint is temporarily unavailable

## How this service works

Machine-readable x402 market-data endpoints for C1 crypto/FX price samples and D1 CME micro futures structural levels.

## Output

A JSON object containing the trading pair identifier, current price, directional signal (e.g. 'bullish' or 'bearish'), the data source ('x402desk'), an ISO 8601 timestamp, and the 24-hour percentage price change.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "pair": "BTC-USD",
  "price": 97250,
  "signal": "bullish",
  "source": "x402desk",
  "timestamp": "2026-07-14T12:00:00.000Z",
  "change_24h_pct": 2.1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orisha-data-c1-crypto-fx-price-with-signal-9582e245/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from orisha-data.com](https://www.zero.xyz/host/orisha-data.com/llms.txt)
