Address Transactions
The method allows you to get a list of transactions at the address.
Filters
Filters are available:
by transaction type:
withdrawal
,deposit
by several statuses:
processed
,error
,rejected
,pending
Pagination
Pagination is performed using the parameters limit
, offset
.
limit
- the number of items to display as a result of the request (no less than 100 and no more than 1000, by default 100)offset
- the number of elements to skip
Description of fields
Field | Type | Description |
---|---|---|
|
| Transaction ID |
|
| Transaction status |
|
| Transaction type |
|
| Coin |
|
| Network |
|
| The address from which the coins were sent |
|
| The address that received the coins |
|
| Transaction amount |
|
| TX hash in the blockchain |
|
| (When withdrawal) Commission Coin |
|
| (When withdrawal) The amount of the commission |
|
| (When withdrawal) The amount of the commission in terms of USD |
|
| ID of the withdrawal in the system |
|
| ID of the orphan transaction in the system |
|
| Date of transaction |
Last updated