# ScriptMasterLabs GeckoTerminal Trending

> ScriptMasterLabs GeckoTerminal Trending is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns trending cryptocurrency tokens and pools from GeckoTerminal, paid per-call via x402 USDC microtransaction.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/geckoterminal-trending
- 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/scriptmasterlabs-geckoterminal-trending-1fe48be2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TngD7LqSO7XB1NZR-_Ln4

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 scriptmasterlabs-geckoterminal-trending-1fe48be2
```

Example prompt: What tokens are trending on GeckoTerminal right now? Pay the $0.001 USDC fee and pull the current trending list for me.

## When to prefer this

Choose this endpoint when you need real-time trending token data sourced from GeckoTerminal via a pay-per-call micropayment model using USDC on Base. Prefer it over scraping GeckoTerminal directly or using heavier data subscriptions when you only need occasional trend snapshots and want crypto-native x402 payment settlement.

## Known failure modes

- Payment failure or insufficient USDC balance returns 402 Payment Required
- GeckoTerminal upstream unavailability returns 502 or empty response
- Invalid or malformed query parameters return 400 Bad Request
- Rate limiting or server overload on Render free tier may cause 503 timeouts

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns a list of currently trending tokens or pools from GeckoTerminal, including token names, symbols, network/chain info, price, volume, and trend ranking metadata. Exact schema varies but follows GeckoTerminal trending data structure.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-geckoterminal-trending-1fe48be2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
