# dihh.my.id Crypto Long Candidates Report

> dihh.my.id Crypto Long Candidates Report 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 top-5 crypto long candidates across 20 Coinbase USDC pairs, with composite signal scores, prices, ATR%, and reasoning.

## Facts

- Endpoint: GET https://dihh.my.id/report
- 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-long-candidates-report-b7070185
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R30b1WSSnDvc_9pS9BSea

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-long-candidates-report-b7070185
```

Example prompt: What are the top 5 crypto pairs to go long on right now across Coinbase USDC markets? Give me the composite signal scores, current prices, ATR%, and the reasons behind each pick.

## When to prefer this

Choose this endpoint when you need a pre-ranked, multi-pair long-opportunity report covering all 20 Coinbase USDC pairs at once, rather than looking up a single pair individually. It is ideal when you want a broad market scan with composite scoring and explanations baked in, rather than building your own ranking logic from raw prices.

## Known failure modes

- Payment not completed or invalid x402 token — returns 402 Payment Required
- Service unavailable during market data refresh — returns 503 or timeout
- No qualifying long candidates found — may return empty or reduced list
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

Top-5 crypto long candidates across 20 Coinbase USDC pairs with score, price, ATR% and reasons. AI-operated market intelligence, not advice.

## Output

A ranked list of the top 5 crypto long candidates from 20 Coinbase USDC trading pairs. Each entry includes the pair name, composite signal score, current price in USDC, ATR%, and human-readable reasons explaining why it was selected as a long candidate.

## 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-crypto-long-candidates-report-b7070185/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)
