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
  • TransactionV2Object
  • TransactionObject
  • PaginationDataObject
  1. Data Objects & Statuses

Transaction Objects

Response Body Objects

TransactionV2Object

Parameter
Type
Description

data

array | object

pagination

object

TransactionObject

Parameter
Type
Description

address

string

Destination address of the transaction

adminApproval

string

createdAt

number

Time in epoch milliseconds when this record was created

dateSigned

number

Time in epoch milliseconds

isAutopilotAddress

bool

If this transaction is an autopilot

itemDateTime

number

Date of transaction

networkType

string

ETH, TRON or XLM For symbols that support multiple networks. NOTE: only applicable to USDT and USDC

originUser

string

Accounts origin (parent) user

quantity

number

Size of transaction

grossQuantity

number

Gross size of transaction

symbol

string

Currency symbol

tag

string

Tag set by user to differentiate transactions

transactionType

string

WITHDRAW | DEPOSIT

Note: Each transfer transaction creates 2 transaction records. INTERNAL_CREDIT is used for the recipient's record and INTERNAL_DEBIT is used for the sender's record.

updatedAt

number

Time in epoch milliseconds when this record was updated

txHash

string

Transaction hash

txId

string

Transaction ID

username

string

Sub-user associated with transaction

PaginationDataObject

Parameter
Type
Description

startsAfter

string

Pagination token that can be used to query more data

limit

number

Number of results shown

PreviousWebsocket ObjectsNextApproval Objects

Last updated 3 months ago

Returns a

Returns a

Status of transaction, view for more information.

TransactionObject
PaginationDataObject
Transaction Statuses