# PrimeAPI Crypto Contract Verification

> PrimeAPI Crypto Contract Verification is a paid API for AI agents from prime-api-seven.vercel.app, paid per call via x402, $0.109163/call, status unknown (last checked 2026-09-15).

Verifies a smart contract on the blockchain, returning verification status and details

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/crypto/contract/verify
- Price: $0.109163/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-crypto-contract-verification-3359378e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8RSAwLtTj5uL4Vv96fAQt

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 primeapi-crypto-contract-verification-3359378e -d '<json body>'
```

Example prompt: Can you verify whether the smart contract at address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 is a legitimate, verified contract on-chain?

## When to prefer this

Use this endpoint when an agent needs to confirm the authenticity or verification status of a smart contract before interacting with it, especially in DeFi or NFT workflows where contract legitimacy is critical. Prefer this over generic blockchain explorers when a pay-per-call, no-API-key solution is needed.

## Known failure modes

- Invalid or malformed contract address returns an error
- Unverified or unknown contract returns a not-found or unverified status
- Network timeout or upstream blockchain API failure
- Missing or empty query parameter returns a validation error
- Contract address exists but belongs to an unsupported chain

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns verification status and details for the queried smart contract, indicating whether the contract source code has been verified and any associated metadata

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/primeapi-crypto-contract-verification-3359378e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
