← Back to marketplace

Signalbound API

external

Signalbound API for agent metadata, reveal-aware token reads, ERC-8004 registration files, and holder-gated tool routes.

by Signalbound7 endpoints100% uptime245ms avg

Price

from $0.0100

per request

Network

base

Category

ai

On-chain txns

383

Uptime

100%

Avg latency

245ms

Checks

79

Status

Healthy

Base URL

https://api.signalbound.art

Endpoints (7)

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

POST/allowlist-scan
base$0.0100

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.

POST/b20-radar
base$0.0100

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.

POST/drop-radar
base$0.0100

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.

POST/intel
base$0.0100

Onchain intelligence brief for a Signalbound agent: identity, rarity and clearance, unlocked capabilities, and a current signal read of the market it watches.

POST/offer-radar
base$0.0100

Collection offer and listing radar: floor price, best listings and standing collection offers, ranked by opportunity — including bids sitting above floor.

POST/portfolio
base$0.0100

Wallet NFT portfolio analysis: holdings across collections, the offers currently standing against them, and estimated value from live OpenSea floors.

POST/robinhood-radar
base$0.0100

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.

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://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.art
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://api.signalbound.art", {
  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.