# BaseBuilder Trading Token Info

> BaseBuilder Trading Token Info is a paid API for AI agents from bb-trading-gold.vercel.app, paid per call via x402, $0.163971/call, status unknown (last checked 2026-09-14).

Retrieves detailed information about a specific cryptocurrency token, including price, metadata, and trading data

## Facts

- Endpoint: POST https://bb-trading-gold.vercel.app/api/token/info
- Price: $0.163971/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-trading-token-info-dc3ef727
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lmCcgHo16ntWK5BPfiREd

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 basebuilder-trading-token-info-dc3ef727 -d '<json body>'
```

Example prompt: Can you look up the token info for the USDC contract on Base — I need the current price, market cap, and any available trading metadata from the BaseBuilder Trading API?

## When to prefer this

Choose this endpoint when you need structured, paid-tier token information specifically for tokens on the Base blockchain via the BaseBuilder Trading hub, especially when integrating with x402 micropayment workflows and needing reliable per-call pricing.

## Known failure modes

- Invalid or unrecognized token address returns error
- Token not indexed or not available on Base network
- Network timeout or service unavailability
- Malformed POST body missing required token identifier
- Token exists but has insufficient trading data for full response

## How this service works

BaseBuilder Trading API hub - 20 paid endpoints

## Output

Returns structured token information including current price, market capitalization, circulating supply, contract metadata, trading volume, and other on-chain token details for the queried token on the Base network.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-trading-token-info-dc3ef727/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-trading-gold.vercel.app](https://www.zero.xyz/host/bb-trading-gold.vercel.app/llms.txt)
