---
name: api.bitfence.ai
description: api.bitfence.ai provides a single-endpoint risk intelligence service that returns contextual risk insights for a given resource or entity. Each call is paid per-request in USDC via EIP-3009 on the Base network, costing 0.005 USDC per lookup.
host: api.bitfence.ai
---

# api.bitfence.ai

Bitfence is a pay-per-call risk context API operating on the Base network. It serves agents and applications that need on-demand, single-shot risk assessments for specific resources or entities and are equipped to handle micropayments via EIP-3009. It is a narrow, focused service with one callable skill and no batch or streaming capabilities.

## When to use this host

Use api.bitfence.ai when an agent needs a one-off contextual risk assessment for a specific resource or entity and can execute a micropayment of 0.005 USDC on Base via EIP-3009. Do not use this host for bulk risk scoring, streaming risk feeds, or high-frequency repeated lookups where per-call costs would accumulate significantly. It is also not suitable for agents that lack EIP-3009 payment capability or are not operating on the Base network. For broader threat intelligence, on-chain analytics, or wallet/address scoring at scale, look for alternative providers with batch APIs or subscription-based pricing.

## Capabilities

### Risk Context Lookup

Retrieves contextual risk insights for a specified resource or entity via a single paid API call, returning structured risk data useful for downstream decision-making.

- **`fetch-bitfence-risk-context`** — Returns contextual risk insights for a given resource or entity via the Bitfence risk API on Base network, paid per-call in USDC.

## Skill reference

### `fetch-bitfence-risk-context`

**Bitfence Risk Context** — Returns contextual risk insights for a given resource or entity via the Bitfence risk API on Base network, paid per-call in USDC.

*Use when:* Use when an agent needs contextual risk analysis for a specific resource or entity and is prepared to make a micropayment of 5000 USDC atomic units (0.005 USDC) per request via EIP-3009 on Base.

*Not for:* Do not use for bulk or streaming risk scoring; this is a single-shot contextual risk lookup per paid call.

**Inputs:**

- `resourceUrl` (string, required) — The URL of the resource or entity to assess for contextual risk. Derived from the x402 paywall extra metadata indicating the target endpoint.

**Returns:** Returns contextual risk insights for the specified resource or entity; exact response fields are not available from the provided schema.

**Example:** `GET https://api.bitfence.ai/v1/risk/contextual`

---
