{"id":7951,"date":"2025-09-04T16:00:39","date_gmt":"2025-09-04T21:00:39","guid":{"rendered":"https:\/\/librarytestdev.wpenginepowered.com\/?post_type=doc&#038;p=7951"},"modified":"2025-12-17T09:50:09","modified_gmt":"2025-12-17T15:50:09","slug":"migrating-from-tt-rest-1-0-to-2-0-2","status":"publish","type":"doc","link":"https:\/\/library-staging.tradingtechnologies.com\/apis\/tt-rest-api-2-0-uat\/getting-started-tt-rest-api-2-0-uat\/migrating-from-tt-rest-1-0-to-2-0-2\/","title":{"rendered":"Migrating from TT REST 1.0 to 2.0"},"content":{"rendered":"\n\n \t<h1>Migrating from TT REST 1.0 to 2.0<\/h1>\n  <p>\n  A restructuring of the original version of the TT REST API was undertaken to\n  improve its underlying design. As a result, a new version was created in which\n  the names of the individual services were changed so as to differentiate it\n  from the original version. Furthermore, the \u201cRISK\u201d service offered in the\n  original version has been split up into several smaller services in the new\n  version.\n<\/p>\n\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n  <thead class=\"thead-light\">\n    <tr>\n      <th scope=\"col\">TT REST API Services 1.0<\/th>\n      <th scope=\"col\">TT REST API Services 2.0<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td><a href=\"#ttid\">ttid<\/a><\/td>\n      <td>\n        <ul style=\"list-style-type: none\">\n          <a href=\"#ttid\">ttid<\/a>\n          <li>\/keyusage, \/usersprovision<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td><a href=\"#pds\">PDS<\/a><\/td>\n      <td>\n        <ul style=\"list-style-type: none\">\n          <a href=\"#ttpds\">ttpds<\/a>\n          <li>\/currencyrates<\/li>\n          <li>\/instrument, \/instrumentdata, \/instruments<\/li>\n          <li>\/markets, \/micodes, \/mics<\/li>\n          <li>\n            \/product, \/products, \/productdata, \/productfamilies, \/productfamily\n          <\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td><a href=\"#ledger\">LEDGER<\/a><\/td>\n      <td>\n        <ul style=\"list-style-type: none\">\n          <a href=\"#ttledger\">TTLEDGER<\/a>\n          <li>\/fills<\/li>\n          <li>\/orderdata, \/orders<\/li>\n          <li>\/postitionmodifications, \/tradingaccountfills<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td><a href=\"#monitor\">MONITOR<\/a><\/td>\n      <td>\n        <ul style=\"list-style-type: none\">\n          <a href=\"#ttmonitor\">TTMONITOR<\/a>\n          <li>\/adminfill, \/creditutilization<\/li>\n          <li>\/position, \/sod<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td><a href=\"#risk\">RISK<\/a><\/td>\n      <td>\n        <ul style=\"list-style-type: none\">\n          <a href=\"#ttsetup\">TTSETUP<\/a>\n          <li>\/commondata, \/company<\/li>\n          <li>\/ordertagdefaults, \/organizations<\/li>\n          <li>\/report, \/ttcommondata, \/connections<\/li>\n        <\/ul>\n        <ul style=\"list-style-type: none\">\n          <a href=\"#ttuser\">TTUSER<\/a>\n          <li>\/user, \/users<\/li>\n        <\/ul>\n        <ul style=\"list-style-type: none\">\n          <a href=\"#ttaccount\">TTACCOUNT<\/a>\n          <li>\/account, \/acccounts, \/accountuser, \/accountusers<\/li>\n        <\/ul>\n        <ul style=\"list-style-type: none\">\n          <a href=\"#ttgroup\">TTGROUP<\/a>\n          <li>\/riskgroups, \/usergroups<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n  <\/tbody>\n<\/table>\n\n<p>\n  However, the new version presents an interface which closely mimics that of\n  the original version to minimize migration efforts. The following is a list of\n  the changes that were made to the interface which may impact your application.\n  Fields and endpoints that are marked as deprecated will remain in the new\n  version until the original version is no longer available.\n<\/p>\n\n<p>\n  <strong>NOTE:<\/strong> As a product, TT REST API 1.0 will be deprecated on\n  June 30, 2021. Until then, TT REST API 1.0 will remain a fully supported\n  production product, however, no additional enhancements will be made to it.\n<\/p>\n\n<h2 id=\"ttid\">Key to Interface Changes<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttid\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n\n<p>\n  The tables below use the following colors to represent each interface change\n  impact:\n<\/p>\n\n<ul style=\"list-style-type: none\">\n  <li class=\"alert alert-danger\">\n    The highlighted changes have a <strong>high impact<\/strong> to the\n    interface. These changes require most users to modify their code to reflect\n    the change.\n  <\/li>\n  <li class=\"alert alert-warning\">\n    The highlighted changes have a <strong>medium impact<\/strong> to the\n    interface. These changes may impact fewer users but require all users to\n    verify their code can adapt to the change.\n  <\/li>\n  <li class=\"alert alert-info\">\n    The highlighted changes have a <strong>low impact<\/strong> to the interface.\n    These changes impact the fewer number of users. All users should verify\n    their code can adapt to the change.\n  <\/li>\n<\/ul>\n\n<h2 id=\"ttid\">Interface Changes &#8211; ttid<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttid\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n<p>No interface changes.<\/p>\n\n<h2 id=\"pds\">Interface Changes &#8211; PDS<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#pds\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n\n<section>\n  <h3 id=\"ttpds\">ttpds<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttpds\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n  <section>\n    <h4 id=\"ttpds-get\">ttpds &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttpds-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n    <table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n      <thead class=\"thead-light\">\n        <tr>\n          <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n          <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n          <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>GET<\/td>\n          <td>\/currencyrates<\/td>\n          <td>\n            <ul style=\"list-style-type:none\">\n              <li class=\"alert alert-warning\">The <strong>currency_rate<\/strong> object is returned when only one rate\n                is requested. The <strong>currency_rates<\/strong> array is returned when more than one rate is\n                requested.<\/li>\n              \n            <\/ul>\n          <\/td>\n        <\/tr>\n        <tr>\n          <td>GET<\/td>\n          <td>\/instruments<\/td>\n          <td>\n            <ul style=\"list-style-type:none\">\n              <li class=\"alert alert-danger\">Changed the type of the <strong>lastPage<\/strong> field from a\n                <strong>boolean<\/strong> to a <strong>string<\/strong>.<\/li>\n            <\/ul>\n          <\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/section>\n\n<\/section>\n\n<h2 id=\"ledger\">Interface Changes &#8211; Ledger<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ledger\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n\n<section>\n    <h3 id=\"ttledger\">TTLEDGER<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttledger\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n  <section>\n  <h4 id=\"ttledger-get\">TTLEDGER &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttledger-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n  <table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n    <thead class=\"thead-light\">\n      <tr>\n        <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n        <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n        <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>GET<\/td>\n        <td>\/fills<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-danger\">Changed the type of the <strong>aggressorIndicator<\/strong> and <strong>externallyCreated<\/strong> fields from a <strong>string<\/strong> to a <strong>boolean<\/strong>.<\/li>\n        \n        <li class=\"alert alert-danger\">Changed the type of the <strong>exchLeavesQty<\/strong> from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n        \n          <\/ul>\n        <\/td>\n      <\/tr>\n      <tr>\n        <td>GET<\/td>\n        <td>\/tradingaccountfills<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-danger\">Changed the type of the <strong>aggressorIndicator<\/strong> and <strong>externallyCreated<\/strong> fields from a <strong>string<\/strong> to a <strong>boolean<\/strong>.<\/li>\n        \n        <li class=\"alert alert-danger\">Changed the type of the <strong>exchLeavesQty<\/strong> from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n        \n          <\/ul>\n        <\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n  <\/section>\n  \n  <\/section>\n\n<h2 id=\"monitor\">Interface Changes &#8211; Monitor<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#monitor\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n\n<section>\n    <h3 id=\"ttmonitor\">TTMONITOR<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttmonitor\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n  <section>\n  <h4 id=\"ttmonitor-get\">TTMONITOR &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttmonitor-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n  <table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n    <thead class=\"thead-light\">\n      <tr>\n        <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n        <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n        <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>GET<\/td>\n        <td>\/position<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n            <li class=\"alert alert-danger\">Changed the type of the <strong>lastPage<\/strong> field from a <strong>boolean<\/strong> to a <strong>string<\/strong>.<\/li>\n            <li class=\"alert alert-danger\">Deprecated the <strong>productPosition<\/strong> query parameter and replaced with two new endpoints called: <strong>\/productposition<\/strong> and <strong>\/productposition\/{accountId}.<\/strong><\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n    \n    <\/tbody>\n  <\/table>\n  <\/section>\n  \n  <\/section>\n\n<h2 id=\"risk\">Interface Changes &#8211; Risk<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#risk\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n\n<section>\n    <h3 id=\"ttsetup\">TTSETUP<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttsetup\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n  <section>\n  <h4 id=\"ttsetup-get\">TTSETUP &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttsetup-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n  <table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n    <thead class=\"thead-light\">\n      <tr>\n        <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n        <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n        <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n        <tr><td>GET<\/td>\n        <td>\/commondata<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n            <li class=\"alert alert-info\">Deprecated the <strong>\/commondata<\/strong> endpoint and replaced with a new endpoint called <strong>\/ttcommondata<\/strong>.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n      <tr>\n        <td>GET<\/td>\n        <td>\/ordertagdefaults\/fields<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-warning\">The value of the <strong>lastPage<\/strong> field was changed from <strong>True<\/strong> to <strong>true<\/strong>.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n  <\/section>\n  \n  <section>\n    <h4 id=\"ttsetup-post\">TTSETUP &#8211; POST<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttsetup-post\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n    <table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n      <thead class=\"thead-light\">\n        <tr>\n          <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n          <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n          <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>POST<\/td>\n          <td>\/company\/productmargin<\/td>\n          <td>\n            <ul style=\"list-style-type:none\">\n              <li class=\"alert alert-info\">Deprecated the <strong>\/company\/productmargin<\/strong> endpoint and replaced with a new endpoint called <strong>\/company\/productmargins<\/strong>.<\/li>\n            <\/ul>\n          <\/td>\n        <\/tr>\n        <tr>\n            <td>POST<\/td>\n            <td>\/ordertagdefaults\/profiles<\/td>\n            <td>\n              <ul style=\"list-style-type:none\">\n                <li class=\"alert alert-info\">Deprecated the <strong>customerId<\/strong> field and replaced with a new field called <strong>profileId<\/strong>.<\/li>\n              <\/ul>\n            <\/td>\n          <\/tr>\n      <\/tbody>\n    <\/table>\n    <\/section>\n  \n    <section>\n      <h4 id=\"ttsetup-delete\">TTSETUP &#8211; DELETE<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttsetup-delete\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n      <table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n        <thead class=\"thead-light\">\n          <tr>\n            <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n            <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n            <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>DELETE<\/td>\n            <td>\/company\/productmargin<\/td>\n            <td>\n              <ul style=\"list-style-type:none\">\n                <li class=\"alert alert-info\">Deprecated the <strong>\/company\/productmargin<\/strong> endpoint and replaced with a new endpoint called <strong>\/company\/productmargins<\/strong>.<\/li>\n              <\/ul>\n            <\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n      <\/section>\n  \n  <\/section> \n<section>\n<h3 id=\"ttuser\">TTUSER<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttuser\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n<section>\n<h4 id=\"ttuser-get\">TTUSER &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttuser-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n  <thead class=\"thead-light\">\n    <tr>\n      <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n      <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n      <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td>GET <\/td>\n      <td>\/user<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-danger\">Changed the type of the <strong>PrimaryPhoneExt<\/strong> field from an <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n          <li class=\"alert alert-danger\">Changed the type of the <strong>SecPhoneExt<\/strong> field from an <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>GET<\/td>\n      <td>\/user\/accesslines<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-danger\">Changed the type of the <strong>revision<\/strong> field from a <strong>string<\/strong> to an <strong>integer<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>GET<\/td>\n      <td>\/user\/privatelines<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/user\/privatelines<\/strong> endpoint and replaced with a new endpoint called <strong>\/user\/accesslines<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>GET<\/td>\n      <td>\/user\/{userId}<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>last_page<\/strong> field and replaced with a new field called <strong>lastPage<\/strong>.<\/li>\n          <li class=\"alert alert-info\">Deprecated the <strong>next_page_key<\/strong> field and replaced with a new field called <strong>nextPageKey<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>GET<\/td>\n      <td>\/user\/{userId}\/risklimits<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/user\/{userId}\/risklimits<\/strong> endpoint and replaced with an existing endpoint called <strong>\/user\/{userId}\/limits<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>GET<\/td>\n      <td>\/user\/{userId}\/marketdata<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>last_page<\/strong> field and replaced with a new field called <strong>lastPage<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n        <td>GET<\/td>\n        <td>\/user\/{userId}\/profile<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n            <li class=\"alert alert-info\">Deprecated the <strong>last_page<\/strong> field and replaced with a new field called <strong>lastPage<\/strong>.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n  <\/tbody>\n<\/table>\n<\/section>\n\n<section>\n<h4 id=\"ttuser-post\">TTUSER &#8211; POST<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttuser-post\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n  <thead class=\"thead-light\">\n    <tr>\n      <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n      <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n      <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td>POST<\/td>\n      <td>\/users\/limits\/contract<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>userContractRiskLimits<\/strong> object and replaced with a new object called <strong>contractLimits<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n      <\/tr><tr>\n        <td>POST<\/td>\n        <td>\/users\/limits\/ipspread<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n            <li class=\"alert alert-info\">Deprecated the <strong>userIPSpreadRiskLimits<\/strong> object and replaced with a new object called <strong>interProductLimits<\/strong>.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n      <tr>\n        <td>POST<\/td>\n        <td>\/users\/limits\/product<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n            <li class=\"alert alert-info\">Deprecated the <strong>userProductRiskLimits<\/strong> object and replaced with a new object called <strong>productLimits<\/strong>.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n      <tr>\n        <td>POST<\/td>\n        <td>\/users\/limits\/limitsettings<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n            <li class=\"alert alert-info\">Deprecated the <strong>userRiskLimitSettings<\/strong> object and replaced with a new object called <strong>riskLimitSettings<\/strong>.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n\n\n\n\n    <tr>\n      <td>POST<\/td>\n      <td>\/user\/risklimit\/contract<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/user\/risklimit\/contract<\/strong> endpoint and replaced with a new endpoint called <strong>\/users\/limits\/contract<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/user\/risklimit\/ipspread<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/user\/risklimit\/ipspread<\/strong> endpoint and replaced with a new endpoint called <strong>\/users\/limits\/ipspread<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/user\/risklimit\/product<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/user\/risklimit\/product<\/strong> endpoint and replaced with a new endpoint called <strong>\/users\/limits\/product<\/strong>.<\/li>\n        <\/ul>\n        <p>REQUEST and RESPONSE<\/p>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_rejectOrderExceedingLevelDepth<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;rejectOrderExceedingLevelDepth<\/strong>.<\/li>\n          <li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_marketDepthCheck<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;marketDepthCheck<\/strong>.<\/li>\n          <li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_maxChildSliceSize<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;maxChildSliceSize<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/user\/risklimitsettings<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/user\/risklimitsettings<\/strong> endpoint and replaced with a new endpoint called <strong>\/users\/limits\/limitsettings<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n  <\/tr><\/tbody>\n<\/table>\n<\/section>\n\n\n<section>\n<h4 id=\"ttuser-delete\">TTUSER &#8211; DELETE<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttuser-delete\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n  <thead class=\"thead-light\">\n    <tr>\n      <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n      <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n      <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td>DELETE<\/td>\n      <td>\/user\/risklimit<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-danger\">Changed the <strong>deleted<\/strong> field to <strong>isDeleted<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n  <\/tbody>\n<\/table>\n<\/section>\n<\/section>\n\n \n<section>\n<h3 id=\"ttaccount\">TTACCOUNT<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttaccount\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n<section>\n<h4 id=\"ttaccount-get\">TTACCOUNT &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttaccount-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n  <thead class=\"thead-light\">\n    <tr>\n      <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n      <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n      <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td>GET<\/td>\n      <td>\/accounts<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n        <li class=\"alert alert-info\">Deprecated the <strong>parentId<\/strong> field and replaced with a new field called <strong>parentAccountId<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>GET<\/td>\n      <td>\/account\/{accountId}<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n        <li class=\"alert alert-danger\">Changed the type of the <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n        <!---Says integer in old model -->\n\n        <li class=\"alert alert-danger\">Removed the default value of the <strong>riskSettings-&gt;positionResetTime<\/strong> field and set it to <strong>0<\/strong>.<\/li>\n\n\n        <li class=\"alert alert-danger\">Removed the default value for the <strong>riskSettings-&gt;positionResetTimeZone<\/strong> field and set it to <strong>None<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>GET<\/td>\n      <td>\/account\/{accountId}\/children<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-warning\">The value of the <strong>lastPage<\/strong> field was changed from <strong>True<\/strong> to <strong>true<\/strong>.<\/li>\n          <li class=\"alert alert-info\">Deprecated the <strong>parentId<\/strong> field and replaced with a new field called <strong>parentAccountId<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>GET<\/td>\n      <td>\/account\/{accountId}\/limits<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_rejectOrderExceedingLevelDepth<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;rejectOrderExceedingLevelDepth<\/strong>.<\/li>\n          <li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_marketDepthCheck<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;marketDepthCheck<\/strong>.<\/li>\n          <li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_maxChildSliceSize<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;maxChildSliceSize<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>GET<\/td>\n      <td>\/account\/{accountId}\/risksettings<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n        <li class=\"alert alert-danger\">Changed the type of the  <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n        <li class=\"alert alert-danger\">Removed the default value of the <strong>riskSettings-&gt;positionResetTime<\/strong> field and set it to <strong>0<\/strong>.<\/li>\n        <li class=\"alert alert-danger\">Removed the default value of the <strong>riskSettings-&gt;positionResetTimeZone<\/strong> field and set it to <strong>None<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>GET<\/td>\n      <td>\/accountuser<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-warning\">Changed the name of the <strong>LastPage<\/strong> variable to <strong>lastPage<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n  <\/tbody>\n<\/table>\n<\/section>\n\n<section>\n<h4 id=\"ttaccount-post\">TTACCOUNT &#8211; POST<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttaccount-post\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n  <thead class=\"thead-light\">\n    <tr>\n      <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n      <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n      <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td>POST<\/td>\n      <td>\/accounts\/risklimits\/contract<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/accounts\/risklimits\/contract<\/strong> endpoint and replaced with a new endpoint called <strong>\/account\/limits\/contract<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/accounts\/risklimits\/ipspread<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/accounts\/risklimits\/ipspread<\/strong> endpoint and replaced with a new endpoint called <strong>\/account\/limits\/ipspread<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/accounts\/risklimits\/product<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/accounts\/risklimits\/product<\/strong> endpoint and replaced with a new endpoint called <strong>\/account\/limits\/product<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/accounts\/limits\/contract<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>accountContractRiskLimits<\/strong> field and replaced with a new field called <strong>contractLimits<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/accounts\/limits\/ipspread<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>accountIPSpreadRiskLimits<\/strong> field and replaced with a new field called <strong>interProductLimits<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/accounts\/limits\/product<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>accountProductRiskLimits<\/strong> field and replaced with a new field called <strong>productLimits<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/accounts\/limits\/limitsettings<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>accountRiskLimitSettings<\/strong> field and replaced with a new field called <strong>riskLimitSettings<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/account\/risklimit\/contract<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-warning\">(RESPONSE) Removed the trailing space in the <strong>outright_priceDriftCheckIntervalLifetimePct<\/strong> field.<\/li>\n          <li class=\"alert alert-info\">Deprecated the <strong>\/account\/risklimit\/contract<\/strong> endpoint and replaced with a new endpoint called <strong>\/accounts\/limits\/contract<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/account\/risklimit\/ipspread<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/account\/risklimit\/ipspread<\/strong> endpoint and replaced with a new endpoint called <strong>\/accounts\/limits\/ipspread<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/account\/risklimit\/product<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/account\/risklimit\/product<\/strong> endpoint and replaced with a new endpoint called <strong>\/accounts\/limits\/product<\/strong>.<\/li>\n\n          <li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_rejectOrderExceedingLevelDepth<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;rejectOrderExceedingLevelDepth<\/strong>.<\/li>\n\n          <li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_marketDepthCheck<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;marketDepthCheck<\/strong>.<\/li>\n\n          <li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_maxChildSliceSize<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;maxChildSliceSize<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/account\/risklimitsettings<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/account\/risklimitsettings<\/strong> endpoint and replaced with a new endpoint called <strong>\/accounts\/limits\/limitsettings<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/account\/risksettings<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-danger\">(REQUEST) Changed the type of the  <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.\n          <\/li>\n          <li class=\"alert alert-danger\">(RESPONSE) Changed type of the  <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.\n          <\/li>\n          <li class=\"alert alert-danger\">(RESPONSE) Removed the default value of the <strong>riskSettings-&gt;positionResetTime<\/strong> field and set it to <strong>0<\/strong>.\n          <\/li>\n          <li class=\"alert alert-danger\">(RESPONSE) Removed the default value of the <strong>riskSettings-&gt;positionResetTimeZone<\/strong> field and set it to <strong>None<\/strong>.\n          <\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>POST<\/td>\n      <td>\/accountuser<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">Deprecated the <strong>\/accountuser<\/strong> endpoint and replaced with a new endpoint called <strong>\/accountusers<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n  <\/tbody>\n<\/table>\n<\/section>\n<section>\n<h4 id=\"ttaccount-delete\">TTACCOUNT &#8211; DELETE<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttaccount-delete\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n  <thead class=\"thead-light\">\n    <tr>\n      <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n      <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n      <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td>DELETE<\/td>\n      <td>\/account\/{accountId}<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-danger\">Changed the type of the <strong>isDeleted<\/strong> field from an <strong>integer<\/strong> to a <strong>boolean<\/strong>.\n        <\/li><\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>DELETE<\/td>\n      <td>\/account\/risklimit<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-danger\">Changed the <strong>deleted<\/strong> field to <strong>isDeleted<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n    <tr>\n      <td>DELETE<\/td>\n      <td>\/accountuser\/{Id}<\/td>\n      <td>\n        <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-info\">(RESPONSE) Changed the name of the <strong>account<\/strong> field to <strong>accountuser<\/strong>.<\/li>\n        <\/ul>\n      <\/td>\n    <\/tr>\n  <\/tbody>\n<\/table>\n<\/section>\n<\/section>\n\n <section>\n    <h3 id=\"ttgroup\">TTGROUP<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttgroup\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n  <section>\n  <h4 id=\"ttgroup-get\">TTGROUP &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttgroup-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n  <table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n    <thead class=\"thead-light\">\n      <tr>\n        <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n        <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n        <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>GET<\/td>\n        <td>\/riskgroups<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-danger\">Removed the <strong>productLimits-&gt;environment<\/strong> field.<\/li>\n          <li class=\"alert alert-danger\">Changed the type of the <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n      <tr>\n        <td>GET<\/td>\n        <td>\/riskgroups\/{riskgroupid}\/limits<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n            <li class=\"alert alert-danger\">Removed the <strong>productLimits-&gt;environment<\/strong> field.<\/li>\n            <li class=\"alert alert-danger\">Changed the type of the  <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n          <li class=\"alert alert-danger\">Removed the empty string default value for the <strong>interProductLimits-&gt;productid<\/strong> field.\n          <\/li>\n          <li class=\"alert alert-danger\">Removed the empty string default value from the <strong>contractLimits-&gt;instrumentMaturity<\/strong> field.\n          <\/li>\n          <li class=\"alert alert-danger\">Changed the type of the <strong>contractLimits-&gt;instrumentMaturity<\/strong> field from an <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n      <tr>\n        <td>GET<\/td>\n        <td>\/usergroups\/{userGroupId}<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n            <li class=\"alert alert-danger\">Removed the <strong>privateLines<\/strong> and <strong>settings<\/strong> objects.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n      <tr>\n        <td>GET<\/td>\n        <td>\/usergroups\/{userGroupId}\/connectivity<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-danger\">Removed the <strong>\/usergroups\/{userGroupId}\/connectivity<\/strong> endpoint.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n      <tr>\n        <td>GET<\/td>\n        <td>\/usergroups\/{userGroupId}\/settings<\/td>\n        <td>\n          <ul style=\"list-style-type:none\">\n          <li class=\"alert alert-danger\">Removed the <strong>\/usergroups\/{userGroupId}\/settings<\/strong> endpoint.<\/li>\n          <\/ul>\n        <\/td>\n      <\/tr>\n  \n    <\/tbody>\n  <\/table>\n  <\/section>\n  \n  <section>\n    <h4 id=\"ttgroup-post\">TTGROUP &#8211; POST<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttgroup-post\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n    <table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n      <thead class=\"thead-light\">\n        <tr>\n          <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n          <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n          <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>POST<\/td>\n          <td>\/riskgroups\/riskgrouprisklimits\/contract<\/td>\n          <td>\n            <ul style=\"list-style-type:none\">\n              <li class=\"alert alert-info\">Deprecated the <strong>\/riskgroups\/riskgrouprisklimits\/contract<\/strong> endpoint and replaced with a new endpoint called <strong>\/riskgroups\/limits\/contract<\/strong>.<\/li>\n            <\/ul>\n          <\/td>\n        <\/tr>\n        <tr>\n          <td>POST<\/td>\n          <td>\/riskgroups\/riskgrouprisklimits\/ipspread<\/td>\n          <td>\n            <ul style=\"list-style-type:none\">\n              <li class=\"alert alert-info\">Deprecated the <strong>\/riskgroups\/riskgrouprisklimits\/ipspread<\/strong> endpoint and replaced with a new endpoint called <strong>\/riskgroups\/limits\/ipspread<\/strong>.<\/li>\n            <\/ul>\n          <\/td>\n        <\/tr>\n  \n  \n        <tr>\n          <td>POST<\/td>\n          <td>\/riskgroups\/riskgrouprisklimits\/product<\/td>\n          <td>\n            <ul style=\"list-style-type:none\">\n              <li class=\"alert alert-danger\">(REQUEST) Changed the type of the  <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n              \n              <li class=\"alert alert-danger\">(REQUEST) Changed the type of the <strong>contractLimits-&gt;instrumentMaturity<\/strong> field from an  <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n              \n              <li class=\"alert alert-danger\">(RESPONSE) Changed the type of the <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n              \n              <li class=\"alert alert-danger\">(RESPONSE) Changed the type of the <strong>contractLimits-&gt;instrumentMaturity<\/strong> field from an <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n              \n              <li class=\"alert alert-danger\">(RESPONSE) Changed the type of the <strong>contractLimits-&gt;instrumentMaturity<\/strong> field from an <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n              \n              <li class=\"alert alert-info\">Deprecated the <strong>\/riskgroups\/riskgrouprisklimits\/product<\/strong> endpoint and replaced with a new endpoint called <strong>\/riskgroups\/limits\/product<\/strong>.<\/li>\n            <\/ul>\n          <\/td>\n        <\/tr>\n        <tr>\n          <td>POST<\/td>\n          <td>\/riskgroups\/riskgrouprisklimitsettings<\/td>\n          <td>\n            <ul style=\"list-style-type:none\">\n              <li class=\"alert alert-info\">Deprecated the <strong>\/riskgroups\/riskgrouprisklimitsettings<\/strong> endpoint and replaced with a new endpoint called <strong>\/riskgroups\/limits\/limitsettings<\/strong>.<\/li>\n            <\/ul>\n          <\/td>\n        <\/tr>\n  \n  \n        <tr>\n          <td>POST<\/td>\n          <td>\/usergroups\/connectivity\/privatelines<\/td>\n          <td>\n            <ul style=\"list-style-type:none\">\n            <li class=\"alert alert-danger\">Removed the <strong>\/usergroups\/connectivity\/privatelines<\/strong> endpoint.<\/li>\n            <\/ul>\n          <\/td>\n        <\/tr>\n        <tr>\n          <td>POST<\/td>\n          <td>\/usergroups\/connectivity\/settings<\/td>\n          <td>\n            <ul style=\"list-style-type:none\">\n              <li class=\"alert alert-danger\">Removed the <strong>\/usergroups\/connectivity\/settings<\/strong> endpoint.<\/li>\n            <\/ul>\n          <\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n    <\/section>\n  \n    <section>\n      <h4 id=\"ttgroup-delete\">TTGROUP &#8211; DELETE<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttgroup-delete\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n      <table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n        <thead class=\"thead-light\">\n          <tr>\n            <th scope=\"col\" style=\"width: 15%\">Method<\/th>\n            <th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n            <th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>DELETE<\/td>\n            <td>\/riskgroups\/{riskgroupid}<\/td>\n            <td>\n              <ul style=\"list-style-type:none\">\n              <li class=\"alert alert-danger\">Changed the type of the <strong>isDeleted<\/strong> field from an <strong>integer<\/strong> to a <strong>boolean<\/strong>.<\/li>\n              <\/ul>\n            <\/td>\n          <\/tr>\n          <tr>\n            <td>DELETE<\/td>\n            <td>\/riskgroups\/riskgroupaccounts<\/td>\n            <td>\n              <ul style=\"list-style-type:none\">\n              <li class=\"alert alert-danger\">Changed the type of the <strong>isDeleted<\/strong> field from an <strong>integer<\/strong> to a <strong>boolean<\/strong>.<\/li>\n              <\/ul>\n            <\/td>\n          <\/tr>\n          <tr>\n            <td>DELETE<\/td>\n            <td>\/riskgroups\/riskgrouprisklimits<\/td>\n            <td>\n              <ul style=\"list-style-type:none\">\n              <li class=\"alert alert-danger\">Changed the <strong>isDeleted<\/strong> field from <strong>integer<\/strong> to <strong>boolean<\/strong>.<\/li>\n              <\/ul>\n            <\/td>\n          <\/tr>\n    \n    \n          <tr>\n            <td>DELETE<\/td>\n            <td>\/usergroups\/connectivity\/privatelines<\/td>\n            <td>\n              <ul style=\"list-style-type:none\">\n                <li class=\"alert alert-danger\">Removed the <strong>\/usergroups\/connectivity\/privatelines<\/strong> endpoint.<\/li>\n              <\/ul>\n            <\/td>\n          <\/tr>\n          <tr>\n            <td>DELETE<\/td>\n            <td>\/usergroups\/users\/{userId}<\/td>\n            <td>\n              <ul style=\"list-style-type:none\">\n                <li class=\"alert alert-info\">Deprecated the <strong>\/usergroups\/users\/{userId}<\/strong> endpoint and replaced with a new endpoint called <strong>\/usergroups\/users<\/strong>.<\/li>\n              <\/ul>\n            <\/td>\n          <\/tr>\n    \n\n        <\/tbody>\n      <\/table>\n      <\/section>\n  \n  <\/section>\n \n\n","protected":false},"excerpt":{"rendered":"<h1>Migrating from TT REST 1.0 to 2.0<\/h1>\n<p>\n  A restructuring of the original version of the TT REST API was undertaken to<br \/>\n  improve its underlying design. As a result, a new version was created in which<br \/>\n  the names of the individual services were changed so as to differentiate it<br \/>\n  from the original version. Furthermore, the \u201cRISK\u201d service offered in the<br \/>\n  original version has been split up into several smaller services in the new<br \/>\n  version.\n<\/p>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\">TT REST API Services 1.0<\/th>\n<th scope=\"col\">TT REST API Services 2.0<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><a href=\"#ttid\">ttid<\/a><\/td>\n<td>\n<ul style=\"list-style-type: none\">\n          <a href=\"#ttid\">ttid<\/a><\/p>\n<li>\/keyusage, \/usersprovision<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td><a href=\"#pds\">PDS<\/a><\/td>\n<td>\n<ul style=\"list-style-type: none\">\n          <a href=\"#ttpds\">ttpds<\/a><\/p>\n<li>\/currencyrates<\/li>\n<li>\/instrument, \/instrumentdata, \/instruments<\/li>\n<li>\/markets, \/micodes, \/mics<\/li>\n<li>\n            \/product, \/products, \/productdata, \/productfamilies, \/productfamily\n          <\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td><a href=\"#ledger\">LEDGER<\/a><\/td>\n<td>\n<ul style=\"list-style-type: none\">\n          <a href=\"#ttledger\">TTLEDGER<\/a><\/p>\n<li>\/fills<\/li>\n<li>\/orderdata, \/orders<\/li>\n<li>\/postitionmodifications, \/tradingaccountfills<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td><a href=\"#monitor\">MONITOR<\/a><\/td>\n<td>\n<ul style=\"list-style-type: none\">\n          <a href=\"#ttmonitor\">TTMONITOR<\/a><\/p>\n<li>\/adminfill, \/creditutilization<\/li>\n<li>\/position, \/sod<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td><a href=\"#risk\">RISK<\/a><\/td>\n<td>\n<ul style=\"list-style-type: none\">\n          <a href=\"#ttsetup\">TTSETUP<\/a><\/p>\n<li>\/commondata, \/company<\/li>\n<li>\/ordertagdefaults, \/organizations<\/li>\n<li>\/report, \/ttcommondata, \/connections<\/li>\n<\/ul>\n<ul style=\"list-style-type: none\">\n          <a href=\"#ttuser\">TTUSER<\/a><\/p>\n<li>\/user, \/users<\/li>\n<\/ul>\n<ul style=\"list-style-type: none\">\n          <a href=\"#ttaccount\">TTACCOUNT<\/a><\/p>\n<li>\/account, \/acccounts, \/accountuser, \/accountusers<\/li>\n<\/ul>\n<ul style=\"list-style-type: none\">\n          <a href=\"#ttgroup\">TTGROUP<\/a><\/p>\n<li>\/riskgroups, \/usergroups<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\n  However, the new version presents an interface which closely mimics that of<br \/>\n  the original version to minimize migration efforts. The following is a list of<br \/>\n  the changes that were made to the interface which may impact your application.<br \/>\n  Fields and endpoints that are marked as deprecated will remain in the new<br \/>\n  version until the original version is no longer available.\n<\/p>\n<p>\n  <strong>NOTE:<\/strong> As a product, TT REST API 1.0 will be deprecated on<br \/>\n  June 30, 2021. Until then, TT REST API 1.0 will remain a fully supported<br \/>\n  production product, however, no additional enhancements will be made to it.\n<\/p>\n<h2 id=\"ttid\">Key to Interface Changes<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttid\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n<p>\n  The tables below use the following colors to represent each interface change<br \/>\n  impact:\n<\/p>\n<ul style=\"list-style-type: none\">\n<li class=\"alert alert-danger\">\n    The highlighted changes have a <strong>high impact<\/strong> to the<br \/>\n    interface. These changes require most users to modify their code to reflect<br \/>\n    the change.\n  <\/li>\n<li class=\"alert alert-warning\">\n    The highlighted changes have a <strong>medium impact<\/strong> to the<br \/>\n    interface. These changes may impact fewer users but require all users to<br \/>\n    verify their code can adapt to the change.\n  <\/li>\n<li class=\"alert alert-info\">\n    The highlighted changes have a <strong>low impact<\/strong> to the interface.<br \/>\n    These changes impact the fewer number of users. All users should verify<br \/>\n    their code can adapt to the change.\n  <\/li>\n<\/ul>\n<h2 id=\"ttid\">Interface Changes &#8211; ttid<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttid\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n<p>No interface changes.<\/p>\n<h2 id=\"pds\">Interface Changes &#8211; PDS<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#pds\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n<section>\n<h3 id=\"ttpds\">ttpds<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttpds\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n<section>\n<h4 id=\"ttpds-get\">ttpds &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttpds-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>GET<\/td>\n<td>\/currencyrates<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-warning\">The <strong>currency_rate<\/strong> object is returned when only one rate<br \/>\n                is requested. The <strong>currency_rates<\/strong> array is returned when more than one rate is<br \/>\n                requested.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/instruments<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the type of the <strong>lastPage<\/strong> field from a<br \/>\n                <strong>boolean<\/strong> to a <strong>string<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<\/section>\n<h2 id=\"ledger\">Interface Changes &#8211; Ledger<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ledger\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n<section>\n<h3 id=\"ttledger\">TTLEDGER<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttledger\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n<section>\n<h4 id=\"ttledger-get\">TTLEDGER &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttledger-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>GET<\/td>\n<td>\/fills<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the type of the <strong>aggressorIndicator<\/strong> and <strong>externallyCreated<\/strong> fields from a <strong>string<\/strong> to a <strong>boolean<\/strong>.<\/li>\n<li class=\"alert alert-danger\">Changed the type of the <strong>exchLeavesQty<\/strong> from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/tradingaccountfills<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the type of the <strong>aggressorIndicator<\/strong> and <strong>externallyCreated<\/strong> fields from a <strong>string<\/strong> to a <strong>boolean<\/strong>.<\/li>\n<li class=\"alert alert-danger\">Changed the type of the <strong>exchLeavesQty<\/strong> from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<\/section>\n<h2 id=\"monitor\">Interface Changes &#8211; Monitor<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#monitor\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n<section>\n<h3 id=\"ttmonitor\">TTMONITOR<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttmonitor\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n<section>\n<h4 id=\"ttmonitor-get\">TTMONITOR &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttmonitor-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>GET<\/td>\n<td>\/position<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the type of the <strong>lastPage<\/strong> field from a <strong>boolean<\/strong> to a <strong>string<\/strong>.<\/li>\n<li class=\"alert alert-danger\">Deprecated the <strong>productPosition<\/strong> query parameter and replaced with two new endpoints called: <strong>\/productposition<\/strong> and <strong>\/productposition\/{accountId}.<\/strong><\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<\/section>\n<h2 id=\"risk\">Interface Changes &#8211; Risk<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#risk\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h2>\n<section>\n<h3 id=\"ttsetup\">TTSETUP<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttsetup\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n<section>\n<h4 id=\"ttsetup-get\">TTSETUP &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttsetup-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>GET<\/td>\n<td>\/commondata<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/commondata<\/strong> endpoint and replaced with a new endpoint called <strong>\/ttcommondata<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/ordertagdefaults\/fields<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-warning\">The value of the <strong>lastPage<\/strong> field was changed from <strong>True<\/strong> to <strong>true<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section>\n<h4 id=\"ttsetup-post\">TTSETUP &#8211; POST<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttsetup-post\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>POST<\/td>\n<td>\/company\/productmargin<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/company\/productmargin<\/strong> endpoint and replaced with a new endpoint called <strong>\/company\/productmargins<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/ordertagdefaults\/profiles<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>customerId<\/strong> field and replaced with a new field called <strong>profileId<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section>\n<h4 id=\"ttsetup-delete\">TTSETUP &#8211; DELETE<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttsetup-delete\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>DELETE<\/td>\n<td>\/company\/productmargin<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/company\/productmargin<\/strong> endpoint and replaced with a new endpoint called <strong>\/company\/productmargins<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<\/section>\n<section>\n<h3 id=\"ttuser\">TTUSER<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttuser\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n<section>\n<h4 id=\"ttuser-get\">TTUSER &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttuser-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>GET <\/td>\n<td>\/user<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the type of the <strong>PrimaryPhoneExt<\/strong> field from an <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n<li class=\"alert alert-danger\">Changed the type of the <strong>SecPhoneExt<\/strong> field from an <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/user\/accesslines<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the type of the <strong>revision<\/strong> field from a <strong>string<\/strong> to an <strong>integer<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/user\/privatelines<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/user\/privatelines<\/strong> endpoint and replaced with a new endpoint called <strong>\/user\/accesslines<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/user\/{userId}<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>last_page<\/strong> field and replaced with a new field called <strong>lastPage<\/strong>.<\/li>\n<li class=\"alert alert-info\">Deprecated the <strong>next_page_key<\/strong> field and replaced with a new field called <strong>nextPageKey<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/user\/{userId}\/risklimits<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/user\/{userId}\/risklimits<\/strong> endpoint and replaced with an existing endpoint called <strong>\/user\/{userId}\/limits<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/user\/{userId}\/marketdata<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>last_page<\/strong> field and replaced with a new field called <strong>lastPage<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/user\/{userId}\/profile<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>last_page<\/strong> field and replaced with a new field called <strong>lastPage<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section>\n<h4 id=\"ttuser-post\">TTUSER &#8211; POST<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttuser-post\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>POST<\/td>\n<td>\/users\/limits\/contract<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>userContractRiskLimits<\/strong> object and replaced with a new object called <strong>contractLimits<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/users\/limits\/ipspread<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>userIPSpreadRiskLimits<\/strong> object and replaced with a new object called <strong>interProductLimits<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/users\/limits\/product<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>userProductRiskLimits<\/strong> object and replaced with a new object called <strong>productLimits<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/users\/limits\/limitsettings<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>userRiskLimitSettings<\/strong> object and replaced with a new object called <strong>riskLimitSettings<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/user\/risklimit\/contract<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/user\/risklimit\/contract<\/strong> endpoint and replaced with a new endpoint called <strong>\/users\/limits\/contract<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/user\/risklimit\/ipspread<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/user\/risklimit\/ipspread<\/strong> endpoint and replaced with a new endpoint called <strong>\/users\/limits\/ipspread<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/user\/risklimit\/product<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/user\/risklimit\/product<\/strong> endpoint and replaced with a new endpoint called <strong>\/users\/limits\/product<\/strong>.<\/li>\n<\/ul>\n<p>REQUEST and RESPONSE<\/p>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_rejectOrderExceedingLevelDepth<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;rejectOrderExceedingLevelDepth<\/strong>.<\/li>\n<li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_marketDepthCheck<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;marketDepthCheck<\/strong>.<\/li>\n<li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_maxChildSliceSize<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;maxChildSliceSize<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/user\/risklimitsettings<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/user\/risklimitsettings<\/strong> endpoint and replaced with a new endpoint called <strong>\/users\/limits\/limitsettings<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n  <\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section>\n<h4 id=\"ttuser-delete\">TTUSER &#8211; DELETE<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttuser-delete\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>DELETE<\/td>\n<td>\/user\/risklimit<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the <strong>deleted<\/strong> field to <strong>isDeleted<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<\/section>\n<section>\n<h3 id=\"ttaccount\">TTACCOUNT<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttaccount\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n<section>\n<h4 id=\"ttaccount-get\">TTACCOUNT &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttaccount-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>GET<\/td>\n<td>\/accounts<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>parentId<\/strong> field and replaced with a new field called <strong>parentAccountId<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/account\/{accountId}<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the type of the <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n<p>        <!---Says integer in old model --><\/p>\n<li class=\"alert alert-danger\">Removed the default value of the <strong>riskSettings-&gt;positionResetTime<\/strong> field and set it to <strong>0<\/strong>.<\/li>\n<li class=\"alert alert-danger\">Removed the default value for the <strong>riskSettings-&gt;positionResetTimeZone<\/strong> field and set it to <strong>None<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/account\/{accountId}\/children<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-warning\">The value of the <strong>lastPage<\/strong> field was changed from <strong>True<\/strong> to <strong>true<\/strong>.<\/li>\n<li class=\"alert alert-info\">Deprecated the <strong>parentId<\/strong> field and replaced with a new field called <strong>parentAccountId<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/account\/{accountId}\/limits<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_rejectOrderExceedingLevelDepth<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;rejectOrderExceedingLevelDepth<\/strong>.<\/li>\n<li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_marketDepthCheck<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;marketDepthCheck<\/strong>.<\/li>\n<li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_maxChildSliceSize<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;maxChildSliceSize<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/account\/{accountId}\/risksettings<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the type of the  <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n<li class=\"alert alert-danger\">Removed the default value of the <strong>riskSettings-&gt;positionResetTime<\/strong> field and set it to <strong>0<\/strong>.<\/li>\n<li class=\"alert alert-danger\">Removed the default value of the <strong>riskSettings-&gt;positionResetTimeZone<\/strong> field and set it to <strong>None<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/accountuser<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-warning\">Changed the name of the <strong>LastPage<\/strong> variable to <strong>lastPage<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section>\n<h4 id=\"ttaccount-post\">TTACCOUNT &#8211; POST<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttaccount-post\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>POST<\/td>\n<td>\/accounts\/risklimits\/contract<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/accounts\/risklimits\/contract<\/strong> endpoint and replaced with a new endpoint called <strong>\/account\/limits\/contract<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/accounts\/risklimits\/ipspread<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/accounts\/risklimits\/ipspread<\/strong> endpoint and replaced with a new endpoint called <strong>\/account\/limits\/ipspread<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/accounts\/risklimits\/product<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/accounts\/risklimits\/product<\/strong> endpoint and replaced with a new endpoint called <strong>\/account\/limits\/product<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/accounts\/limits\/contract<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>accountContractRiskLimits<\/strong> field and replaced with a new field called <strong>contractLimits<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/accounts\/limits\/ipspread<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>accountIPSpreadRiskLimits<\/strong> field and replaced with a new field called <strong>interProductLimits<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/accounts\/limits\/product<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>accountProductRiskLimits<\/strong> field and replaced with a new field called <strong>productLimits<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/accounts\/limits\/limitsettings<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>accountRiskLimitSettings<\/strong> field and replaced with a new field called <strong>riskLimitSettings<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/account\/risklimit\/contract<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-warning\">(RESPONSE) Removed the trailing space in the <strong>outright_priceDriftCheckIntervalLifetimePct<\/strong> field.<\/li>\n<li class=\"alert alert-info\">Deprecated the <strong>\/account\/risklimit\/contract<\/strong> endpoint and replaced with a new endpoint called <strong>\/accounts\/limits\/contract<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/account\/risklimit\/ipspread<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/account\/risklimit\/ipspread<\/strong> endpoint and replaced with a new endpoint called <strong>\/accounts\/limits\/ipspread<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/account\/risklimit\/product<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/account\/risklimit\/product<\/strong> endpoint and replaced with a new endpoint called <strong>\/accounts\/limits\/product<\/strong>.<\/li>\n<li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_rejectOrderExceedingLevelDepth<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;rejectOrderExceedingLevelDepth<\/strong>.<\/li>\n<li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_marketDepthCheck<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;marketDepthCheck<\/strong>.<\/li>\n<li class=\"alert alert-info\">Deprecated the <strong>productLimits&#8211;&gt;outright_maxChildSliceSize<\/strong> field and replaced with a new field called <strong>productLimits&#8211;&gt;maxChildSliceSize<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/account\/risklimitsettings<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/account\/risklimitsettings<\/strong> endpoint and replaced with a new endpoint called <strong>\/accounts\/limits\/limitsettings<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/account\/risksettings<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">(REQUEST) Changed the type of the  <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.\n          <\/li>\n<li class=\"alert alert-danger\">(RESPONSE) Changed type of the  <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.\n          <\/li>\n<li class=\"alert alert-danger\">(RESPONSE) Removed the default value of the <strong>riskSettings-&gt;positionResetTime<\/strong> field and set it to <strong>0<\/strong>.\n          <\/li>\n<li class=\"alert alert-danger\">(RESPONSE) Removed the default value of the <strong>riskSettings-&gt;positionResetTimeZone<\/strong> field and set it to <strong>None<\/strong>.\n          <\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/accountuser<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/accountuser<\/strong> endpoint and replaced with a new endpoint called <strong>\/accountusers<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section>\n<h4 id=\"ttaccount-delete\">TTACCOUNT &#8211; DELETE<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttaccount-delete\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>DELETE<\/td>\n<td>\/account\/{accountId}<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the type of the <strong>isDeleted<\/strong> field from an <strong>integer<\/strong> to a <strong>boolean<\/strong>.\n        <\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>DELETE<\/td>\n<td>\/account\/risklimit<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the <strong>deleted<\/strong> field to <strong>isDeleted<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>DELETE<\/td>\n<td>\/accountuser\/{Id}<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">(RESPONSE) Changed the name of the <strong>account<\/strong> field to <strong>accountuser<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<\/section>\n<section>\n<h3 id=\"ttgroup\">TTGROUP<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttgroup\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h3>\n<section>\n<h4 id=\"ttgroup-get\">TTGROUP &#8211; GET<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttgroup-get\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>GET<\/td>\n<td>\/riskgroups<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Removed the <strong>productLimits-&gt;environment<\/strong> field.<\/li>\n<li class=\"alert alert-danger\">Changed the type of the <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/riskgroups\/{riskgroupid}\/limits<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Removed the <strong>productLimits-&gt;environment<\/strong> field.<\/li>\n<li class=\"alert alert-danger\">Changed the type of the  <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n<li class=\"alert alert-danger\">Removed the empty string default value for the <strong>interProductLimits-&gt;productid<\/strong> field.\n          <\/li>\n<li class=\"alert alert-danger\">Removed the empty string default value from the <strong>contractLimits-&gt;instrumentMaturity<\/strong> field.\n          <\/li>\n<li class=\"alert alert-danger\">Changed the type of the <strong>contractLimits-&gt;instrumentMaturity<\/strong> field from an <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/usergroups\/{userGroupId}<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Removed the <strong>privateLines<\/strong> and <strong>settings<\/strong> objects.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/usergroups\/{userGroupId}\/connectivity<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Removed the <strong>\/usergroups\/{userGroupId}\/connectivity<\/strong> endpoint.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>GET<\/td>\n<td>\/usergroups\/{userGroupId}\/settings<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Removed the <strong>\/usergroups\/{userGroupId}\/settings<\/strong> endpoint.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section>\n<h4 id=\"ttgroup-post\">TTGROUP &#8211; POST<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttgroup-post\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>POST<\/td>\n<td>\/riskgroups\/riskgrouprisklimits\/contract<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/riskgroups\/riskgrouprisklimits\/contract<\/strong> endpoint and replaced with a new endpoint called <strong>\/riskgroups\/limits\/contract<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/riskgroups\/riskgrouprisklimits\/ipspread<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/riskgroups\/riskgrouprisklimits\/ipspread<\/strong> endpoint and replaced with a new endpoint called <strong>\/riskgroups\/limits\/ipspread<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/riskgroups\/riskgrouprisklimits\/product<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">(REQUEST) Changed the type of the  <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n<li class=\"alert alert-danger\">(REQUEST) Changed the type of the <strong>contractLimits-&gt;instrumentMaturity<\/strong> field from an  <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n<li class=\"alert alert-danger\">(RESPONSE) Changed the type of the <strong>riskSettings-&gt;dailyCreditLimit<\/strong> field from a <strong>string<\/strong> to a <strong>number<\/strong>.<\/li>\n<li class=\"alert alert-danger\">(RESPONSE) Changed the type of the <strong>contractLimits-&gt;instrumentMaturity<\/strong> field from an <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n<li class=\"alert alert-danger\">(RESPONSE) Changed the type of the <strong>contractLimits-&gt;instrumentMaturity<\/strong> field from an <strong>integer<\/strong> to a <strong>string<\/strong>.<\/li>\n<li class=\"alert alert-info\">Deprecated the <strong>\/riskgroups\/riskgrouprisklimits\/product<\/strong> endpoint and replaced with a new endpoint called <strong>\/riskgroups\/limits\/product<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/riskgroups\/riskgrouprisklimitsettings<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/riskgroups\/riskgrouprisklimitsettings<\/strong> endpoint and replaced with a new endpoint called <strong>\/riskgroups\/limits\/limitsettings<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/usergroups\/connectivity\/privatelines<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Removed the <strong>\/usergroups\/connectivity\/privatelines<\/strong> endpoint.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>POST<\/td>\n<td>\/usergroups\/connectivity\/settings<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Removed the <strong>\/usergroups\/connectivity\/settings<\/strong> endpoint.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section>\n<h4 id=\"ttgroup-delete\">TTGROUP &#8211; DELETE<a class=\"anchorjs-link \" aria-label=\"Anchor\" data-anchorjs-icon=\"\ue9cb\" href=\"#ttgroup-delete\" style=\"opacity: 1; font: 1em \/ 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;\"><\/a><\/h4>\n<table style=\"width: 75%\" class=\"table table-striped table-bordered\" border=\"1\">\n<thead class=\"thead-light\">\n<tr>\n<th scope=\"col\" style=\"width: 15%\">Method<\/th>\n<th scope=\"col\" style=\"width: 25%\">Endpoint<\/th>\n<th scope=\"col\" style=\"width: 60%\">Changes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>DELETE<\/td>\n<td>\/riskgroups\/{riskgroupid}<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the type of the <strong>isDeleted<\/strong> field from an <strong>integer<\/strong> to a <strong>boolean<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>DELETE<\/td>\n<td>\/riskgroups\/riskgroupaccounts<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the type of the <strong>isDeleted<\/strong> field from an <strong>integer<\/strong> to a <strong>boolean<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>DELETE<\/td>\n<td>\/riskgroups\/riskgrouprisklimits<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Changed the <strong>isDeleted<\/strong> field from <strong>integer<\/strong> to <strong>boolean<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>DELETE<\/td>\n<td>\/usergroups\/connectivity\/privatelines<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-danger\">Removed the <strong>\/usergroups\/connectivity\/privatelines<\/strong> endpoint.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td>DELETE<\/td>\n<td>\/usergroups\/users\/{userId}<\/td>\n<td>\n<ul style=\"list-style-type:none\">\n<li class=\"alert alert-info\">Deprecated the <strong>\/usergroups\/users\/{userId}<\/strong> endpoint and replaced with a new endpoint called <strong>\/usergroups\/users<\/strong>.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<\/section>\n","protected":false},"author":2,"template":"single-item-doc-uat","meta":{"_acf_changed":true,"footnotes":""},"docs-category":[736],"class_list":["post-7951","doc","type-doc","status-publish","hentry","docs-category-getting-started-tt-rest-api-2-0-uat"],"acf":[],"_links":{"self":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc\/7951","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc"}],"about":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/types\/doc"}],"author":[{"embeddable":true,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/users\/2"}],"version-history":[{"count":0,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc\/7951\/revisions"}],"wp:attachment":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/media?parent=7951"}],"wp:term":[{"taxonomy":"docs-category","embeddable":true,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/docs-category?post=7951"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}