Aquanow
Legacy
Legacy
  • About Aquanow
    • Introduction
  • VERSION DIFFERENCES
    • Latest vs Legacy
  • User Guide
    • Trading
      • Order Book
      • Submitting Orders
      • Order Types / Strategies
      • Trade Management
    • Automated Conversions
      • Autopilot
    • Deposits & Withdrawals
      • Deposits
      • Withdrawals
      • Balances
      • Transaction History
      • Approval Workflows
    • Account Management
      • CSV Exports
      • Address Management
      • IP Whitelisting
      • User List
  • Integration Guide
    • API Keys
      • Rate and API Key Limits
    • Authentication
    • Staging environment
    • Postman
    • Supported Assets and Tickers
    • Testnet and Faucet
  • API Endpoints | V1.0
    • Accounts API
      • User Balances
      • API Keys
    • Transaction API
      • Get Transactions
      • Create Transactions
      • Approvals API
      • Get Withdrawal Fee Estimate
    • Executions API
      • GET or Query Orders
      • Trading Strategies
    • Market Data API
      • Authorized Market Data
  • API Endpoints | V2.0
    • Transaction API
      • Get Transactions
    • Executions API
      • GET or Query Orders
      • Trading Strategies
  • Webhooks
    • Subscribing to Webhooks
    • Transaction Webhook
  • Websockets
    • Introduction
    • Authenticated Websockets
      • Market Data Websocket
      • Reporting Websocket
  • Data Objects & Statuses
    • Websocket Objects
    • Transaction Objects
      • Approval Objects
      • Fee Estimate Objects
    • Accounts Objects
    • Executions Objects
      • Duration Order Objects
    • Market Data Objects
    • Statuses
  • FAQs and Misc. Information
    • FAQs
    • Misc. Information
Powered by GitBook
On this page
  1. User Guide
  2. Trading

Order Types / Strategies

Aquanow's available trading strategies

If an unauthorized error is returned when using an order type, contact Aquanow's support to enable it.

Order Type
Description
Applicable Fields

RFQ

Two-stage: Request for quote and confirmation. 

8 second execution window by default.

  • Receive / Deliver Quantity

  • UsernameRef (optional) - user provided reference

Market

Immediate execution.

Users will be prompted to confirm orders prior to execution.

  • Receive / Deliver Quantity

  • UsernameRef (optional) - user provided reference

Limit

Instruction to buy/sell up to/down to a set price.

User sets price parameters.

Limit stays open for 24 hours.

  • Limit Price

  • Receive / Deliver Quantity

  • UsernameRef (optional) - user provided reference

GTC/GTD

"Good-Till-Cancel" / "Good-Till-Date" limit orders.

Set to expire at a specific user entered date or at max after 90 days.

  • Limit Price

  • Receive / Deliver Quantity

  • UsernameRef (optional) - user provided reference

  • Expiration Time (Required for GTD)

TWAP

Time-Weighted Average Price (TWAP) is used when buying or selling large amounts of digital assets over time, with the ability to choose the amount being bought/sold and its time period.

  • Limit price

  • Quantity of currency

  • Total (price x quantity)

  • Duration (in min)

  • UsernameRef (optional) - user provided reference

PreviousSubmitting OrdersNextTrade Management