DeltaDeFi
  • About
    • 👋Introduction
    • 📖Learn
      • Architecture
        • Account
        • App Vault
        • Hydra
        • Intent and Process
        • Order Book
      • Trade
        • Order Types
      • Whitepaper
  • Start Trading
    • ⚡Getting Started
      • Create Account
      • Deposit
      • Place Order
      • Cancel Order
      • Withdrawal
      • API Key / Dashboard
    • ⚙️Developers
      • Introduction
        • Base Url
        • Auth
        • Assets
      • Getting started
        • Deposit funds
        • Place a new order
        • Cancel an order
        • Withdraw funds
      • API Documentation
        • Account
          • Create new api key
          • Build deposit transaction
          • Submit deposit transaction
          • Deposit records
          • Withdrawal records
          • Order records
          • Build withdrawal transaction
          • Submit withdrawal transaction
          • Balances
        • App
          • Get mock USDX (testnet only)
          • Submit USDX transaction (testnet only)
        • Market
          • Market Price
          • Market Depth
          • Aggregated trades
        • Order
          • Build order transaction
          • Submit order Transaction
          • Build cancel Order Transaction
          • Submit cancel order transaction
      • Websocket Endpoints
        • Account streams
        • Market price streams
        • Market depth streams
      • SDK
        • Typescript
        • Python
  • FAQ
    • General
    • Product
    • Cardano
    • Disclaimer
Powered by GitBook
On this page
  • Supported Order Types
  • Related FAQ
  1. Start Trading
  2. Getting Started

Place Order

PreviousDepositNextCancel Order

Last updated 2 months ago

You can place orders through the order panel.

Supported Order Types

Limit Order

To place a limit order, you need to provide

  • Order side

  • Price

  • Order size

Market Order

To place a market order, you need to provide

  • Order side

  • Order size

  • Advance - maximum slippage. When there is no maximum slippage, we will try to fill your order size as much as your purchasing power can support through the order book depth.


Related FAQ

⚡
What is the minimum order size for trade?
How can I conduct trades using APIs?
Why am I unable to place 2 market buy orders concurrently?
The order panel of market order and limit order