Get all FX Trades (New)post https://api-exchange-now-sandbox.vertofx.com/fx/listFetch all the FX trades initiated by your company.Query Paramslimitint32required1 to 100Specifies the maximum number of records to return.skipint32required≥ 0Specifies the number of items to skip before starting to collect the result set.Body ParamssourceTargetPairsarray of objectsThe source and target of the transaction. The source and target can be an account or a wallet.sourceTargetPairsADD objectstateobjectThe status of the transaction. E.g. inwardSettlementDone,outwardSettlementDone,inwardSettlementPending, outwardSettlementPending.state objectcreatedStartDatestringThe date for the first transaction was created.createdEndDatestringThe date for the last transaction was created.paymentIdsarray of stringsA list of unique identifiers for the payments to be processed. This field can have value as null.paymentIdsADD stringResponses 200Success 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 10 months ago