You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_get_trade_quote

Active

Tool of Fuse Network

declared in 0.1.0

Quotes a token swap on Fuse — expected output amount, route, and price impact. Read-only: returns the quote without submitting a trade. Powered by the Fusebox SDK TradeModule.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "inputToken",
    "outputToken",
    "amount"
  ],
  "properties": {
    "amount": {
      "type": "string",
      "description": "Amount, expressed as a decimal string in the token's base units (wei for 18-decimal tokens)."
    },
    "exactIn": {
      "type": "boolean",
      "description": "When true (default), `amount` is the sell amount. When false, `amount` is the desired buy amount."
    },
    "inputToken": {
      "type": "string",
      "description": "Address of the token being sold."
    },
    "outputToken": {
      "type": "string",
      "description": "Address of the token being bought."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fuse Network

1/7 registries
View full server →