MadeOnSolMade on Sol
Tools
BlogAdvertiseCompare
Sign in
MadeOnSolMade on Sol

Solana and Robinhood Chain intelligence — KOL wallet tracking, deployer intelligence, all-DEX trade streams, and a developer API. Discover, compare, and build.

Discover

  • All Tools
  • Stacks
  • KOL Tracker
  • Deployer Hunter
  • KOL Scout Leaderboard
  • Robinhood Chain
  • Robinhood API
  • Solana API
  • Datasets
  • API Pricing
  • Enterprise API
  • x402 for AI agents
  • Robinhood Chain x402
  • Yields
  • Blog
  • Blog Archive
  • Solana Glossary

Best Of

  • Best Trading Bots
  • Best DEXs
  • Best Wallets
  • Best Analytics
  • Best DeFi
  • Best Snipers

Compare

  • Wallets
  • DEXs
  • Snipers
  • TG Bots
  • Terminals
  • Analytics
  • Portfolio
  • Copy Trading
  • Security
  • Liquid Staking
  • RPC Providers
  • Bridges
  • Launchpads
  • NFT Marketplaces
  • Lending
  • Bot Calculator

Resources

  • Submit a Tool
  • API Docs
  • Changelog
  • API Status
  • Tool Uptime
  • Signal Scorecard
  • Site Stats
  • Advertise

Legal

  • About
  • Contact
  • Terms
  • Privacy
  • Disclaimer

© 2026 MadeOnSol

Follow us on XPowered by:constant·k — Private Solana RPC Services
Robinhood Chain
OverviewKOL TrackerDeployersBy the NumbersAPIx402Pricing
live from our self-hosted node · chain id 4663
Robinhood Chainx402
Robinhood Chain · chain 4663 · x402

Pay-per-call Robinhood Chain data for AI agents

Six x402-paywalled Robinhood Chain endpoints — KOL trades, hot tokens, leaderboards, token snapshots, buyer-quality and KOL-consensus. Your agent's wallet is the key: no signup, no subscription. Pay in USDG on Robinhood Chain or USDC on Solana, $0.005–$0.02 per call, settled in ~1 second.

Discovery endpoint (JSON) →Keyed REST APIFlat monthly plans

USDG on Robinhood Chain (native)

Settles on Robinhood Chain via EIP-3009 transferWithAuthorization. Flat $0.04 minimum per call. Best if your agent already operates on RHC.

USDC on Solana (fallback)

Settles on Solana at the base price ($0.005–$0.02). Best if your agent already holds Solana USDC — the same rail as the Solana x402 API.

Endpoints

EndpointUSDG (RHC)USDC (Solana)
/api/x402/rhc/kol/feed
KOL trade feed
Real-time trades from tracked Robinhood Chain KOL wallets — 0x addresses, ETH amounts, tx hashes, enriched with live market cap, deployer tier, and MC-multiple-since-trade.
$0.04$0.005
/api/x402/rhc/kol/hot-tokens
Hot tokens (KOL consensus)
Tokens bought by 2+ tracked KOLs inside the window — the consensus-buy signal, enriched with launchpad, deployer tier, graduation status, and current MC.
$0.04$0.01
/api/x402/rhc/kol/leaderboard
KOL leaderboard
KOL activity ranking by trades, buy/sell ETH volume, net flow, and tokens traded over 24h / 7d / 30d.
$0.04$0.005
/api/x402/rhc/tokens/{mint}
Token snapshot
Metadata + live price / market cap / FDV, liquidity, pool inventory, deployer reputation, and named KOL activity for any RHC token.
$0.04$0.01
/api/x402/rhc/tokens/{mint}/buyer-quality
Buyer quality
Quality score for a token's earliest buyer cohort — win-rate, KOL presence, bot-domination, bundle penalty, and the OOS-validated dump-cluster ensemble. Full parity with the Solana scorer.
$0.04$0.02
/api/x402/rhc/tokens/{mint}/kol-consensus
KOL consensus
How the tracked KOL cohort is positioned on a token: distinct buyers/sellers, exit rate, net ETH flow, median entry MC, first-touch wallet — with the full buyer/exit wallet lists.
$0.04$0.02

Responses match the exact shape of the equivalent /api/v1/rhc/* endpoints.

How it works

  1. 1
    Call the endpoint
    Your agent GETs the URL. It returns HTTP 402 with a payment challenge listing both accept options.
  2. 2
    Sign a micropayment
    The agent signs an exact-amount authorization (USDG EIP-3009, or Solana USDC) from its own wallet — one signature.
  3. 3
    Get the data
    The facilitator settles on-chain in ~1s and the endpoint returns the full JSON. No key, no account.

Quickstart

# 1. Discover the catalog (free)
curl https://madeonsol.com/api/x402/rhc

# 2. Call an endpoint — returns HTTP 402 with the payment challenge
curl -i https://madeonsol.com/api/x402/rhc/kol/feed?limit=20

# 3. Your x402 client signs the payment and retries; you get the data.
#    Pay with USDG on Robinhood Chain, or USDC on Solana — your choice.

FAQ

What is MadeOnSol x402 for Robinhood Chain?

A pay-per-call HTTP API for Robinhood Chain (an Arbitrum Orbit L2, chain id 4663) memecoin data — KOL trades, hot tokens, leaderboards, token snapshots, buyer-quality and KOL-consensus. It uses the x402 protocol: your AI agent calls an endpoint, gets an HTTP 402 with a payment challenge, signs a micropayment from its own wallet, and receives the data. No account, no API key, no subscription.

How do I pay — USDG on Robinhood Chain or USDC on Solana?

Both. Every endpoint advertises two payment options (x402 accepts[]): USDG on Robinhood Chain (native, via EIP-3009 transferWithAuthorization) or USDC on Solana. Your agent pays with whichever it holds. The USDG-on-RHC leg has a $0.04 floor; the Solana-USDC leg keeps the base price.

How much does a Robinhood Chain x402 call cost?

$0.005–$0.02 per call on the Solana-USDC leg, or a flat $0.04 minimum on the USDG-on-Robinhood-Chain leg. There is no monthly minimum and no signup.

What is USDG?

USDG (Global Dollar) is a Paxos-issued, EIP-3009-compatible stablecoin and the dominant stablecoin on Robinhood Chain. Because it supports transferWithAuthorization, an agent can authorize a single exact-amount payment with one signature — the gasless flow x402 needs.

Do the x402 responses match the paid REST API?

Yes. The /api/x402/rhc/* responses share the exact shape of the equivalent /api/v1/rhc/* endpoints — real 0x addresses, real tx hashes, full precision. No downgrade for paying per call.

How do agents discover the Robinhood Chain endpoints?

GET https://madeonsol.com/api/x402/rhc returns the full catalog as JSON — paths, prices, both payment options, and schemas — for agent self-configuration. It is free and requires no payment.