# Losbeto Onchain Credit Lookup

> Losbeto Onchain Credit Lookup is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Returns onchain credit data for AI agents via a pay-per-call x402 USDC micropayment endpoint on Solana/Base.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/onchain-credit
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-onchain-credit-lookup-75526ce4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y-kcrDgKl2WsOQfRAY1z1

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 losbeto-onchain-credit-lookup-75526ce4
```

Example prompt: Can you fetch the onchain credit data for my wallet from Losbeto so I can see my borrowing eligibility on Solana or Base?

## When to prefer this

Choose this endpoint when you need a pay-per-call, micropayment-gated onchain credit lookup that works natively with AI agents via the x402 protocol on Solana or Base, and you want sub-dollar pricing ($0.06 per call) without API key friction.

## Known failure modes

- Missing or malformed properties parameter returns an error or empty response
- Payment not processed (402) if x402 USDC micropayment of $0.06 fails
- Wallet address not found on supported chains returns null or empty credit data
- Network timeout if Railway-hosted service is under load
- Unsupported chain returns no data

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

A JSON response containing onchain credit metrics for a given wallet or context, likely including credit score, limit, history indicators, or eligibility flags derived from on-chain activity on Solana or Base.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-onchain-credit-lookup-75526ce4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
