# OmniAPI Crypto Transaction Trace

> OmniAPI Crypto Transaction Trace is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.088035/call, status unknown (last checked 2026-09-15).

Traces the execution path and internal calls of a blockchain transaction across multiple chains

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/crypto/transaction/trace
- Price: $0.088035/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-crypto-transaction-trace-6ab4a870
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UpABxTuFfNKz4RxYowtlu

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 omniapi-crypto-transaction-trace-6ab4a870 -d '<json body>'
```

Example prompt: Can you trace the full execution path of transaction 0x4f3c... on Ethereum and show me all the internal contract calls that happened?

## When to prefer this

Use this endpoint when you need deep visibility into a blockchain transaction beyond simple receipt data — particularly for debugging failed smart contract calls, auditing DeFi interactions, or forensically analyzing suspicious transactions across supported chains. Prefer this over simple transaction lookup endpoints when internal calls and sub-contract interactions matter.

## Known failure modes

- Transaction hash not found on the specified chain — returns 404 or empty result
- Invalid or malformed transaction hash format — validation error
- Transaction too complex or trace data unavailable for the queried chain
- Rate limit exceeded or payment insufficient for the call
- Chain not supported by the endpoint — returns error indicating unsupported network

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns a structured trace of the blockchain transaction including the full execution path, internal call stack, contract-to-contract interactions, sub-calls, value transfers, and any revert reasons for failed operations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-crypto-transaction-trace-6ab4a870/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
