Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET '/fx/order/'
Responses
application/json {
"id": "FX1625150061543456",
"requestId": "string",
"walletId": "WA1426785367490592",
"sellCcy": "string",
"sellAmount": 0,
"buyCcy": "string",
"buyAmount": 0,
"fixedSide": "BUY",
"sellRate": 0,
"valueDate": "2024-07-15",
"status": "Processing",
"createdTime": "string",
"updatedTime": "string"
}
Modified at 2024-07-19 02:22:56