Get transaction history
The method allows you to get organization transactions history.
Filters
Filters are available:
by transaction type (
enum type
)by date (
date
parameter)by coin (
currency
parameter)by network (
network
parameter)
Pagination
Pagination is performed using the parameters limit
, offset
. Sorting by date also is available (parameter sortDate
)
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 enum basis
enum basis
Тип | Описание |
---|---|
| Order |
| Withdrawal |
| Deposit |
| Transfer |
| Collecting profits |
| KYT |
| Swap API |
| Auto-swap |
Description of enum type
enum type
Тип | Описание |
---|---|
| Commission |
| Order creation fee |
| Transaction order fee |
| Wallet deposit fee |
| Recurrent address deposit fee |
| Personal address deposit fee |
| Payout balance deposit fee |
| Wallet withdrawal fee |
| Recurrent address withdrawal fee |
| Personal address withdrawal fee |
| Collect address withdrawal fee |
| Payout balance withdrawal fee |
| Blockchain bridge fee |
| Blockchain bridge API fee |
| Blockchain bridge |
| Blockchain bridge API |
| Swap |
| Swap API |
| Swap fee |
| Swap API fee |
| Network commission |
| Advanced balance replenishment |
| Withdrawal |
| Withdrawal fee |
| Order transaction |
| Payout balance replenishment |
| Wallet replenishment |
| Recurrent address replenishment |
| Personal address replenishment |
| Collect address replenishment |
| Transaction risks |
| Withdrawal risks |
| Address risks |
| Auto-swap |
| Auto-swap fee |
Last updated