# Losbeto Buy Credits — x402 AI Trading Swarm Credit Purchase

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

Allows AI agents or users to purchase credits for the Losbeto multi-chain AI trading swarm platform via USDC micropayments on Solana and Base.

## Facts

- Endpoint: GET https://markets.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-credit-purchase-0d6e01aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EJd7COVT3PovJxsc_BrNA

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-credit-purchase-0d6e01aa
```

Example prompt: I want to buy credits on Losbeto so my AI trading agent can make API calls — can you top up my account with USDC on Base?

## When to prefer this

Choose this endpoint when you need to pre-fund an AI agent or user account on the Losbeto platform with USDC credits to enable subsequent x402-monetized API calls for multi-chain AI trading operations. Prefer this over direct per-call payments if you need to batch-fund trading activity.

## Known failure modes

- Insufficient USDC balance in wallet
- Invalid or unsupported blockchain network specified
- Payment transaction failure or timeout on-chain
- Malformed request body or missing required properties
- Network congestion causing delayed transaction confirmation

## 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 confirming the credit purchase, including transaction details, updated credit balance, and payment confirmation on the selected blockchain (Solana or Base).

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "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.",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## 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-credit-purchase-0d6e01aa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from markets.losbeto.xyz](https://www.zero.xyz/host/markets.losbeto.xyz/llms.txt)
