Pacifica
  • Closed Beta Guide
  • Trading on Pacifica
    • Overview
    • Contract Specifications
      • Oracle Price & Mark Price
    • Order Types
    • Order Options
    • Margin & Leverage
    • Funding Rates
    • Trading Fees
    • Liquidations
    • Deposits & Withdrawals
  • API Documentation
    • API
      • REST API
        • Markets
          • Get market info
          • Get prices
          • Get kline (candle) data
          • Get recent trades
        • Account
          • Get account info
          • Get account settings
          • Update leverage
          • Update margin mode
          • Get positions
          • Get trade history
          • Get funding history
          • Get account equity history
          • Request withdrawal
        • Subaccounts
          • Create subaccount
          • Subaccount fund transfer
        • Orders
          • Get open orders
          • Get order history
          • Get order history by ID
          • Create order
          • Create stop order
          • Create position TP/SL
          • Cancel order
          • Cancel all orders
          • Cancel stop order
          • Batch order
      • Websocket
        • Subscriptions
          • Prices
          • Orderbook
          • Trades
          • Candle
          • Account balance
          • Account margin
          • Account leverage
          • Account positions
          • Account orders
          • Account order updates
          • Account trades
        • Trading operations
          • Create order
          • Cancel order
          • Cancel all orders
      • Signing
        • Implementation
        • Operation Types
        • Error Handling
        • Hardware Wallet
      • Rate limits
        • API-key rate limiting
      • Tick and lot size
    • Specification
  • Other
    • Audits
    • Brand Assets
    • Contact Us
    • Glossary of Terms
Powered by GitBook
On this page
  1. Trading on Pacifica

Order Options

Time-In-Force:

  • Good-Til-Cancelled (GTC): The order remains active on the orderbook until it is either filled or cancelled.

  • Immediate-or-Cancel (IOC): The order attempts to match immediately at the specified price (or better). Any portion of the order that cannot is not filled immediately is cancelled.

  • Add-Liquidity-Only (ALO): Also known as “Post Only,” this order is added to the order-book only if it would does not immediately match against an existing order.

PreviousOrder TypesNextMargin & Leverage

Last updated 9 days ago