Retrieve a previously locked rate. Passing a rate that hasn't been locked will result in a 404 not found error.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api-gateway-uat.mmacs.io/platform/trade-service/api/v1/fx-rates/FX-260108-100733314457' \
--header'Authorization: Bearer <token>'
Responses
🟢200OK
application/json
Body
Example
{"message":"The FX rate has been successfully fetched.","id":"FX-260108-100733314457","sourceAmount":"1663.82","sourceCurrency":"NGN","rate":"0.0006010254429251893","targetAmount":"1","targetCurrency":"USD","tradeReference":"Tk2pCUsgDolQub","status":"completed","createdAt":"2026-01-08T09:07:34.197Z","updatedAt":"2026-01-08T09:07:34.351Z"}