Exchange
Exchange record
Unique ID of the exchange
3fa85f64-5717-4562-b3fc-2c963f66afa6
Short ID of the exchange
Possible values: non-empty
TR123
External ID of the exchange
Possible values: non-empty
EX123
rate objectrequired
Rate of the exchange
Possible values: non-empty
Possible values: [BID
, OFFER
]
from objectrequired
Money from the exchange
The specific monetary value that is being converted from in the currency exchange
100
The type of currency that the money is being exchanged from
Possible values: non-empty
, Value must match regular expression [A-Z]{3}
USD
to objectrequired
Money to the exchange
The specific monetary value that is being converted from in the currency exchange
100
The type of currency that the money is being exchanged from
Possible values: non-empty
, Value must match regular expression [A-Z]{3}
USD
Settlement date of the exchange
2023-12-31
exchangeStatus objectrequired
Status of the exchange
State of the exchange
Possible values: [DRAFT
, SUBMITTING
, UNKNOWN
, SUBMITTED
, ORDERED
, ORDER_SETTLED
, SUCCESS
, REJECTED
, FAILED
, CANCELLED
]
SUBMITTED
Reason for the exchange state
Possible values: [DRAFT
, SUBMITTING
, UNKNOWN
, SUBMITTED
, ORDERED
, ORDER_SETTLED
, SUCCESS
, REJECTED
, FAILED
, FAILED_BREACHES_LIMIT
, CANCELLED
]
REJECTED_BREACHES_LIMIT
Completion status of the exchange
false
Creation time of the exchange
2023-01-01T00:00:00Z
Completion time of the exchange
2023-01-02T00:00:00Z
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"shortId": "TR123",
"externalId": "EX123",
"rate": {
"price": 0,
"currencyPair": "string",
"type": "BID"
},
"from": {
"amount": 100,
"currency": "USD"
},
"to": {
"amount": 100,
"currency": "USD"
},
"settlementDate": "2023-12-31",
"exchangeStatus": {
"state": "SUBMITTED",
"reason": "REJECTED_BREACHES_LIMIT",
"complete": false
},
"createdAt": "2023-01-01T00:00:00Z",
"completedAt": "2023-01-02T00:00:00Z"
}