Router API

The Router category of the Faraday API provides endpoints to enable the creation of cross-chain stablecoin swaps and transfers.

Router API

The Router API handles the creation, routing, and submission of transactions.

It integrates compliance and custom user-defined rules into a single transaction orchestration flow.

Key Features

  • Transaction Creation: Define sender, recipient, amount, denoms, compliance
    requirements, and custom routing rules.
  • Quotes: Preview route paths and expected costs before execution.
  • Transaction Management: Retrieve transaction status or list past
    transactions.
  • Network Info: Fetch supported denoms and chain metadata.

Supported Networks

The Router API supports a wide array of routes, including Ethereum, Solana, Cosmos Hub, Osmosis, and many more. This multi-network functionality enables broad and flexible queries, making it easy to work with addresses from different blockchain ecosystems.

Security

All API endpoints in this category require an API key for access. The key must be passed in the X-API-KEY header to authenticate requests.

Endpoints Overview

Refer to the detailed Router endpoints section in the API documentation for specific use cases, request parameters, and response structures.

For full usage and technical details, please visit the documentation page.