# Relai SAT Record Lookup by ID

> Relai SAT Record Lookup by ID is a paid API for AI agents from relai.fi, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves a Relay SAT (Structured Attestation/Transaction) record by its unique ID, requiring a micropayment of $0.01 USDC on Base.

## Facts

- Endpoint: GET https://relai.fi/api/relay/1770567626782/api/sat/%7Bid%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/relai-fi-c0945d01
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NJrp_0c2Wc_-OUHFQBRy6

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 relai-fi-c0945d01
```

Example prompt: Can you pull the Relay SAT record for ID 8472910 from Relai — I need the full attestation details for that entry.

## When to prefer this

Use this endpoint when you need to retrieve a specific Relay SAT record by its unique identifier on the Relai platform. Prefer this when you already know the SAT record ID and need full attestation details. Suitable for agents operating in DeFi infrastructure pipelines that need to resolve relay attestations programmatically.

## Known failure modes

- Record not found: the provided ID does not correspond to any SAT record (404)
- Payment failure: USDC payment not received within 60-second timeout window
- Invalid ID format: malformed or missing record ID in request
- Payment amount mismatch: submitted amount does not exactly match required $0.01 USDC
- Network error on Base chain causing payment verification failure

## How this service works

Retrieve a Relay SAT record by ID; payment required in USDC on Base (eip155:8453) with an exact amount and 60s timeout.

## Output

Returns the full SAT (Structured Attestation/Transaction) record associated with the provided ID, including relay metadata and attestation details. Requires a $0.01 USDC micropayment on Base (chain ID 8453) with a 60-second payment timeout.

## More

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