← Back to marketplace

Minerva API

external

Pay-per-request access to Minerva identity resolution, enrichment, email validation, and person search. AI that understands consumer behavior.

by Minerva5 endpoints100% uptime249ms avg

Price

from $0.0100

up to $0.0500 per request

Network

base

Category

ai

On-chain txns

0

Uptime

100%

Avg latency

249ms

Checks

92

Status

Healthy

Base URL

https://agentcash.minerva.io

Endpoints (5)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/minerva/enrich
base$0.0500

Minerva Enrich - Enrich person records with demographics, work history, education, contact info, addresses, and financial signals. Supports lookup by Minerva PID, LinkedIn URL, or name/email/phone.

POST/api/minerva/person-search
base$0.0400

Minerva Person Search - Search for people using natural-language queries. Returns matching person identifiers and contact channel coverage statistics.

GET/api/minerva/person-search/get
base$0.0100

Minerva Person Search - Retrieve a previously created person search by its ID.

POST/api/minerva/resolve
base$0.0200

Minerva Resolve - Resolve person identity to a Minerva PID and LinkedIn URL. Supports fuzzy matching and reverse lookup by email or phone only.

POST/api/minerva/validate-emails
base$0.0100

Minerva Validate Emails - Check if email addresses exist in the Minerva database and retrieve validation status and last seen timestamps.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://agentcash.minerva.io \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://agentcash.minerva.io
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://agentcash.minerva.io", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.