WAVE-1 Token Forecaster · Tools Wave 1

by WAVE-1 Token Forecaster

POSTBase

$0.001

per call · USD Coin on Base

Short-term price-movement forecast for any crypto token across 7 time horizons.

Endpoint

POST https://mcp.deep3.ai/tools/wave-1

38

Calls / 30d

6

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://mcp.deep3.ai/tools/wave-1", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "network": "eip155:8453",
    "poolAddress": "0x6cDCB1C4A4D1C3C6D054b27AC5B77e89eafb971d",
    "tokenAddress": "0x940181a94A35A4569E4529A3CDfB74e38FD98631"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://mcp.deep3.ai/tools/wave-1" \
  -H "Content-Type: application/json" \
  -d '{"network":"eip155:8453","poolAddress":"0x6cDCB1C4A4D1C3C6D054b27AC5B77e89eafb971d","tokenAddress":"0x940181a94A35A4569E4529A3CDfB74e38FD98631"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "guide_uri": "urn:mcp:wave-1:guide",
    "liquidity_usd": 1000000,
    "network": "eip155:8453",
    "poolAddress": "0x0000000000000000000000000000000000000000",
    "predictions": {
      "data_age_min": 1.5,
      "data_points": 100,
      "limited_history": false,
      "mae_120": 0.058,
      "mae_15": 0.027,
      "mae_240": 0.072,
      "mae_30": 0.035,
      "mae_360": 0.086,
      "mae_5": 0.018,
      "mae_60": 0.046,
      "mfe_120": 0.098,
      "mfe_15": 0.048,
      "mfe_240": 0.121,
      "mfe_30": 0.061,
      "mfe_360": 0.143,
      "mfe_5": 0.032,
      "mfe_60": 0.079,
      "p_clean_10_5_5_120": 0.35,
      "p_clean_10_5_5_15": 0.31,
      "p_clean_10_5_5_240": 0.36,
      "p_clean_10_5_5_30": 0.33,
      "p_clean_10_5_5_360": 0.37,
      "p_clean_10_5_5_5": 0.29,
      "p_clean_10_5_5_60": 0.34,
      "p_clean_20_10_10_120": 0.24,
      "p_clean_20_10_10_15": 0.2,
      "p_clean_20_10_10_240": 0.25,
      "p_clean_20_10_10_30": 0.22,
      "p_clean_20_10_10_360": 0.26,
      "p_clean_20_10_10_5": 0.18,
      "p_clean_20_10_10_60": 0.23,
      "p_clean_5_3_3_120": 0.47,
      "p_clean_5_3_3_15": 0.43,
      "p_clean_5_3_3_240": 0.48,
      "p_clean_5_3_3_30": 0.45,
      "p_clean_5_3_3_360": 0.49,
      "p_clean_5_3_3_5": 0.41,
      "p_clean_5_3_3_60": 0.46,
      "p_clean_down_10_5_5_120": 0.29,
      "p_clean_down_10_5_5_15": 0.26,
      "p_clean_down_10_5_5_240": 0.3,
      "p_clean_down_10_5_5_30": 0.27,
      "p_clean_down_10_5_5_360": 0.31,
      "p_clean_down_10_5_5_5": 0.24,
      "p_clean_down_10_5_5_60": 0.28,
      "p_clean_down_20_10_10_120": 0.19,
      "p_clean_down_20_10_10_15": 0.16,
      "p_clean_down_20_10_10_240": 0.2,
      "p_clean_down_20_10_10_30": 0.17,
      "p_clean_down_20_10_10_360": 0.21,
      "p_clean_down_20_10_10_5": 0.14,
      "p_clean_down_20_10_10_60": 0.18,
      "p_clean_down_5_3_3_120": 0.4,
      "p_clean_down_5_3_3_15": 0.37,
      "p_clean_down_5_3_3_240": 0.41,
      "p_clean_down_5_3_3_30": 0.38,
      "p_clean_down_5_3_3_360": 0.42,
      "p_clean_down_5_3_3_5": 0.35,
      "p_clean_down_5_3_3_60": 0.39,
      "p_dump_trap_120": 0.1,
      "p_dump_trap_240": 0.12,
      "p_dump_trap_360": 0.14,
      "p_dump_trap_60": 0.08,
      "p_fast_down_120": 0.12,
      "p_fast_down_240": 0.14,
      "p_fast_down_360": 0.16,
      "p_fast_down_60": 0.1,
      "p_fast_up_120": 0.14,
      "p_fast_up_240": 0.16,
      "p_fast_up_360": 0.18,
      "p_fast_up_60": 0.12,
      "p_pump_trap_120": 0.09,
      "p_pump_trap_240": 0.11,
      "p_pump_trap_360": 0.13,
      "p_pump_trap_60": 0.07,
      "p_tbv_2_1_120": 0.4,
      "p_tbv_2_1_15": 0.36,
      "p_tbv_2_1_240": 0.41,
      "p_tbv_2_1_30": 0.38,
      "p_tbv_2_1_360": 0.42,
      "p_tbv_2_1_5": 0.34,
      "p_tbv_2_1_60": 0.39,
      "p_tbv_down_2_1_120": 0.33,
      "p_tbv_down_2_1_15": 0.3,
      "p_tbv_down_2_1_240": 0.34,
      "p_tbv_down_2_1_30": 0.31,
      "p_tbv_down_2_1_360": 0.35,
      "p_tbv_down_2_1_5": 0.28,
      "p_tbv_down_2_1_60": 0.32,
      "rvol_120": 1.06,
      "rvol_15": 1.18,
      "rvol_240": 1.03,
      "rvol_30": 1.12,
      "rvol_360": 1.01,
      "rvol_5": 1.24,
      "rvol_60": 1.09,
      "semivol_down_120": 0.059,
      "semivol_down_15": 0.028,
      "semivol_down_240": 0.073,
      "semivol_down_30": 0.036,
      "semivol_down_360": 0.087,
      "semivol_down_5": 0.019,
      "semivol_down_60": 0.047,
      "semivol_up_120": 0.063,
      "semivol_up_15": 0.031,
      "semivol_up_240": 0.078,
      "semivol_up_30": 0.04,
      "semivol_up_360": 0.092,
      "semivol_up_5": 0.021,
      "semivol_up_60": 0.051
    },
    "tokenAddress": "0x0000000000000000000000000000000000000000"
  },
  "summary": "## WAVE-1 Prediction\nToken 0x0000…0000 on eip155:8453.\n..."
}

Payment details

Pay to0xca4556c3f1fab4af46a089d6346c86f0cac63a2d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of DeFi and the homepage with a featured placement.

Get featured →

More from WAVE-1 Token Forecaster & similar services