# EruditePay Security Token Lookup

> EruditePay Security Token Lookup is a paid API for AI agents from bridge.eruditepay.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Retrieves crypto intelligence data for a specific token by address or symbol

## Facts

- Endpoint: POST https://bridge.eruditepay.com/api/v1/security/token
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bridge-eruditepay-com-a5b690d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7zunqUm-SD-ZwSDtzrcUu

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 bridge-eruditepay-com-a5b690d5 -d '<json body>'
```

Example prompt: Can you pull the security and intelligence data for the token at contract address 0x6982508145454Ce325dDbE47a25d4ec3d2311933 — I want to know if it looks safe to trade?

## When to prefer this

Use this endpoint when you need on-demand security or intelligence data for a specific crypto token identified by its contract address or symbol, especially when evaluating DeFi tokens for risk or authenticity before trading or investing.

## Known failure modes

- Token address not found or unrecognized — returns 404 or empty result
- Invalid token address format — returns 400 validation error
- Payment not provided or insufficient — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests
- Network or upstream data source unavailable — returns 503

## How this service works

Crypto data intelligence

## Output

Returns crypto intelligence and security analysis data for the specified token, including metadata and risk indicators associated with the token address or symbol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "token": {
   "type": "string",
   "description": "Token address or symbol"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bridge-eruditepay-com-a5b690d5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bridge.eruditepay.com](https://www.zero.xyz/host/bridge.eruditepay.com/llms.txt)
