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
  • ExecutionsObject
  • ExecutionsPayloadObject
  1. Data Objects & Statuses
  2. Executions Objects

Duration Order Objects

Response Objects

ExecutionsObject

Parameter
Type
Description

error

string

Contains an error message if an error has occurred (e.g., insufficient funds).

type

string

Order type

payload

object

ExecutionsPayloadObject

Parameter
Type
Description

deliverCurrency

string

Currency used for deliverQuantity For example, if ticker is BTC-USD and tradeSide is buy, then the delivered currency is USD. If tradeSide is sell, the delivered currency is BTC.

deliverQuantity

number

Quantity of currency delivered by user based on the ticker and tradeSide.

expireTime

number

Expiration time in milliseconds of when the pre-existing order will expire. Expiration time must be within 90 days of order creation.

fee

number

Trade fee

orderId

string

Order ID

price

number

Price in quote currency (i.e. if ticker is BTC-USD, then the price will be in USD)

quoteId

string

ID of the quote provided by Aquanow

quoteTime

number

Time quote was provided in milliseconds

receiveCurrency

string

Currency used for receiveQuantity For example, if ticker is BTC-USD and tradeSide is buy, then the received currency is BTC. If tradeSide is sell, the received currency is USD.

receiveQuantity

number

Quantity of currency received by user based on the ticker and tradeSide.

symbol

string

Currency pair (e.g., "BTC-USD")

ticker

string

Currency pair (e.g., "BTC-USD")

tradeSide

string

"buy" or "sell"

tradeTime

number

Time trade was created in milliseconds

tradeStatus

string

PreviousExecutions ObjectsNextMarket Data Objects

Last updated 1 year ago

Returns a

Trade status. View ' page for more information.

Statuses
ExecutionsPayloadObject