# GGWP DexScreener Crypto Data Endpoint

> GGWP DexScreener Crypto Data Endpoint is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.107388/call, status unknown (last checked 2026-09-14).

Fetches decentralized exchange (DEX) token pair data and market information via DexScreener through the GGWP API Hub, paid per-call on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/dexscreener
- Price: $0.107388/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-dexscreener-crypto-data-endpoint-b47026a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Itn6Pipfn4xvztR-DOh1Y

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 ggwp-dexscreener-crypto-data-endpoint-b47026a3 -d '<json body>'
```

Example prompt: Can you pull up the current price, liquidity, and 24-hour trading volume for the WETH/USDC pair on Uniswap using DexScreener data?

## When to prefer this

Choose this endpoint when you need real-time DEX token pair data (price, liquidity, volume) sourced from DexScreener and you want pay-per-call access without a subscription, especially when operating in an autonomous agent context using x402 micropayments on Base chain.

## Known failure modes

- Token pair not found on DexScreener returns empty or error result
- Invalid token address format causes a bad request error
- Payment failure on Base chain due to insufficient USDC balance blocks the call
- Rate limiting or upstream DexScreener API downtime causes failures
- Vague or missing pair identifier results in no data returned

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns DEX pair market data sourced from DexScreener, including token prices, liquidity pool size, 24-hour trading volume, price change percentages, and related market statistics for the queried token pair.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-dexscreener-crypto-data-endpoint-b47026a3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
