agentek-eth

by NaniDAO
Verified

getAcrossFeeQuote

Calculate cross-chain bridging fees using the Across Protocol REST API by specifying token details, chains, and recipient for accurate fee quotes.

Instructions

Fetches a suggested fee quote for a cross-chain asset bridge using the Across Protocol REST API.

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of tokens to bridge (in ether)
destinationChainIdYesChain ID of the destination chain.
inputTokenYesThe token contract address on the origin chain (e.g., WETH address).
originChainIdYesChain ID where the input token exists.
outputTokenYesThe token contract address on the destination chain (e.g., corresponding WETH address).
recipientYesRecipient address on the destination chain.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount of tokens to bridge (in ether)", "type": "string" }, "destinationChainId": { "description": "Chain ID of the destination chain.", "type": "number" }, "inputToken": { "description": "The token contract address on the origin chain (e.g., WETH address).", "type": "string" }, "originChainId": { "description": "Chain ID where the input token exists.", "type": "number" }, "outputToken": { "description": "The token contract address on the destination chain (e.g., corresponding WETH address).", "type": "string" }, "recipient": { "description": "Recipient address on the destination chain.", "type": "string" } }, "required": [ "inputToken", "outputToken", "originChainId", "destinationChainId", "amount", "recipient" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce