ToolAssay

Best swap route on X1 across XDEX and Degen pools for exact-in or exact-out, wit

Best swap route on X1 across XDEX and Degen pools for exact-in or exact-out, with live-verified reserves, price impact, dynamic slippage, fee disclosure (25 bps taken on-chain by the FortiBlox Router), route legs, alternatives and a quote expiry slot. Amounts are raw base units. Call before /api/tx/build.

Answeringour last check, 2026-09-25
1 of 1checks answered this week
865 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://app.fortiblox.com/api/quote

CategoryMarket data
Provider hostapp.fortiblox.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-25 valid payment request 402$0.001 865 ms

Example input (from the provider)

{
  "body": {
    "amountIn": "1000000",
    "inputMint": "B69chRzqzDCmdB5WYB8NRu5Yv5ZA95ABiZcdzCgGm9Tq",
    "mode": "exactIn",
    "outputMint": "So11111111111111111111111111111111111111112"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "amountIn": {
              "description": "raw base units of inputMint (exactIn)",
              "type": "string"
            },
            "amountOut": {
              "description": "raw base units of outputMint (exactOut)",
              "type": "string"
            },
            "inputMint": {
              "description": "base58 X1 mint address",
              "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
              "type": "string"
            },
            "maxHops": {
              "description": "default 4; clamped to 1-8 by the pathfinder. Keep \u2264 6 so /api/tx/build (on-chain router, max 6 legs) executes the same route.",
              "type": "number"
            },
            "mode": {
              "description": "default exactIn",
              "enum": [
                "exactIn",
                "exactOut"
              ],
              "type": "string"
            },
            "outputMint": {
              "description": "base58 X1 mint address",
              "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
              "type": "string"
            },
            "payer": {
              "description": "base58 payer for simulate:true",
              "type": "string"
            },
            "simulate": {
              "description": "simulate the build (needs payer)",
              "type": "boolean"
            },
            "slippageBps": {
              "description": "explicit slippage in bps (clamped); omitted = dynamic",
              "type": "number"
            }
          },
          "required": [
            "inputMint",
            "outputMint"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON