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
  • ApprovalsObject
  • ApprovalsPayloadObject
  • ReviewRecordsObject
  1. Data Objects & Statuses
  2. Transaction Objects

Approval Objects

Approvals API Response Objects

ApprovalsObject

Parameter
Type
Description

action

string

WITHDRAW

approvalId

string

Approval request ID

entity

string

Approval

payload

obj

requestedBy

string

Username of user who created the approval of request

resource

string

BALANCE

reviewRecords

array

status

string

username

string

Root user of account

ApprovalsPayloadObject

Parameter
Type
Description

address

string

Withdrawal address

networkType

string

eth | tron | xlm | maric | ftm For symbols that support multiple networks. NOTE: only applicable to USDT, USDC, MATIC and FTM.

quantity

number

The total quantity that the client will receive after withdrawal fees are deducted

grossQuantity

number

The quantity that is withdrawn from the account

symbol

string

Currency symbol

tag

string

Tag set by user to differentiate transactions

transactionType

string

WITHDRAW

ReviewRecordsObject

Parameter
Type
Description

comment

string

Comment set by reviewer when rejecting or approving an approval request

reviewedAt

string

yyyy-mm-ddThh:mm:ss.sssZ UTC time stamp when approval request was rejected or approved by reviewer

reviewedBy

string

Username of reviewer

status

string

APPROVED | REJECTED Decision made by reviewer

PreviousTransaction ObjectsNextFee Estimate Objects

Returns an .

Returns an array of once the approval request reaches a .

Approval request status. For more information about statuses view the table.

ApprovalsPayloadObject
ReviewRecordsObject
Resolved Status
Approvals Status