On-chain intelligence for Solana traders and agents, priced per call over x402. Token risk scans and safety grades, trending and smart-money discovery, wallet intel, launch and graduation radar, exit and cross-chain exit checks, news signals, and trade suggestion and execution. Pay in USDC on Solana or Base.
Pay from $0.01 to $0.60 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 4h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- -
- uptime 7d
- -
- uptime 30d
- -
- uptime 90d
- -
- response p95
- 184ms
- avg response
- 184ms
- total checks
- 1
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.01 to $0.60 (p49 in Finance)
- price (min)
- $0.01
- price (max)
- $0.60
- category percentile (min)
- p49 in Finance
- category percentile (max)
- p92 in Finance
- endpoints / prices
- 18 / 12
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $0 30d · 0 buyers
- volume 30d
- $0
- buyers 30d
- 0
- settlements 30d
- 0
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedSolProbe provides market intelligence, trading signals, and news analysis for Solana tokens.
- category
- crypto-analytics
- in
- body
- auth
- api key
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| POST | /exit/check | $0.01 | Base/Solana | USDC | |
| POST | /exit/cross-check | $0.01 | Base/Solana | USDC | |
| POST | /graduation/momentum | $0.40 | Base/Solana | USDC | |
| POST | /graduation/radar | $0.06 | Base/Solana | USDC | |
| POST | /launch/radar | $0.05 | Base/Solana | USDC | |
| POST | /market/intel | $0.20 | Base/Solana | USDC | |
| POST | /news/brief | $0.05 | Base/Solana | USDC | |
| POST | /news/pulse | $0.01 | Base/Solana | USDC | |
| POST | /news/pulse_plus | $0.10 | Base/Solana | USDC | |
| POST | /news/report | $0.25 | Base/Solana | USDC | |
| POST | /scan/deep | $0.50 | Base/Solana | USDC | |
| POST | /scan/quick | $0.02 | Base/Solana | USDC | |
| POST | /scan/smart-money | $0.05 | Base/Solana | USDC | |
| POST | /scan/trending | $0.02 | Base/Solana | USDC | |
| POST | /signal/radar | $0.04 | Base/Solana | USDC | |
| POST | /trade/execute | $0.15 | Base/Solana | USDC | |
| POST | /trade/suggest | $0.60 | Base/Solana | USDC | |
| POST | /wallet/intel | $0.10 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /exit/check returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://api.solprobe.xyz/exit/check'
// 402 response (captured by monitor) · 18 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/scan/quick",
"mimeType": "application/json",
"description": "Solana rug check and token safety grade in under 5 seconds — is this Solana token a scam or safe to buy? Returns an A–F risk grade with mint-authority, freeze-authority, top-holder concentration, and LP-burn status from live on-chain data. The pre-trade safety gate for any Solana trading agent."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"token_address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"data_quality": "FULL",
"schema_version": "2.0",
"structural_risk_grade": "A"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"token_address"
],
"properties": {
"token_address": {
"type": "string",
"maxLength": 44,
"minLength": 32
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.02 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "500000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "500000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/scan/deep",
"mimeType": "application/json",
"description": "Deep due diligence on a Solana token — should you buy it? Everything in the quick rug check plus dev-wallet history, LP-lock status, wash-trading detection, pump.fun and bundled-launch detection, momentum score, and a BUY/AVOID/WATCH/DYOR recommendation in under 30 seconds."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"token_address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"risk_grade": "B",
"data_quality": "FULL",
"recommendation": {
"action": "WATCH"
},
"schema_version": "2.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"token_address"
],
"properties": {
"token_address": {
"type": "string",
"maxLength": 44,
"minLength": 32
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.50 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/scan/trending",
"mimeType": "application/json",
"description": "What's trending on Solana right now — and which ones aren't honeypots? Returns the top tokens by volume and liquidity, each pre-screened through SolProbe's A–F safety gate (authority flags, LP burn, holder concentration). LSTs filtered out. A clean discovery feed for momentum and rotation agents."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"limit": 25,
"sort_by": "rank"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"limit": 25,
"source": "birdeye_trending",
"tokens": [
{
"rank": 1,
"symbol": "EXAMPLE",
"address": "<base58 mint>",
"price_usd": 1.23,
"quickscan": {
"data_quality": "FULL",
"schema_version": "2.0",
"structural_risk_grade": "B"
},
"liquidity_usd": 1500000
}
],
"data_quality": "FULL",
"schema_version": "2.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 25,
"maximum": 25,
"minimum": 1
},
"sort_by": {
"enum": [
"rank",
"volume24hUSD",
"liquidity"
],
"type": "string",
"default": "rank"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.02 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/scan/smart-money",
"mimeType": "application/json",
"description": "Where is Solana smart money buying right now? Returns the top tokens the smart-money cohort is accumulating over your chosen window (1d/7d/30d) and trader style, each pre-screened through the A–F safety gate — with net smart-money flow and distinct-trader count. Copy-trade discovery without the honeypots."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"limit": 10,
"interval": "7d",
"trader_style": "all"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"limit": 10,
"source": "birdeye_smart_money",
"tokens": [
{
"symbol": "EXAMPLE",
"address": "<base58 mint>",
"price_usd": 1.23,
"quickscan": {
"data_quality": "FULL",
"schema_version": "2.0",
"structural_risk_grade": "B"
},
"net_flow_usd": 12500,
"trader_style": "trenchers",
"liquidity_usd": 1500000,
"smart_traders_no": 87
}
],
"interval": "7d",
"data_quality": "FULL",
"trader_style": "all",
"schema_version": "2.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 25,
"minimum": 1
},
"interval": {
"enum": [
"1d",
"7d",
"30d"
],
"type": "string",
"default": "7d"
},
"trader_style": {
"enum": [
"all",
"risk_averse",
"risk_balancers",
"trenchers"
],
"type": "string",
"default": "all"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.05 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "200000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "200000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/market/intel",
"mimeType": "application/json",
"description": "Solana token market signal — is it pumping or dumping? In under 10 seconds: current price, volume, buy/sell pressure, large-transaction (whale) detection, and a BULLISH/BEARISH/NEUTRAL call. Market context a trading agent needs before sizing or executing a Solana position."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"token_address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"signal": "BULLISH",
"data_quality": "FULL",
"buy_sell_ratio": 1.85,
"schema_version": "2.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"token_address"
],
"properties": {
"token_address": {
"type": "string",
"maxLength": 44,
"minLength": 32
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.20 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/exit/check",
"mimeType": "application/json",
"description": "Can a buyer agent exit this Solana token right now, and at what cost? Returns a deterministic sellable yes/no, expected USDC return on a $10 (default) round-trip via Jupiter, exit price impact, route count, and hard blockers (freeze authority active, Token-2022 non-transferable, transfer fee bps). The cheapest pre-trade gate — call before any swap to screen honeypot / trap-exit risk in under 5 seconds."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"size_usdc": 10,
"token_address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"blockers": {
"no_route": false,
"is_token_2022": false,
"non_transferable": false,
"transfer_fee_bps": 0,
"freeze_authority_active": false
},
"sellable": true,
"route_count": 3,
"data_quality": "FULL",
"top_route_dex": "Raydium",
"recommendation": {
"action": "OK",
"reason": "Exit route present; no hard blockers detected."
},
"schema_version": "2.0",
"price_impact_pct": 1.3,
"expected_output_usdc": 9.87
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"token_address"
],
"properties": {
"size_usdc": {
"type": "number",
"default": 10,
"maximum": 10000,
"minimum": 0.01
},
"token_address": {
"type": "string",
"maxLength": 44,
"minLength": 32
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.01 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/exit/cross-check",
"mimeType": "application/json",
"description": "Can a Base/Arbitrum/Optimism/Polygon/Ethereum agent exit this Solana token back to USDC on its OWN chain — and at what all-in cost? Extends sol_exit_check with a quote-only Li.Fi bridge leg: the full Solana-side exit (sellable, expected USDC, price impact, blockers) plus a bridge block (route, cost %, est. duration) and a composite net_home_output_usdc / all_in_cost_pct. Nothing is signed — it prices the round trip so a non-Solana agent knows the true cost before acting."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"size_usdc": 10,
"home_chain": "base",
"token_address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"bridge": {
"tool": "across",
"available": true,
"bridge_cost_pct": 0.28,
"est_duration_sec": 22,
"home_output_usdc": 9.84
},
"sellable": true,
"home_chain": "base",
"data_quality": "FULL",
"recommendation": {
"action": "OK",
"reason": "Exit route present and cleanly bridgeable to base (≈1.6% all-in via across)."
},
"schema_version": "2.0",
"all_in_cost_pct": 1.6,
"price_impact_pct": 1.3,
"expected_output_usdc": 9.87,
"net_home_output_usdc": 9.84
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"token_address"
],
"properties": {
"size_usdc": {
"type": "number",
"default": 10,
"maximum": 10000,
"minimum": 0.01
},
"home_chain": {
"enum": [
"base",
"arbitrum",
"optimism",
"polygon",
"ethereum"
],
"type": "string",
"default": "base"
},
"token_address": {
"type": "string",
"maxLength": 44,
"minLength": 32
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.01 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "100000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/wallet/intel",
"mimeType": "application/json",
"description": "Deep behavioural & risk profile for any Solana wallet — win-rate, realized PnL, average hold time, trade count, wallet age, funding origin (CEX / mixer / fresh), behaviour style (sniper / flipper / hodler / bot / pro-trader), copy-trade worthiness with sample size, and a LOW_RISK / HIGH_RISK / UNKNOWN verdict. Backed by aggregated on-chain analytics, so win-rate and PnL stay robust even for high-volume wallets an RPC tx-cap would undercount. Vet a counterparty or screen a dev before acting."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"wallet_address": "DfMxre4cKmvogbLrPigxmibVTTQDuzjdXojWzjCXXhzj"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"behavior": {
"style": "MOMENTUM"
},
"copy_trading": {
"worthiness": "LOW",
"sample_size": 202
},
"data_quality": "PARTIAL",
"win_rate_pct": 48.6,
"classification": "LOW_RISK",
"funding_source": {
"risk": "LOW",
"funder_type": "CEX"
},
"schema_version": "2.0",
"wallet_activity_type": "SWING_TRADER"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"wallet_address"
],
"properties": {
"wallet_address": {
"type": "string",
"maxLength": 44,
"minLength": 32
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.10 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "40000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "40000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/signal/radar",
"mimeType": "application/json",
"description": "What's converging on Solana right now? Ranks tokens by how many bullish on-chain signals are co-firing at once — smart-money buys, all-time-highs, price spikes, community takeovers — each enriched with an A–F structural grade and manipulation flags. An attention radar for conviction-seeking agents."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"limit": 10,
"min_convergence": 4.5
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"limit": 10,
"source": "convergence_signals",
"tokens": [
{
"rank": 1,
"flags": [],
"symbol": "EXAMPLE",
"quickscan": {
"data_quality": "FULL",
"schema_version": "2.0",
"structural_risk_grade": "B"
},
"token_address": "<base58 mint>",
"market_cap_usd": 480000,
"signal_breakdown": [
{
"name": "SmartDegenBuy",
"type": 12,
"count": 1,
"weight": 3
},
{
"name": "PriceATH",
"type": 7,
"count": 1,
"weight": 2
},
{
"name": "PriceUp",
"type": 6,
"count": 2,
"weight": 1.5
}
],
"convergence_score": 7,
"distinct_bullish_types": 3
}
],
"data_quality": "FULL",
"schema_version": "2.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 20,
"minimum": 1
},
"mc_max": {
"type": "number",
"minimum": 0,
"description": "Max current market cap (USD)."
},
"mc_min": {
"type": "number",
"minimum": 0,
"description": "Min current market cap (USD)."
},
"min_convergence": {
"type": "number",
"minimum": 0,
"description": "Min weighted convergence score (e.g. 4.5 to require several bullish signals co-firing)."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.04 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/launch/radar",
"mimeType": "application/json",
"description": "Catch Solana launches before they hit a DEX. Surfaces tokens still on the bonding curve — the pre-graduation stage trending scanners miss — each graded A–F by folding launchpad manipulation signals (rug score, bundler and sniper activity, wash trading) through the SolProbe risk engine. Early-entry discovery for degen agents."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"limit": 15,
"stage": "both",
"preset": "safe"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"limit": 15,
"source": "launchpad_radar",
"stages": [
"new_creation",
"near_completion"
],
"tokens": [
{
"rank": 1,
"stage": "near_completion",
"symbol": "EXAMPLE",
"holders": {
"attribution": "reliable",
"dev_hold_pct": 0.4,
"holder_count": 420,
"sniper_count": 6,
"sniper_hold_pct": 3.1,
"insider_hold_pct": 0,
"top_10_holder_pct": 24.5
},
"quickscan": {
"data_quality": "FULL",
"schema_version": "2.0",
"structural_risk_grade": "B"
},
"risk_grade": "B",
"risk_score": 72,
"manipulation": {
"rug_ratio": 0.05,
"is_wash_trading": false,
"bundler_trade_rate": 0.02
},
"token_address": "<base58 mint>",
"market_cap_usd": 48000,
"bonding_progress": 0.87,
"smart_degen_count": 3,
"launchpad_platform": "pump"
}
],
"data_quality": "FULL",
"schema_version": "2.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 15,
"maximum": 30,
"minimum": 1
},
"stage": {
"enum": [
"new_creation",
"near_completion",
"both"
],
"type": "string",
"default": "both",
"description": "Launchpad lifecycle stage. 'both' covers new_creation + near_completion (pre-graduation)."
},
"preset": {
"enum": [
"safe",
"smart-money",
"strict"
],
"type": "string",
"description": "Server-side prefilter preset. Omit for no prefilter (grading still applies)."
},
"max_marketcap": {
"type": "number",
"minimum": 0,
"description": "Max market cap (USD)."
},
"max_rug_ratio": {
"type": "number",
"maximum": 1,
"minimum": 0,
"description": "Max aggregate rug-risk score (0–1)."
},
"min_marketcap": {
"type": "number",
"minimum": 0,
"description": "Min market cap (USD)."
},
"min_smart_degen_count": {
"type": "integer",
"minimum": 0,
"description": "Min smart-money holder count."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.05 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "60000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "60000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/graduation/radar",
"mimeType": "application/json",
"description": "Which Solana tokens are about to graduate off the bonding curve? Returns near-completion launches above a fill threshold, ranked by how close they are to graduating, each with its A–F grade, manipulation flags, and an estimated minutes-to-graduation. Catch the graduation moment for timing agents."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"limit": 15,
"min_grade": "C",
"min_bonding_progress": 0.7
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"limit": 15,
"source": "graduation_radar",
"tokens": [
{
"rank": 1,
"stage": "near_completion",
"symbol": "EXAMPLE",
"holders": {
"attribution": "reliable",
"dev_hold_pct": 0.3,
"holder_count": 510,
"sniper_count": 4,
"sniper_hold_pct": 2.2,
"insider_hold_pct": 0,
"top_10_holder_pct": 19.8
},
"quickscan": {
"data_quality": "FULL",
"schema_version": "2.0",
"structural_risk_grade": "B"
},
"risk_grade": "B",
"risk_score": 72,
"manipulation": {
"rug_ratio": 0.04,
"is_wash_trading": false,
"bundler_trade_rate": 0.02
},
"token_address": "<base58 mint>",
"market_cap_usd": 61000,
"bonding_progress": 0.96,
"smart_degen_count": 4,
"launchpad_platform": "pump",
"fill_rate_pct_per_min": 1.6,
"est_minutes_to_graduation": 2.5
}
],
"min_grade": "C",
"raw_count": 30,
"data_quality": "FULL",
"filtered_count": 12,
"schema_version": "2.0",
"estimate_disclaimer": "est_minutes_to_graduation is an AVERAGE-RATE estimate, not live momentum.",
"min_bonding_progress": 0.7
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 15,
"maximum": 30,
"minimum": 1
},
"min_grade": {
"enum": [
"A",
"B",
"C",
"D",
"F"
],
"type": "string",
"description": "Optional minimum A–F grade — drops anything graded worse (e.g. 'C' filters out D/F brand-impersonation tokens)."
},
"min_bonding_progress": {
"type": "number",
"default": 0.7,
"maximum": 1,
"minimum": 0,
"description": "Minimum bonding-curve fill (0–1) to include. Default 0.70."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.06 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "400000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "400000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/graduation/momentum",
"mimeType": "application/json",
"description": "Which about-to-graduate Solana token has real momentum? Scores the top graduation candidates 0–100 (HOT/HEATING/COOLING/FLAT) by folding bonding-curve velocity, live market signal, exit feasibility (honeypot and sell-tax aware), and dev-wallet risk — re-ranked so the hottest surfaces first. Premium momentum for execution-ready agents."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"min_grade": "C",
"enrich_count": 5,
"min_bonding_progress": 0.7
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"source": "graduation_momentum",
"tokens": [
{
"rank": 1,
"stage": "near_completion",
"symbol": "EXAMPLE",
"holders": {
"attribution": "reliable",
"dev_hold_pct": 0.3,
"holder_count": 510,
"sniper_count": 4,
"sniper_hold_pct": 2.2,
"insider_hold_pct": 0,
"top_10_holder_pct": 19.8
},
"momentum": {
"cited_factors": [
{
"name": "curve_velocity",
"value": 1.6,
"impact": 33,
"interpretation": "bonding curve filling at ~1.6%/min, est. ~2.5min to graduation"
},
{
"name": "market_signal",
"value": "BULLISH",
"impact": 18,
"interpretation": "market signal BULLISH (score 72)"
}
],
"momentum_label": "HOT",
"momentum_score": 78,
"component_status": {
"on_curve": true,
"dev_wallet": true,
"exit_check": true,
"market_intel": true
},
"market_signal_source": "market_intel"
},
"risk_grade": "B",
"token_address": "<base58 mint>",
"bonding_progress": 0.96,
"fill_rate_pct_per_min": 1.6,
"est_minutes_to_graduation": 2.5
}
],
"min_grade": "C",
"raw_count": 30,
"data_quality": "FULL",
"enrich_count": 5,
"scored_count": 5,
"filtered_count": 12,
"schema_version": "2.0",
"estimate_disclaimer": "est_minutes_to_graduation is an AVERAGE-RATE estimate, not live momentum.",
"min_bonding_progress": 0.7
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"min_grade": {
"enum": [
"A",
"B",
"C",
"D",
"F"
],
"type": "string",
"description": "Optional minimum A–F grade — drops anything graded worse."
},
"enrich_count": {
"type": "integer",
"default": 5,
"maximum": 10,
"minimum": 1,
"description": "How many top graduation candidates to enrich + momentum-score. 1–10, default 5."
},
"min_bonding_progress": {
"type": "number",
"default": 0.7,
"maximum": 1,
"minimum": 0,
"description": "Minimum bonding-curve fill (0–1) to consider. Default 0.70."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.40 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/news/pulse",
"mimeType": "application/json",
"description": "Fastest crypto-Twitter pulse for a Solana token, or broad-mode if no symbol is provided. Deterministic, lexicon-based BULLISH/BEARISH/NEUTRAL/MIXED signal over up to 10 recent tweets, with bull/bear/neutral counts, top tweets verbatim, and the sentiment terms that drove the score. Sub-8s. Cheapest news primitive — call before deep sentiment work."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"symbol": "BONK"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"mode": "symbol",
"signal": "BULLISH",
"cashtag": "BONK",
"top_terms": [
"pump",
"🚀",
"moon"
],
"bear_count": 2,
"bull_count": 6,
"top_tweets": [
{
"id": "1234567890123456789",
"text": "$BONK is mooning, easy 10x 🚀",
"like_count": 1200,
"author_handle": "exampleTrader",
"retweet_count": 240
}
],
"tweet_count": 10,
"data_quality": "FULL",
"neutral_count": 2,
"schema_version": "2.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"symbol": {
"type": "string",
"description": "Optional. Token cashtag (e.g. BONK, $BONK) or Solana mint address (base58). Omit for broad-mode market pulse across the curated Solana-Twitter cohort."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.01 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/news/brief",
"mimeType": "application/json",
"description": "One-paragraph crypto-Twitter briefing on a Solana token (or broad-mode market pulse). Adds a 2-3 sentence synthesis on top of sol_news_pulse, grounded in up to 20 fetched tweets (cited by tweet id) and, in symbol mode, enriched with the SolProbe structural snapshot (grade A–F, authority + LP burn flags). Returns in under 10 seconds."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"symbol": "BONK"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"mode": "symbol",
"signal": "BULLISH",
"cashtag": "BONK",
"summary": "Crypto-Twitter is leaning bullish on $BONK on rising volume and a clean structural grade-B snapshot; one viral tweet (likes 1.2k) calls for continuation. No rug history or insider clustering surfaced.",
"tweet_count": 20,
"data_quality": "FULL",
"schema_version": "2.0",
"cited_tweet_ids": [
"1234567890123456789",
"1234567890123456790"
],
"structural_snapshot": {
"structural_risk_grade": "B",
"mint_authority_revoked": true,
"freeze_authority_revoked": true
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"symbol": {
"type": "string",
"description": "Optional. Token cashtag (e.g. BONK, $BONK) or Solana mint address (base58). Omit for broad-mode market pulse across the curated Solana-Twitter cohort."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.05 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "100000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/news/pulse_plus",
"mimeType": "application/json",
"description": "Crypto-Twitter brief partitioned by influencer cohort. Adds per-cohort breakdown (ecosystem / analyst / degen) on top of sol_news_brief — counts, signals, top tweet per cohort, and a synthesis that explains which cohort is driving the prevailing tone. Up to 30 tweets. Symbol mode also returns the SolProbe structural snapshot. Under 12 seconds."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"symbol": "BONK"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"mode": "symbol",
"signal": "BULLISH",
"cashtag": "BONK",
"cohorts": {
"degen": {
"signal": "BULLISH",
"tweet_count": 12
},
"analyst": {
"signal": "MIXED",
"tweet_count": 8
},
"ecosystem": {
"signal": "NEUTRAL",
"tweet_count": 10
}
},
"summary": "Bullish pulse on $BONK is led by the degen cohort while analyst tone is mixed; ecosystem voices stay neutral. Structural snapshot is grade-B with both authorities revoked.",
"tweet_count": 30,
"data_quality": "FULL",
"schema_version": "2.0",
"structural_snapshot": {
"structural_risk_grade": "B",
"mint_authority_revoked": true,
"freeze_authority_revoked": true
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"symbol": {
"type": "string",
"description": "Optional. Token cashtag (e.g. BONK, $BONK) or Solana mint address (base58). Omit for broad-mode market pulse across the curated Solana-Twitter cohort."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.10 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "250000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/news/report",
"mimeType": "application/json",
"description": "Full narrative report on a Solana token's social context (or broad-mode), partitioned into ecosystem_take / analyst_take / degen_take, plus a synthesis paragraph, a risks list, and a watch_list of cited tweet ids. Up to 40 tweets, parody accounts down-weighted for factual claims, full SolProbe structural enrichment in symbol mode. Under 25 seconds. The richest news-tier primitive."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"symbol": "BONK"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"mode": "symbol",
"report": {
"risks": [
"Engagement is concentrated in <5 viral posts; sample-bias risk.",
"Two parody-flagged accounts contributed to the bullish count."
],
"synthesis": "Net bullish, driven by degens; analyst skepticism caps the upside narrative.",
"degen_take": "Degens fully bullish, multiple 'send it' posts …",
"watch_list": [
"1234567890123456789",
"1234567890123456790"
],
"analyst_take": "Analysts split — chartists call breakout …",
"ecosystem_take": "Ecosystem accounts are quietly neutral …"
},
"signal": "BULLISH",
"cashtag": "BONK",
"tweet_count": 40,
"data_quality": "FULL",
"schema_version": "2.0",
"structural_snapshot": {
"structural_risk_grade": "B",
"mint_authority_revoked": true,
"freeze_authority_revoked": true
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"symbol": {
"type": "string",
"description": "Optional. Token cashtag (e.g. BONK, $BONK) or Solana mint address (base58). Omit for broad-mode market pulse across the curated Solana-Twitter cohort."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.25 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "600000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "600000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/trade/suggest",
"mimeType": "application/json",
"description": "Trade discovery + decision-support for Solana in one call: fans out to the signal + launch radars, ranks a shortlist, and runs the full battery on the top pick — deep dive, market signal, exit round-trip, dev-wallet risk, social sentiment — folding it into one recommendation with action (AVOID/WATCH/CONSIDER/DYOR), conviction, suggested size, cited factors, and a trade_plan. No input required. Decision-support ONLY — no custody or execution; pair with sol_trade to act."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"source": "both",
"size_usdc": 10,
"risk_appetite": "balanced"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"mode": "discovery",
"symbol": "EXAMPLE",
"selection": {
"candidate": "<base58 mint>",
"shortlist": [],
"why_selected": [
"top of 6 candidate(s)"
]
},
"suggestion": {
"action": "CONSIDER",
"conviction": 0.62,
"trade_plan": {
"slippage_bps": 100,
"est_exit_cost_pct": 0.65,
"stop_loss_hint_pct": 15,
"max_price_impact_pct": 3,
"est_round_trip_cost_pct": 1.3
},
"cited_factors": [
{
"name": "structural_risk_grade",
"value": "B",
"impact": 22,
"interpretation": "deep-dive structural grade B"
}
],
"hard_blockers": [],
"suggested_size": "MODERATE"
},
"data_quality": "FULL",
"token_address": "<base58 mint>",
"schema_version": "2.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [],
"properties": {
"mc_max": {
"type": "number",
"minimum": 0,
"description": "Max market cap (USD) filter on the candidate feed."
},
"mc_min": {
"type": "number",
"minimum": 0,
"description": "Min market cap (USD) filter on the candidate feed."
},
"source": {
"enum": [
"signal",
"launch",
"both"
],
"type": "string",
"default": "both",
"description": "Candidate source: convergence-signal radar, pre-graduation launch radar, or both."
},
"size_usdc": {
"type": "number",
"default": 10,
"maximum": 100000,
"minimum": 0.01,
"description": "Probe size (USD) for exit-cost + position-size context."
},
"risk_appetite": {
"enum": [
"conservative",
"balanced",
"aggressive"
],
"type": "string",
"default": "balanced",
"description": "Tunes the action threshold and trade-plan max price impact."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.60 USDC"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8D2460E139a8BE2fdB72a44a52bc494F7326adfC",
"amount": "150000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "FQ3VL8vv8niMMJRY6SVGw6wgJ8bbs5WstN9fK2d6cAc9",
"amount": "150000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.solprobe.xyz/trade/execute",
"mimeType": "application/json",
"description": "Execute a Solana token swap via Jupiter (Mode A, bring-your-own-wallet). Quote free at /trade/quote, sign the returned transaction, post it here to broadcast — single $0.15 fee on commit, returns the Solana tx signature. Lets a trading agent act on a scan in one flow."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"job_id": "direct_1700000000_abc123",
"signed_transaction_b64": "<base64 signed Solana tx>"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"status": "CONFIRMED",
"execution": {
"tx_signature": "<base58 Solana tx signature>"
},
"schema_version": "2.0"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"job_id",
"signed_transaction_b64"
],
"properties": {
"job_id": {
"type": "string"
},
"signed_transaction_b64": {
"type": "string"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schema_version"
],
"properties": {
"data_quality": {
"enum": [
"FULL",
"PARTIAL",
"LIMITED"
],
"type": "string"
},
"missing_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"schema_version": {
"type": "string",
"const": "2.0"
},
"data_confidence": {
"enum": [
"HIGH",
"MEDIUM",
"LOW"
],
"type": "string"
}
},
"description": "See /llm.txt for the full per-service response shape."
}
}
}
}
}
},
"pricing": {
"asset": "USDC",
"currency": "USD",
"humanAmount": "$0.15 USDC"
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/solprobe/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 18 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/solprobe?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/solprobe.svg" alt="SolProbe listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/solprobe?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/solprobe?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/solprobe.svg?data=uptime" alt="SolProbe uptime on x402-list" height="28"> </a>