rocket-launchQuickstart

Swap via Fynd in minutes.

Execute a swap with Fynd in three steps.

Prerequisites

Step 0 — Clone the repo

git clone https://github.com/propeller-heads/fynd.git
cd fynd

Step 1 — Start Fynd

export TYCHO_API_KEY=your-api-key
export RUST_LOG=fynd=info
cargo run --release -- serve

Step 2 — Execute a swap

The following examples showcase how to integrate Fynd in your application. To interact with live quotes directly, use the swap CLI.

circle-info

Fynd currently only supports sell orders (exact input). Set "side": "sell" in your order. Buy orders (exact output) are not yet supported.

Next steps

Last updated