> ## Documentation Index
> Fetch the complete documentation index at: https://pond.dflow.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> APIs, wallet integration guides, and troubleshooting

Everything you need to integrate DFlow: the Trading API, request signing, wallet integration guides, and troubleshooting.

<div className="grid grid-cols-1 sm:grid-cols-2 gap-4">
  <a
    href="/resources/trading-api/order/order"
    className="group block relative overflow-hidden rounded-xl no-underline border border-[#66C5F6]/15 dark:border-[#66C5F6]/5 transition-all hover:scale-[1.02] hover:shadow-[0_0_40px_rgba(102,197,246,0.2)]"
    style={{
  backgroundImage: "url('https://mintcdn.com/dflow/AXyRTPuJIQOhwoVF/images/ui-banner-buttons/deepstream.png?fit=max&auto=format&n=AXyRTPuJIQOhwoVF&q=85&s=c2a40ac626caf3a826d8a4d355f41853')",
  backgroundSize: "cover",
  backgroundPosition: "center",
  minHeight: "180px",
}}
  >
    <div className="relative z-10 p-6 h-full">
      <Icon icon="arrow-right-arrow-left" size={24} color="#66C5F6" />

      <h3 className="mt-3 text-lg font-semibold text-white">Order endpoint</h3>
      <p className="mt-2 text-sm font-normal text-[#94D2F2]">Request a quote and get a ready-to-sign swap. The core Trading API call.</p>
    </div>

    <div className="absolute bottom-4 right-4 z-10 opacity-60 transition-all group-hover:opacity-100 group-hover:translate-x-1">
      <Icon icon="arrow-right" size={20} color="#66C5F6" />
    </div>
  </a>

  <a
    href="/resources/trading-api/websockets/overview"
    className="group block relative overflow-hidden rounded-xl no-underline border border-[#66C5F6]/15 dark:border-[#66C5F6]/5 transition-all hover:scale-[1.02] hover:shadow-[0_0_40px_rgba(102,197,246,0.2)]"
    style={{
  backgroundImage: "url('https://mintcdn.com/dflow/AXyRTPuJIQOhwoVF/images/ui-banner-buttons/deepstream.png?fit=max&auto=format&n=AXyRTPuJIQOhwoVF&q=85&s=c2a40ac626caf3a826d8a4d355f41853')",
  backgroundSize: "cover",
  backgroundPosition: "center",
  minHeight: "180px",
}}
  >
    <div className="relative z-10 p-6 h-full">
      <Icon icon="tower-broadcast" size={24} color="#66C5F6" />

      <h3 className="mt-3 text-lg font-semibold text-white">WebSockets</h3>
      <p className="mt-2 text-sm font-normal text-[#94D2F2]">Stream quotes, order book depth, and priority fees in real time.</p>
    </div>

    <div className="absolute bottom-4 right-4 z-10 opacity-60 transition-all group-hover:opacity-100 group-hover:translate-x-1">
      <Icon icon="arrow-right" size={20} color="#66C5F6" />
    </div>
  </a>

  <a
    href="/resources/request-signing"
    className="group block relative overflow-hidden rounded-xl no-underline border border-[#66C5F6]/15 dark:border-[#66C5F6]/5 transition-all hover:scale-[1.02] hover:shadow-[0_0_40px_rgba(102,197,246,0.2)]"
    style={{
  backgroundImage: "url('https://mintcdn.com/dflow/AXyRTPuJIQOhwoVF/images/ui-banner-buttons/deepstream.png?fit=max&auto=format&n=AXyRTPuJIQOhwoVF&q=85&s=c2a40ac626caf3a826d8a4d355f41853')",
  backgroundSize: "cover",
  backgroundPosition: "center",
  minHeight: "180px",
}}
  >
    <div className="relative z-10 p-6 h-full">
      <Icon icon="signature" size={24} color="#66C5F6" />

      <h3 className="mt-3 text-lg font-semibold text-white">Request signing</h3>
      <p className="mt-2 text-sm font-normal text-[#94D2F2]">Ask DFlow to sign its API responses so you can verify them.</p>
    </div>

    <div className="absolute bottom-4 right-4 z-10 opacity-60 transition-all group-hover:opacity-100 group-hover:translate-x-1">
      <Icon icon="arrow-right" size={20} color="#66C5F6" />
    </div>
  </a>

  <a
    href="/resources/recipes/wallets/phantom-connect"
    className="group block relative overflow-hidden rounded-xl no-underline border border-[#66C5F6]/15 dark:border-[#66C5F6]/5 transition-all hover:scale-[1.02] hover:shadow-[0_0_40px_rgba(102,197,246,0.2)]"
    style={{
  backgroundImage: "url('https://mintcdn.com/dflow/AXyRTPuJIQOhwoVF/images/ui-banner-buttons/deepstream.png?fit=max&auto=format&n=AXyRTPuJIQOhwoVF&q=85&s=c2a40ac626caf3a826d8a4d355f41853')",
  backgroundSize: "cover",
  backgroundPosition: "center",
  minHeight: "180px",
}}
  >
    <div className="relative z-10 p-6 h-full">
      <Icon icon="wallet" size={24} color="#66C5F6" />

      <h3 className="mt-3 text-lg font-semibold text-white">Wallet integration</h3>
      <p className="mt-2 text-sm font-normal text-[#94D2F2]">Connect Phantom, Privy, and Turnkey to your DFlow app.</p>
    </div>

    <div className="absolute bottom-4 right-4 z-10 opacity-60 transition-all group-hover:opacity-100 group-hover:translate-x-1">
      <Icon icon="arrow-right" size={20} color="#66C5F6" />
    </div>
  </a>
</div>
