Retrieve all previously locked rates.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api-gateway-uat.mmacs.io/platform/trade-service/api/v1/fx-rates' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"message": "The FX rates have been successfully fetched.",
"count": 0,
"items": []
}
Modified at 2025-03-04 10:09:59