# Money Agent RU Data API – GitHub Trending

> Money Agent RU Data API – GitHub Trending is a paid API for AI agents from mi-desktop.rainbow-dab.ts.net:10000, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-19).

Fetches the current list of trending GitHub repositories, including stars, language, and full repo name, paid per-request via USDC on Base.

## Facts

- Endpoint: GET https://mi-desktop.rainbow-dab.ts.net:10000/v1/github/trending
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/money-agent-ru-data-api-github-trending-8d782c85
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w22Wa3zwS3EaGce-O0e5D

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 money-agent-ru-data-api-github-trending-8d782c85
```

Example prompt: What are the trending GitHub repositories right now? Show me the top repos with their star counts and programming languages.

## When to prefer this

Choose this endpoint when you need trending GitHub repository data in an agent workflow without managing API keys or GitHub OAuth. It is ideal for autonomous agents that pay per-call via x402/USDC on Base and need structured repo trend data (name, stars, language) on demand. Prefer it over direct GitHub scraping when you want a clean pay-as-you-go data feed without rate-limit management overhead.

## Known failure modes

- Payment failure or insufficient USDC balance returns 402 Payment Required
- GitHub upstream rate limiting may cause temporary unavailability
- Response may reflect a snapshot that is minutes old rather than real-time
- Malformed or unsupported filter properties may return empty results or an error
- Network issues with the ts.net host could cause connection timeouts

## How this service works

Pay-per-request data endpoints for AI agents: crypto prices, Bybit funding APY, verified testnet airdrop landscape, DeFi stablecoin yields, GitHub trending, agent-economy market pulse, and an EVM tx preflight (gas + USD cost + ERC-20 metadata). Pay with USDC on Base via x402 - no API keys, no registration.

## Output

Returns a JSON array of trending GitHub repositories, each containing the repository's full name (org/repo), current star count, and primary programming language.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "repos": [
   {
    "stars": 1000,
    "language": "Python",
    "full_name": "org/repo"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-agent-ru-data-api-github-trending-8d782c85/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mi-desktop.rainbow-dab.ts.net:10000](https://www.zero.xyz/host/mi-desktop.rainbow-dab.ts.net%3A10000/llms.txt)
