| Schema — OPTIONAL |
|---|
id uuidID of the exchange quote. | created date-timeDate and time when the exchange quote was created. | validUntil date-timeDate and time when the exchange quote expires. | source objectamount stringCurrency amount in decimal format | currency stringPossible values: [BTC, USD, EUR, USDT, GBP, AUD] |
| target objectamount stringCurrency amount in decimal format | currency stringPossible values: [BTC, USD, EUR, USDT, GBP, AUD] |
| fee objectService fee. The user will be charged this amount on top of what the source specifies. amount stringCurrency amount in decimal format | currency stringPossible values: [BTC, USD, EUR, USDT, GBP, AUD] |
| conversionRate objectConversion rate used for the transaction. amount stringCurrency amount in decimal format | sourceCurrency stringPossible values: [BTC, USD, EUR, USDT, GBP, AUD] | targetCurrency stringPossible values: [BTC, USD, EUR, USDT, GBP, AUD] |
| state stringPossible values: [NEW, PENDING, COMPLETED, FAILED] State of the currency exchange quote. | completed date-time — OPTIONALTimestamp at which the exchange was completed. |
|