# DexL Token Lookup by Contract Address

> DexL Token Lookup by Contract Address is a paid API for AI agents from api.dexl.io, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Retrieves token metadata and trading data for a specific memecoin on the DexL multichain SocialFi platform by contract address

## Facts

- Endpoint: GET https://api.dexl.io/api/tokens/:contractAddress
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dexl-token-lookup-by-contract-address-787f2306
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_njCRwjHv-J-drWUOcjLJQ

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 dexl-token-lookup-by-contract-address-787f2306
```

Example prompt: Can you pull up the token details for contract address 0x1234abcd...5678 on DexL — I want to see its current price, bonding curve status, and which chain it's on?

## When to prefer this

Use this endpoint when you need to look up a specific token by its contract address on the DexL multichain SocialFi platform (Arbitrum, Base, or Robinhood Chain) and need bonding curve data, SocialFi metrics, or memecoin-specific details that general DEX aggregators may not provide.

## Known failure modes

- Invalid or malformed contract address returns 400 error
- Contract address not found on DexL platform returns 404
- Token exists on a chain not supported by DexL returns empty or error response
- Rate limiting or payment failure returns 402 or 429
- Network-specific lookup may fail if chain context is ambiguous

## How this service works

Detailed data for a single token (by contract address)

## Output

Returns token metadata including token name, symbol, contract address, chain information, current price, bonding curve progress, market cap, trading volume, creator details, and other SocialFi-related statistics for the specified token on the DexL platform.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dexl-token-lookup-by-contract-address-787f2306/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.dexl.io](https://www.zero.xyz/host/api.dexl.io/llms.txt)
