List contracts of accountAsk AIget https://api.finx-s.qwist.cloud/rest/accounts/{account-id}/contractsRetrieve a list of contracts associated with this account.Path Paramsaccount-idstringrequiredfinX ID of account.Query ParamsoffsetintegerDefaults to 0Skip this number of items in the response. In combination with the count parameter this can be used to paginate the result list.countintegerDefaults to 1000Limit the number of returned items. In combination with the offset parameter this can be used to paginate the result list.HeadersAccept-LanguagestringSetting the Accept-Language to one of the available languages will return results in this language.Responses 200List of contracts. 400Bad request. 401You are not authorized. 4XXGeneric error.Updated 7 months ago