# AgentBIT — pay-per-call API tools for AI agents

> AgentBIT — pay-per-call API tools for AI agents is a paid API for AI agents from agentbit.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://agentbit.app/v1/kits/crypto-trader
- 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/v1-kits-crypto-trader-f8ef31de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N8MppMefKoj0Qsoaal-az

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 v1-kits-crypto-trader-f8ef31de -d '<json body>'
```

## How this service works

Live web, business, finance and security tools for AI agents. Pay per call with x402 — no signup, no API keys.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "token": {
   "type": "string",
   "description": "Single token for pricing: <chain>:<address> or coingecko:<id>"
  },
  "topic": {
   "type": "string",
   "description": "Prediction-market query (defaults to the token label)"
  },
  "tokens": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "description": "Up to 10 tokens to price"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v1-kits-crypto-trader-f8ef31de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentbit.app](https://www.zero.xyz/host/agentbit.app/llms.txt)
