# 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.002/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://agentbit.app/v1/market/sentiment
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/v1-market-sentiment-d82d6453
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AgbjPaEH1JIwoXZx9n_sN

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-market-sentiment-d82d6453 -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",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {},
     "description": "Crypto Market Sentiment input. Crypto market sentiment in one call: the Fear & Greed index (0-100 with classification) plus global market stats — total market cap, 24h volume, BTC/ETH dominance and 24h change. Free public data, $0.002."
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "errors": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "status",
     "code"
    ],
    "properties": {
     "code": {
      "type": "string"
     },
     "status": {
      "type": "integer"
     },
     "retryable": {
      "type": "boolean"
     },
     "description": {
      "type": "string"
     }
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  },
  "pricing": {
   "type": "object",
   "properties": {
    "model": {
     "type": "string"
    },
    "amount": {
     "type": [
      "number",
      "null"
     ]
    },
    "currency": {
     "type": "string"
    },
    "maxAmount": {
     "type": "number"
    },
    "quoteHint": {
     "type": "string"
    },
    "firstCallFree": {
     "type": "boolean"
    },
    "volumeDiscounts": {
     "type": "array",
     "items": {
      "type": "object",
      "required": [
       "minCalls30d",
       "percent"
      ],
      "properties": {
       "percent": {
        "type": "number"
       },
       "minCalls30d": {
        "type": "integer"
       }
      }
     }
    }
   }
  },
  "networks": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "provider": {
   "type": "object",
   "required":
… (truncated)
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v1-market-sentiment-d82d6453/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)
