> ## 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

> How to use the Trading API to trade crypto and prediction market outcomes.

<CardGroup cols={2}>
  <Card title="Order API Endpoints" href="order/order">
    <p>Retrieve order information and check order status</p>
  </Card>

  <Card title="Imperative Trading API Endpoints" href="imperative/quote">
    <p>
      Get a constructed transaction back, sign it, and submit through your own
      RPC
    </p>
  </Card>

  <Card title="Declarative Trading API Endpoints" href="declarative/quote">
    <p>
      Post a trade intent to DFlow for better prices and sandwich resistance
    </p>
  </Card>

  <Card title="Prediction Market Utility Endpoints" href="venues/venues">
    <p>Utility endpoints for prediction markets</p>
  </Card>

  <Card title="Priority Fee API Endpoints" href="priority-fees/priority-fees">
    <p>Get current priority fee estimates for trade requests</p>
  </Card>

  <Card title="Websockets" href="websockets/overview">
    <p>Stream priority fee estimate updates in real time</p>
  </Card>

  <Card title="Token API Endpoints" href="token/tokens">
    <p>Get token information and lists with decimal precision</p>
  </Card>

  <Card title="Venue API Endpoints" href="venues/venues">
    <p>Get venue information and available trading venues</p>
  </Card>
</CardGroup>
