# dihh.my.id Crypto Pair Price & Signal Lookup

> dihh.my.id Crypto Pair Price & Signal Lookup is a paid API for AI agents from dihh.my.id, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns the current USDC price, composite signal score (-100 to +100), ATR%, and signal reasons for a single Coinbase crypto trading pair.

## Facts

- Endpoint: GET https://dihh.my.id/price/:pair
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dihh-my-id-crypto-pair-price-signal-lookup-0432b084
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GAKxKBuzjabpsZ-bQnlna

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 dihh-my-id-crypto-pair-price-signal-lookup-0432b084
```

Example prompt: What's the current price of BTC-USDC and its composite signal score right now — is it leaning bullish or bearish, and what's the ATR%?

## When to prefer this

Use this endpoint when you need a quick, single-pair crypto price combined with a composite technical signal score and volatility measure (ATR%) for a specific Coinbase USDC pair. Prefer it over raw price-only feeds when you want an opinionated directional signal with reasoning. Best suited for agents making trade-assist decisions or monitoring individual pairs on demand.

## Known failure modes

- Invalid or unsupported pair ID returns an error (e.g. pair not listed on Coinbase USDC market)
- Stale or unavailable market data may affect score accuracy
- Network or upstream data feed outage returns a 5xx error
- Malformed path param (e.g. missing hyphen) may return 404 or empty response

## How this service works

Single-pair crypto lookup: price in USDC, composite signal score (-100..+100), ATR% and reasons. Path param is the Coinbase pair id, e.g. /price/BTC-USDC.

## Output

Returns a JSON object containing the current USDC price for the specified pair, a composite signal score ranging from -100 (strongly bearish) to +100 (strongly bullish), the ATR% (average true range as a percentage), and a list of reasons or factors that contributed to the signal score.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dihh-my-id-crypto-pair-price-signal-lookup-0432b084/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dihh.my.id](https://www.zero.xyz/host/dihh.my.id/llms.txt)
