# Amori x402 – DEX Trending Pairs

> Amori x402 – DEX Trending Pairs is a paid API for AI agents from api.amori402.xyz, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Returns trending trading pairs from decentralized exchanges on Base, Solana, or both chains simultaneously

## Facts

- Endpoint: POST https://api.amori402.xyz/api/v1/dexscreener/trending
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amori-x402-dex-trending-pairs-3f39e2d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hettw0jf57fVwn91FcYep

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 amori-x402-dex-trending-pairs-3f39e2d6 -d '<json body>'
```

Example prompt: What are the trending DEX trading pairs on Solana right now? Show me what's hot on-chain.

## When to prefer this

Choose this endpoint when you need real-time trending DEX pair data specifically for Base or Solana chains, or both simultaneously. It is part of the broader Amori x402 on-chain intelligence suite, so prefer it over generic market data APIs when you want DeFi-native trending signals rather than centralized exchange rankings. Particularly useful when an agent needs to identify momentum tokens or hot liquidity pools on-chain without scraping DEXScreener directly.

## Known failure modes

- Invalid chain value returns an error or empty data
- Payment not included or insufficient USDC triggers 402 Payment Required
- DEXScreener data source temporarily unavailable causing empty or stale results
- Malformed request body causes a 400 error
- Rate limiting if too many requests are sent in quick succession

## How this service works

On-chain intelligence API for AI Agents. Token security, wallet reputation, phishing detection, trending pairs, Pump.fun data, and wallet balances across EVM and Solana. Powered by x402 protocol.

## Output

A JSON object with a `success` boolean and a `data` object containing trending DEX pair listings (likely including pair addresses, token names, price data, volume, and liquidity metrics) sourced from DEXScreener, filtered by the requested chain or covering both Base and Solana if no chain is specified.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "Filter by chain. 'base', 'solana', or omit for both."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amori-x402-dex-trending-pairs-3f39e2d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.amori402.xyz](https://www.zero.xyz/host/api.amori402.xyz/llms.txt)
