# Losbeto Buy Credits — x402 AI Trading Swarm

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

Purchases credits on the Losbeto platform via USDC micropayment over x402 protocol, enabling AI agents to access monetized trading and multi-chain endpoints

## Facts

- Endpoint: GET https://api.losbeto.xyz/buy-credits
- Price: $0.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-x402-ai-trading-swarm-7560d30b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap___u2A2soYFkFv7St-wrh5

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-x402-ai-trading-swarm-7560d30b
```

Example prompt: Buy me credits on Losbeto using USDC so I can start using their AI trading swarm endpoints on Solana and Base.

## When to prefer this

Use this endpoint when an AI agent needs to pre-fund a Losbeto credit balance to access the platform's 67 monetized trading and multi-chain endpoints via x402 micropayments on Solana or Base. Prefer this over per-call payment flows when bulk credit purchasing is more efficient for high-frequency agent operations.

## Known failure modes

- Insufficient USDC balance — payment rejected with 402 status
- Invalid or missing x402 payment header — authentication failure
- Network/chain congestion causing payment confirmation delay
- Unsupported wallet or chain causing transaction failure
- Malformed request body returning 400 or 500 error

## 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

A JSON response confirming the credit purchase transaction, likely including updated credit balance, transaction ID, and confirmation of USDC payment received on Solana or Base chain.

## 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 $0.99 once and receive $1.25 of call balance (+25% bonus), 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-x402-ai-trading-swarm-7560d30b/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)
