Returns the complete history of exchanges made at the currency exchange.

Response details

KeyTypeDescription
itemsarrayA table of records in history.
* exchangeIdUUIDId of the exchange
* timeUnix TimestampTime of exchange.
* sourceCurrencystringThe currency that was exchanged.
* targetCurrencystringCurrency received on conversion.
* amountGivendecimalExchanged amount of first currency funds.
* amountReceiveddecimalThe amount of funds received in the second currency.
* ratedecimalExchange rate.
* userIdUUIDOur user ID.
* statusstringExchange status.
Language