Aquanow CAMS v1.0 (Updated)
  • Welcome
  • Security
    • OAuth2.0
    • API Limits
  • Pagination
  • Webhooks
    • Onboarding
    • Settlements
    • Reports
    • Order
    • Execution
    • Document
  • Market Data
    • Websocket
    • Rest API
      • OHLC
  • API reference
    • Customers
      • Docs
      • Configuration
    • Trades
      • RFQ
    • Orders
    • Executions
    • Settlements
    • Transactions
    • Accounts
      • Credit
      • Balances
      • Configuration
      • Performance
    • Instruments
      • Pairs
      • Assets
    • Custody
      • Balances
      • Allocation
    • Files
    • Webhook
  • Change Log
  • Specification
  • User Guide
    • View Customers
      • Customer Onboarding
      • Upload Onboarding Docs
      • View Customer Account Balances
      • Customer Risk Groups
    • View Customer Trade Activity
    • Manage Team Members
Powered by GitBook
On this page
  1. Webhooks

Execution

Notify execution status

Body

{
  "messageId": "123e4567-e89b-12d3-a456-426614174000",
  "messageType": "TRADE_EXECUTED",
  "messageTime": "2025-03-04T16:11:06.951Z",
  "message": {
    "executionId": "123e4567-e89b-12d3-a456-426614174000",
    "orderId": "123e4567-e89b-12d3-a456-426614174000",
    "accountId": "123e4567-e89b-12d3-a456-426614174000",
    "executedAt": "2025-03-04T16:11:06.951Z",
    "pair": "BTC-USD",
    "side": "BUY",
    "deliverCurrency": "BTC",
    "deliverQuantity": "1.00",
    "receiveCurrency": "USD",
    "receiveQuantity": "52100.00",
    "price": "52100.00",
    "baseQuantity": "0.0016",
    "quoteQuantity": "10.74",
    "clientFeeRate": "10",
    "providerFeeRate": "10",
    "clientFeeQuantity": "52.10",
    "providerFeeQuantity": "52.10",
    "feeCurrency": "USD",
    "executionStatus": "TRADE_EXECUTED",
    "tradeDate": "2025-03-04",
    "valueDate": "2025-03-04",
    "confirmedAt": "2025-03-04T16:11:06.951Z",
    "clientReference": "text",
    "tradeTaxRate": "5",
    "clientTaxQuantity": "2.61",
    "providerTaxQuantity": "2.61"
  }
}
PreviousOrderNextDocument

Last updated 2 months ago