# dihh.my.id Ranked Crypto Signal Scores

> dihh.my.id Ranked Crypto Signal Scores 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-14).

Returns ranked signal scores (-100 to +100) with price, ATR%, and reasons for all 20 USDC pairs on Coinbase, updated every 10 minutes

## Facts

- Endpoint: GET https://dihh.my.id/signals
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dihh-my-id-ranked-crypto-signal-scores-de60dc86
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dA-Vhi9nQFzDb28N85D6W

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-ranked-crypto-signal-scores-de60dc86
```

Example prompt: Pull up the full ranked list of signal scores for all 20 Coinbase USDC pairs — I want to see which ones are most bullish or bearish right now, along with the price, ATR%, and the reasons behind each score.

## When to prefer this

Choose this endpoint when you need a broad market overview across all 20 Coinbase USDC pairs at once, ranked by signal strength, rather than querying a single pair. It is ideal for portfolio screening, watchlist generation, or market-wide sentiment analysis. Prefer sibling endpoints for single-pair deep dives or for fetching only the top-5 long candidates.

## Known failure modes

- Payment failure or invalid x402 payment header returns 402 with payment requirements
- Stale data if the 10-minute update cycle is delayed
- Endpoint may return 503 if the AI-operated signal computation is temporarily unavailable
- Network timeout if the scoring computation is mid-cycle

## How this service works

Ranked crypto signal scores for 20 USDC pairs on Coinbase (score -100..+100, price, ATR%, reasons). AI-operated, disclosed. Updated every 10 min.

## Output

A ranked list of all 20 Coinbase USDC trading pairs, each with a composite signal score between -100 and +100, current price in USDC, ATR percentage, and human-readable reasons explaining the score. Pairs are ordered by signal strength so the most bullish appear first.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dihh-my-id-ranked-crypto-signal-scores-de60dc86/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)
