dflow-spot-trading

Installation
SKILL.md

DFlow Spot Trading

Swap any pair of Solana tokens via DFlow. Trades settle synchronously in one transaction via /order.

Prerequisites

  • DFlow docs MCP (https://pond.dflow.net/mcp) — install per the repo README. This skill is the recipe; the MCP is the reference. Look up endpoint shapes, parameter details, error codes, and anything else field-level via search_d_flow / query_docs_filesystem_d_flow — don't guess.
  • dflow CLI (optional, for command-line/agent use) — install per the repo README.

Choose your surface

  • CLI — command line, scripts, local agents. Manages keys, signs, broadcasts.
  • API — web/mobile apps, backends, automations with their own wallet/signer. Browser apps must proxy HTTP through their backend (the Trading API serves no CORS).

If unclear, ask once: "From the command line, or wired into an app?"

Workflows

Quote (read-only)

Installs
33
First Seen
Apr 23, 2026
dflow-spot-trading — dflowprotocol/dflow-skills