# agents.dyoeway.org – Crypto Top Gainers & Losers (24h)

> agents.dyoeway.org – Crypto Top Gainers & Losers (24h) is a paid API for AI agents from agents.dyoeway.org, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the top gainers and losers over the past 24 hours across the top 100 cryptocurrencies by market cap.

## Facts

- Endpoint: GET https://agents.dyoeway.org/movers
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agents-dyoeway-org-crypto-top-gainers-losers-24h-14f01303
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cIblypSux0D-AMfJlQkR0

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 agents-dyoeway-org-crypto-top-gainers-losers-24h-14f01303
```

Example prompt: Which crypto coins in the top 100 have gained or lost the most in the last 24 hours? Show me today's biggest movers.

## When to prefer this

Use this endpoint when an agent needs a quick snapshot of which coins are moving the most in either direction within the top 100, without needing to specify a particular coin symbol. Prefer over individual coin price endpoints when the goal is to discover momentum or screen for trading opportunities.

## Known failure modes

- upstream market data provider unavailable — returns 5xx error
- payment not processed (x402 payment required) — returns 402 status
- rate limit exceeded — returns 429
- stale data if market data feed is delayed

## How this service works

Top gainers & losers (24h) across the top 100 coins — for trading agents. Input: (none)

## Output

A ranked list of top gainers and top losers among the top 100 cryptocurrencies by market cap, including coin symbols and their 24-hour price change percentages.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-dyoeway-org-crypto-top-gainers-losers-24h-14f01303/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.dyoeway.org](https://www.zero.xyz/host/agents.dyoeway.org/llms.txt)
