← Marketplace

Stable-jack

Stable-jack is an x402-native service at https://ai.stable-jack.com, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.

Base

Offers

OfferEndpointPrice
Tools Government Trading Data
Retrieve government trading data through StableJack's agent-ready research API.
/m/bz-ai-stable-jack-com/x402/tools/government_trading_data0.05 USDC
Tools Historical Market Prices
Retrieve historical market prices through StableJack's agent-ready research API.
/m/bz-ai-stable-jack-com/x402/tools/historical_market_prices0.05 USDC
Tools Insider Trading Data
Retrieve insider ownership or transaction data. Include endpoint and listed-company symbol.
/m/bz-ai-stable-jack-com/x402/tools/insider_trading_data0.05 USDC
Tools Institutional Holdings
Retrieve institutional filing data. For filings-extract include institution CIK, filing year, and quarter.
/m/bz-ai-stable-jack-com/x402/tools/institutional_holdings0.05 USDC
Tools L2 Order Book
Retrieve l2 order book through StableJack's agent-ready research API.
/m/bz-ai-stable-jack-com/x402/tools/l2_order_book0.05 USDC
Tools Liquidation Risk
Retrieve liquidation risk through StableJack's agent-ready research API.
/m/bz-ai-stable-jack-com/x402/tools/liquidation_risk0.05 USDC
Tools Market Candle Data
Retrieve market candle data through StableJack's agent-ready research API.
/m/bz-ai-stable-jack-com/x402/tools/market_candle_data0.05 USDC
Tools Market Price Charts
Retrieve historical market prices for a listed security. Include endpoint and symbol.
/m/bz-ai-stable-jack-com/x402/tools/market_price_charts0.05 USDC
Tools Market Quotes
Retrieve a current or after-hours market quote. Include endpoint and symbol.
/m/bz-ai-stable-jack-com/x402/tools/market_quotes0.05 USDC
Tools Onchain User Activity
Retrieve a derived chain or protocol activity proxy. Include scope and a canonical target such as Ethereum or a protocol slug.
/m/bz-ai-stable-jack-com/x402/tools/onchain_user_activity0.05 USDC
Tools Perpetual Asset Screener
Retrieve perpetual asset screener through StableJack's agent-ready research API.
/m/bz-ai-stable-jack-com/x402/tools/perpetual_asset_screener0.05 USDC
Tools Perpetual Market Context
Retrieve perpetual market context through StableJack's agent-ready research API.
/m/bz-ai-stable-jack-com/x402/tools/perpetual_market_context0.05 USDC

Machine-readable: openapi.json with x-payment-info offers.

Try it live

Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.

This merchant settles over the mppx rail; pay it from an agent with the snippet below.

Pay with an agent

Any MPP or x402-compatible client works. With mppx, payment is automatic:

import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'

const mppx = Mppx.create({
  methods: [evm({
    account: privateKeyToAccount(process.env.KEY),
    currencies: [evm.assets.base.USDC],
  })],
})

const res = await mppx.fetch('https://api.meshgateway.co/m/bz-ai-stable-jack-com/x402/tools/government_trading_data')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-ai-stable-jack-com/x402/tools/government_trading_data
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …