Get all Wallets (New)get https://api-wallet-sandbox.vertofx.com/{companyId}/walletsPath ParamscompanyIdstringrequiredSpecifies the unique identifier assigned to a company within the system. Get the companyId in the response path [response.body.companyId] of the POST /users/login API.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.currencystringenumlength between 3 and 33-character ISO 4217 currency code used to denote a specific currency. It serves as a universal identifier for the type of money involved in a wallet transaction.AEDAUDBDTBGNBHDBRLCADCHFCNYCZKDKKEGPETBEURGBPGHSHKDHRKHUFIDRILSINRJPYKESKWDLKRMADMXNMYRNGNNOKNZDOMRPHPPKRPLNQARRONRUBSARSEKSGDTHBTNDTRYTZSUGXUSDXAFXOFZARZMWShow 52 enum valuescurrencyIdstringSpecifies the unique ID for each currency.searchTermstringSearch by wallet labelisDefaultbooleanFilter to check if the wallet is set as the default.truefalseisArchivedbooleanFilter to check if the wallet is archived.truefalsewalletIdsstringComma separated wallet id's.typestringenumwallet typestandardfx_balanceAllowed:standardfx_balanceResponses 200Fetch wallets for a company 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 10 months ago