# Losbeto DEX Screener

> Losbeto DEX Screener is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches decentralized exchange (DEX) screening data for crypto tokens, likely including price, volume, and market metrics.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/dex-screen
- 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/losbeto-dex-screener-cb91967f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VRJx7Wf3FS3LwB4o9LI0k

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 losbeto-dex-screener-cb91967f
```

Example prompt: Can you pull the latest DEX screening data for Solana tokens right now — I want to see price, volume, and liquidity for the top pairs?

## When to prefer this

Use this endpoint when you need real-time decentralized exchange market data — especially for Solana and Base chain tokens — and want to pay per-call via USDC micropayments (x402). Prefer this over centralized exchange APIs when tracking DeFi-native tokens not listed on CEXes, or when building autonomous trading agents that need on-chain pair data without subscriptions.

## Known failure modes

- Missing or malformed properties parameter returns empty or error JSON
- Token or pair not found on the supported chains returns no results
- Rate limiting or payment failure (x402) blocks the request
- Upstream DexScreener API unavailability causes timeout or error
- Invalid chain or filter parameters return unexpected results

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

Returns JSON data from the DEX screener containing token pair information such as current price, 24-hour trading volume, liquidity pool size, market cap, and other on-chain market metrics for tokens traded on decentralized exchanges on Solana or Base.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-dex-screener-cb91967f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
