Create a FX transaction
POST/api/fx_transaction_details
Creates a new FX transaction using the specified currency pair, value date, and either amountFrom or amountTo. Only one of the two amounts may be provided per request.
Request
Responses
- 201
- 400
- 401
- 403
- 422
Created - The request was processed successfully.
Bad Request -- Your request is invalid.
Unauthorised -- Your access token is wrong.
Forbidden -- Access to the requested resource or action is forbidden.
Unprocessable Content -- We could not process your request due to invalid data provided.