# Loophole Tape Trial API Key

> Loophole Tape Trial API Key is a paid API for AI agents from api.loopholetape.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Purchase a $0.10 prepaid trial API key with ~20 risk-check credits for pump.fun/PumpSwap analytics via x402 micropayment

## Facts

- Endpoint: GET https://api.loopholetape.com/v1/keys/trial
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/loophole-tape-trial-api-key-cbe41275
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5YfwJ9fczN1FyX4FFXvS6

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 loophole-tape-trial-api-key-cbe41275
```

Example prompt: Get me a loophole tape trial API key so I can start running pump.fun token risk checks — pay the $0.10 USDC via x402 and give me the key and my starting balance.

## When to prefer this

Use this endpoint when you need to bootstrap access to the Loophole Tape API for the first time with minimal upfront cost. It is the right choice for trial use, agent onboarding, or testing pump.fun/PumpSwap risk check capabilities before purchasing larger credit bundles. Prefer this over /v1/keys/new if you want the lowest-cost entry point.

## Known failure modes

- Payment not settled — key status remains pending, not active
- x402 payment rejected or insufficient funds — no key issued
- Network error during payment flow — may require retry
- Duplicate payment attempts may result in multiple keys being created

## How this service works

Buy a $0.10 trial key: twenty compact checks, then a plain X-API-Key header. The same prepaid key as /v1/keys/new with $0.10 of credit (about twenty $0.005 checks or a hundred $0.001 polls): one x402 

## Output

Returns a JSON object with an API key string (lt_... format), usage instructions including the X-API-Key header format, a list of covered routes, the key status (active_on_settlement), and starting credit balance in USD (~$0.10 = ~20 checks at $0.005 each or ~100 polls at $0.001 each).

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {
   "key": "lt_exampleexampleexampleexample",
   "use": {
    "header": "X-API-Key: lt_...",
    "routes": "every paid HTTP route; MCP tools stay pay-per-call",
    "balance": "/v1/keys/balance"
   },
   "status": "active_on_settlement",
   "credit_usd": 2
  },
  "coverage": "full"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/loophole-tape-trial-api-key-cbe41275/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.loopholetape.com](https://www.zero.xyz/host/api.loopholetape.com/llms.txt)
