Transaction API
get
https://api.aquanow.io
/users/v1/userbalance
Get User Balance
get
https://api.aquanow.io
/accounts/v1/transaction
Get Transactions
post
https://api.aquanow.io
/accounts/v1/transaction
Create Withdrawal
get
https://api.aquanow.io
/payment/v1/payout
Get payouts & deposits
Field Name | Description |
---|---|
address | The destination address of the transaction |
adminApproval | Status of transaction. UNCONFIRMED: Tx detected but not yet deposited (as there is not enough confirmations PROCESSING: Tx is in transit and will be processed shortly REJECTED: Tx is deposited but not executed to fiat (for autopilot/aquapay transactions) DONE: Transaction has been processed. |
bankInfo | If FIAT, bankInfo |
createdAt | Date Transaction was created in ms |
isAutopilotAddress | Whether or not this transaction is an autopilot (NOTE: Aquapay transactions are autopilot addresses) |
itemDateTime | Date of transaction |
networkFeeAqua | Blockchain NetworkFee, if applicable |
quantity | Size of transaction |
symbol | Currency symbol i.e BTC or USD |
tag | Tag set by you to differentiate transactions |
transactionType | WITHDRAW , DEPOSIT or CONVERSION |
txId | Uuid of transaction |
updatedAt | Date Transaction was last updated in ms |
username | Username |