# TickOrigin Dev Ranking — Cross-Sectional Token Developer Activity

> TickOrigin Dev Ranking — Cross-Sectional Token Developer Activity is a paid API for AI agents from api.tickorigin.com, paid per call via x402, $0.05/call, status down (last checked 2026-09-15).

Returns a ranked list of tracked crypto tokens ordered by developer activity metrics, enabling cross-sectional comparison across all monitored tokens.

## Facts

- Endpoint: GET https://api.tickorigin.com/v1/dev-ranking
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tickorigin-dev-ranking-cross-sectional-token-developer-activity-22b9aa79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SncWfDfkTEaDmLBhNmt6T

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 tickorigin-dev-ranking-cross-sectional-token-developer-activity-22b9aa79
```

Example prompt: Show me the current cross-sectional developer activity ranking for all tracked crypto tokens on TickOrigin — I want to see which projects rank highest by dev momentum right now.

## When to prefer this

Use this endpoint when you need a broad, comparative view of developer activity across all tracked tokens simultaneously, rather than drilling into a single token's momentum. Prefer this over the single-token endpoint when the goal is ranking, screening, or identifying relative leaders in developer engagement across the token universe.

## Known failure modes

- No tracked tokens available — empty result set returned
- Rate limiting or payment failure — 402 Payment Required if USDC payment not processed
- Service unavailable — 503 if underlying GitHub data pipeline is down
- Stale data — rankings may lag if GitHub data ingestion is delayed

## How this service works

Cross-sectional developer-activity ranking of tracked tokens

## Output

A ranked list of all tracked crypto tokens sorted by developer activity metrics, showing relative positions and activity scores that allow cross-sectional comparison of developer momentum across projects.

## 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/tickorigin-dev-ranking-cross-sectional-token-developer-activity-22b9aa79/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.tickorigin.com](https://www.zero.xyz/host/api.tickorigin.com/llms.txt)
