Aquanow
Latest
Latest
  • 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
      • Trade Credit Balances
      • Company Profile Configuration
        • Company profile settings
        • Accounts settings
        • Users settings
      • User Balances
      • API Keys
    • Transaction API
      • Get Transactions
      • Create Transactions
      • Transfers
      • Approvals
      • 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

accountId

string

accountId associated with credit/cash account. It reflects the sender's accountId if transactionType is INTERNAL_DEBIT, and recipient's accountId if transactionType is INTERNAL_CREDIT.

accountRecipientId

string

Transfer recipient's accountId when transactionType is INTERNAL_DEBIT

accountSenderId

string

Transfer sender's accountId when transactionType is INTERNAL_CREDIT

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 | INTERNAL_DEBIT | INTERNAL_CREDIT

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 4 months ago

Returns a

Returns a

Status of transaction, view for more information.

TransactionObject
PaginationDataObject
Transaction Statuses