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 ] |
| target objectamount stringCurrency amount in decimal format | currency stringPossible values: [BTC , USD , EUR , USDT , GBP ] |
| 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 ] |
| conversionRate objectConversion rate used for the transaction. amount stringCurrency amount in decimal format | sourceCurrency stringPossible values: [BTC , USD , EUR , USDT , GBP ] | targetCurrency stringPossible values: [BTC , USD , EUR , USDT , GBP ] |
| state stringPossible values: [NEW , PENDING , COMPLETED , FAILED ] State of the currency exchange quote. | completed date-time — OPTIONALTimestamp at which the exchange was completed. |
|