History

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

Response details

Key

Type

Description

items

array

A table of records in history.

  • exchangeId

UUID

Id of the exchange

  • time

Unix Timestamp

Time of exchange.

  • sourceCurrency

string

The currency that was exchanged.

  • targetCurrency

string

Currency received on conversion.

  • amountGiven

decimal

Exchanged amount of first currency funds.

  • amountReceived

decimal

The amount of funds received in the second currency.

  • rate

decimal

Exchange rate.

  • userId

UUID

Our user ID.

  • status

string

Exchange status.

Language