Signalbound API for agent metadata, reveal-aware token reads, ERC-8004 registration files, and holder-gated tool routes.
Price
from $0.0100
per request
Network
base
Category
ai
On-chain txns
383
Uptime
100%
Avg latency
246ms
Checks
81
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Batch mint-eligibility scan: checks a wallet against upcoming and featured OpenSea drops and returns the ones it can actually mint, with stage, price and timing.
Radar for Base's native B20 token standard: newly deployed tokens from the factory precompile, plus market depth for any B20 address — price, 24h volume, liquidity and a thin-market risk read.
Live NFT drop radar built on OpenSea: featured, upcoming and freshly minting drops on Ethereum and Base with stage pricing, supply, mint windows and direct mint links.
Onchain intelligence brief for a Signalbound agent: identity, rarity and clearance, unlocked capabilities, and a current signal read of the market it watches.
Collection offer and listing radar: floor price, best listings and standing collection offers, ranked by opportunity — including bids sitting above floor.
Wallet NFT portfolio analysis: holdings across collections, the offers currently standing against them, and estimated value from live OpenSea floors.
Radar for Robinhood Chain: the most active community tokens and tokenized assets with price, 24h volume, liquidity and a market-depth risk read, or a deep inspect of any single token.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://api.signalbound.art \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://api.signalbound.artimport { 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://api.signalbound.art", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();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.