get
https://api.waltrex.io/wallets/private/v1/transactions
Retrieve a list of all transactions in your account.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Transaction Types
The Transfers array in the response can include different types of transactions, identified by the transferType and transferSubType fields:
| Transaction Type | Description | transferType | transferSubType |
|---|---|---|---|
| Deposit | External Wallet -> Waltrex Wallet | deposit | deposit |
| Internal Transfer | Transfer between Account Wallets | deposit | internal_deposit |
| AutoSweep | Sweep to Master Wallet | deposit | autosweep |
| Withdrawal | Waltrex Wallet -> External Wallet | withdrawal | withdrawal |
Transfer Status
Waltrex sends the following webhook events to notify you about transaction lifecycle changes:
| Webhook Event | Description |
|---|---|
transaction-created | Sent when a new transaction is created |
transaction-updated | Sent when a transaction's status changes |
For transaction-updated events, the payload includes a status field indicating the current state of the transaction:
| Status | Description |
|---|---|
published | The transaction has been submitted to the network. |
mined | The transaction has been included in a block. |
confirmed | The transaction has received sufficient confirmations. |
canceled | The transaction was canceled. |
failed | The transaction failed to process. |
