# Losbeto Buy Credits ($24.99 for $33.00 Balance)

> Losbeto Buy Credits ($24.99 for $33.00 Balance) is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $24.99/call, status unknown (last checked 2026-09-14).

Purchase a prepaid credit bundle of $33.00 call balance for $24.99 USDC, valid 90 days, usable across Losbeto's LLM inference and market data endpoints via X-API-Key header.

## Facts

- Endpoint: GET https://api.losbeto.xyz/buy-credits-25
- Price: $24.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-buy-credits-24-99-for-33-00-balance-0d9dfc00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_585jjJdOsGx_NgLSEbdjH

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-buy-credits-24-99-for-33-00-balance-0d9dfc00
```

Example prompt: I want to prepay for Losbeto API access — buy me the $24.99 credit bundle so I get $33 of call balance loaded onto an API key I can use for the next 90 days.

## When to prefer this

Choose this endpoint when you need repeated access to Losbeto's LLM inference or market data endpoints and want to avoid per-call on-chain settlement latency. The 32% bonus ($33 for $24.99) makes it economical for any agent making more than a handful of calls. Prefer this over per-call pay-as-you-go if your agent will make many requests within 90 days, or if you need low-latency request handling without blockchain confirmation delays on each call.

## Known failure modes

- Insufficient USDC balance on wallet — payment fails with 402 or equivalent payment error
- Unsupported blockchain network — payment rejected if not on Base, Solana, or Algorand
- Credits already expired — 90-day validity window exceeded and balance zeroed out
- Duplicate payment attempts — may not stack or extend validity predictably
- Invalid format query parameter — may return error or default to JSON

## How this service works

OpenAI-compatible LLM gateway at $0.005/call — change base_url, pay in USDC. Plus pay-per-call market data: multi-oracle price consensus, sentiment, forex, equities, commodities, Brazil macro (BCB/B3) and crypto. No API keys, no accounts. USDC on Base, Solana and Algorand via x402.

## Output

Returns a confirmation of the credit purchase, including the funded balance amount ($33.00), an X-API-Key to authenticate subsequent requests, and the 90-day validity window. After this single on-chain USDC transaction, each subsequent API call is settled against the pre-funded balance with zero per-call settlement latency.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "format": {
       "type": "string",
       "description": "Response format (json)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "CREDITS: pay $24.99 once and receive $33.00 of call balance (+32% bonus), valid 90 days, spent via the X-API-Key header. One on-chain transaction, then zero settlement latency per request."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-buy-credits-24-99-for-33-00-balance-0d9dfc00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.losbeto.xyz](https://www.zero.xyz/host/api.losbeto.xyz/llms.txt)
