Get available accounts for FX tradingAsk AIget https://www.bankingcircleconnect.com/api/v1/fx/settlement-accountsQuery ParamsCustomerIdstring(Optional) Retrieve the settlement accounts for a specified customer id in cases where you have multiple legal entities at Banking Circle .Currencystringlength between 0 and 5(Optional) Filter the settlement accounts by currency. Must match ISO 20222.OnlyDefaultAccountsboolean(Optional) Default : false Set to true to return only main (default) settlement accounts. Set to false to return all FX settlement accounts, for example if you have multiple EUR or GBP accounts with us.truefalseResponses 200OK 400Bad request. Request is not correctly formulated. Goes for both Header, Query and Body. Verify the error description and properties. 403Forbidden. The server understood the request, but is refusing it or the access is not allowed, i.e. if resource exists but calling user does not have rights to access it. 404Not found. There is no resource behind the URL, i.e. requesting data on an account that does not exist or do not have permissions to. 500Internal Server Error. Something unexpected happened on BC Connect side.Updated 7 months ago