# PrimeAPI Crypto Address Transaction Lookup

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

Retrieves transaction history for a given cryptocurrency wallet address

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/crypto/address/transactions
- Price: $0.08826/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-address-transaction-lookup-03ac5e2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WWnmMYTmyHlMiP4bNShgW

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-address-transaction-lookup-03ac5e2e -d '<json body>'
```

Example prompt: Can you pull up the full transaction history for the crypto wallet address 0x742d35Cc6634C0532925a3b8D4C9C6A3f1b1e5d2 and show me what transactions have been made?

## When to prefer this

Use this endpoint when you need to retrieve on-chain transaction history for a specific cryptocurrency wallet address and want a pay-per-call approach without API key management. Prefer this over direct blockchain node queries when you need a simple REST interface and are willing to pay $0.088 USDC per call via x402 on Base.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Address with no transaction history may return empty result set
- Unsupported blockchain network may return null or error
- Rate limiting or payment failure returns 402 Payment Required
- Network timeout or upstream blockchain node failure returns 5xx error

## 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 a list of transactions associated with the provided cryptocurrency wallet address, including details such as transaction hashes, amounts, timestamps, sender/receiver addresses, and block information.

## 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-address-transaction-lookup-03ac5e2e/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)
