Powered by x402 Protocol on Base

Crypto Intelligence.
Pay Per Signal.

Real-time crypto signals powered by 25 indicators. Built for AI agents and developers.No API keys. No subscriptions. Just HTTP 402 → automatic USDC micro-payment → instant intelligence.

$0.02
from / call
25
indicators
~15min
updates
Built to Trust

Open & Transparent

Every metric is public. No black boxes. Verify our performance before you pay.

Live on Base

Payments settled on-chain. Sub-second finality.

Loading...

Signals tracked since launch

99.8%

API uptime (30 days)

Free /stats

Verify our performance publicly

Payment Methods

Three ways to pay. Zero friction.

Choose your preferred payment method. All transactions settle on Base L2 for instant, low-cost payments.

Recommended
x402

x402 Protocol

Primary Method

Pay per request with USDC on Base. No subscription, no API keys for payment. Just add the x402 payment header and let the protocol handle everything.

Simplest integration
Automatic payment handling
Sub-cent transaction fees
Instant settlement
Example Request
fetch('https://api.moonmaker.cc/signal/BTC', {
  headers: {
    'X-Payment-Method': 'x402',
    'X-Wallet-Address': wallet.address
  }
})
Get Started

Virtuals ACP

Agent Marketplace

Available on Virtuals Protocol marketplace. 2,100+ AI agents can discover and buy our data directly through the ACP ecosystem.

Agent ID: 3993
2,100+ agent network
Built-in discovery
Native agent integration
View on Virtuals

PayGate (ETH)

Auto-Swap

Have ETH but no USDC? PayGate auto-swaps and delivers. 3 API calls, zero friction. Smart contract handles the conversion automatically.

1Send ETH to contract
2Auto-swap to USDC
3Receive API response

Contract Address

0x8dcFb0F5981BE9B8943C6d6aeeed6000C44B0583

Network: Base Mainnet

Learn More
Transparent Pricing

Pay per call. Start from $0.02.

No subscriptions, no tiers, no hidden fees. Each endpoint has a fixed price. Pay only for what you use via x402 protocol.

Core Signals

Essential trading intelligence

GET/signal/{coin}

Real-time trading signals with confidence scores

$0.05
GET/context/{coin}

25 indicators breakdown by category

$0.05
GET/regime

Market regime classification & risk level

$0.05

Risk & Position

Advanced risk management

GET/risk/{coin}

Stop-loss, take-profit, position sizing

$0.10

Market Data

Institutional & macro intelligence

GET/institutions

Corporate BTC holdings & purchases

$0.05
GET/events

Economic calendar & market events

$0.03
GET/market/etf

ETF flows by fund (IBIT, FBTC, etc.)

$0.02
GET/market/overview

Complete market snapshot

$0.10

Always Free

No payment required for these endpoints

GET/stats

Performance metrics & live signals preview

FREE
GET/health

API status & latency check

FREE
How It Works

Three steps. Zero friction.

📡
Step 1

Request Data

Make a standard HTTP GET request to any endpoint. No API key needed. No signup required.

💸
Step 2

Auto-Pay via x402

Server returns 402 Payment Required. Your x402 client automatically sends USDC micro-payment on Base.

🚀
Step 3

Receive Intelligence

Payment confirmed on-chain in milliseconds. You get back fresh AI-generated trading signals instantly.

?What is x402?

x402 is an open protocol that brings HTTP 402 Payment Required to life. APIs return a 402 status with payment details. Compatible clients automatically settle the micro-payment in USDC on Base L2 — sub-cent fees, instant finality. No API keys, no subscriptions, no billing dashboards. Just pay-per-use at the protocol level.

Quick Start

Five lines to your first signal.

example.ts
import { x402Fetch } from "x402-fetch";
import { createWallet } from "x402-wallet-base";

// Create or load a Base L2 wallet with USDC
const wallet = createWallet(process.env.PRIVATE_KEY);

// Just fetch. x402 handles 402 → payment → retry.
const res = await x402Fetch(
  "https://api.moonmaker.cc/signal/BTC",
  { wallet }
);

const signal = await res.json();
console.log(signal);
// {
//   "coin": "BTC",
//   "signal": { "direction": "STRONG_LONG", "confidence": 0.31 },
//   "votes": { "long": 9, "short": 5, "neutral": 6 },
//   "categories": { "trend": "LONG", "macro": "LONG" },
//   "price": 70630.09
// }

Start building today.

No signup. No API key. Just make a request and let x402 handle the rest.