{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-dexter-cash-api-slippage-sentinel",
  "title": "Dexter \u00b7 Slippage Sentinel Analysis",
  "url": "https://api.dexter.cash/api/slippage/sentinel",
  "category": "finance",
  "summary": "Analyze potential slippage for trades routed through Jupiter on Solana, with atomic amount validation.",
  "seo": {
    "title": "Dexter Slippage Sentinel API | Solana x402",
    "description": "Analyze trade slippage on Solana with Dexter Slippage Sentinel. Pay $0.05 USDC per call via x402 for Jupiter routing insights."
  },
  "use_cases": [
    "Validate trade amounts before Jupiter execution",
    "Detect slippage timeout risks for large orders",
    "Verify UI-derived amounts match on-chain atomic values"
  ],
  "ideal_buyer": "Solana DEX traders and MEV-aware trading systems requiring pre-trade slippage analysis.",
  "example_prompt": "Analyze slippage for a 1000 USDC to SOL swap on Jupiter.",
  "example_request_body": {},
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1.667,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "DevFFyNWxZPtYLpEjzUnN1PFc9Po6PH7eZCi9f3tTkTw",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Slippage Sentinel analysis",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "mode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap direction passed to Jupiter (default ExactIn)."
            },
            "token_in": {
              "type": "string",
              "description": "Input mint (defaults to SOL). Provide a 32-byte mint address."
            },
            "amount_in": {
              "type": "string",
              "description": "Optional atomic trade size. Overrides amount_in_ui when provided."
            },
            "token_out": {
              "type": "string",
              "description": "Output mint to analyze. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "route_hint": {
              "type": "string",
              "description": "Optional label for diagnostics grouping (defaults to diagnostics)."
            },
            "amount_in_ui": {
              "type": "number",
              "description": "UI trade size (e.g. 10 for 10 SOL). Used when amount_in is omitted."
            },
            "amount_in_decimals": {
              "type": "integer",
              "description": "Token decimals for amount_in_ui. Required when amount_in_ui is used."
            }
          }
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the slippage analysis succeeded."
          },
          "error": {
            "type": "string",
            "description": "Error code when ok=false (e.g. slippage_timeout)."
          },
          "result": {
            "type": "object",
            "properties": {
              "poolDepths": {
                "type": "array",
                "description": "Per-amm depth analysis (route contribution, in/out amounts, USD value)."
              },
              "diagnostics": {
                "type": "object",
                "description": "Metadata (input USD, stress multipliers, quote slot, evaluated timestamp)."
              },
              "minSafeSlipBps": {
                "type": "number",
                "description": "Recommended minimum slippage buffer in bps."
              },
              "recentTradeSizeP95": {
                "type": "object",
                "description": "Recent trade size distribution (p95) used for stress tests."
              },
              "candidateEvaluations": {
                "type": "array",
                "description": "Evaluated slippage candidates with pass/fail results."
              }
            },
            "description": "Detailed slippage analysis including candidate evaluations and pool depth snapshots."
          },
          "status": {
            "type": [
              "integer",
              "null"
            ],
            "description": "Upstream or timeout HTTP status when ok=false."
          },
          "amountRaw": {
            "type": "string",
            "description": "Atomic trade size forwarded to Jupiter (in token_in units)."
          },
          "amountDerivedFromUi": {
            "type": "boolean",
            "description": "true if amount_in_ui/decimals were used to derive amountRaw."
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-42880a481bbb",
  "origin": {
    "slug": "api-dexter-cash",
    "host": "api.dexter.cash",
    "title": "Dexter Cash API",
    "description": "Payment infrastructure origin at api.dexter.cash. No public documentation available from homepage.",
    "url": "https://api.dexter.cash",
    "favicon": "https://dexter.cash/assets/logos/logo.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-dexter-cash-api-slippage-sentinel",
    "url": "https://x402all.com/resource/api-dexter-cash-api-slippage-sentinel",
    "name": "Dexter \u00b7 Slippage Sentinel Analysis",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-dexter-cash-api-slippage-sentinel",
      "@type": "Offer",
      "price": "0.05",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.050000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "solana"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
        }
      ]
    },
    "sameAs": "https://api.dexter.cash/api/slippage/sentinel",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-dexter-cash",
      "url": "https://api.dexter.cash",
      "name": "Dexter Cash API",
      "@type": "Organization"
    },
    "identifier": "api-dexter-cash-api-slippage-sentinel",
    "description": "Analyze trade slippage on Solana with Dexter Slippage Sentinel. Pay $0.05 USDC per call via x402 for Jupiter routing insights.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-dexter-cash-api-slippage-sentinel",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-dexter-cash-api-slippage-sentinel"
}
