For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Support Center
OverviewAPIResources
OverviewAPIResources
  • REST API Endpoints
    • GETGet Timestamp
    • GETO IDC User Info
      • GETCorporate Applicant Dependents
      • GETCorporate Applicant Item
      • GETCorporate Applicant Items
      • GETCorporate Applicant L Dependents
      • GETCustomer Application Check State Dependents
      • GETCustomer Application Check State Item
      • GETCustomer Application Check State Items
      • GETCustomer Application Check State L Dependents
      • GETCustomer Application Signing State Dependents
      • GETCustomer Application Signing State Item
      • GETCustomer Application Signing State Items
      • GETCustomer Application Signing State L Dependents
      • POSTDownload Sub Account Request Preview
      • POSTDownload User Document Preview
      • POSTGet Agreement Document
      • POSTGet Current Annual Review Info
      • POSTGet Localized Agreement Document
      • POSTGet User Signed Document
      • GETIndividual Applicant Dependents
      • GETIndividual Applicant Item
      • GETIndividual Applicant Items
      • GETIndividual Applicant L Dependents
      • GETJoint Applicant Dependents
      • GETJoint Applicant Item
      • GETJoint Applicant Items
      • GETJoint Applicant L Dependents
      • GETSub Account Check State Dependents
      • GETSub Account Check State Item
      • GETSub Account Check State Items
      • GETSub Account Check State L Dependents
      • POSTSubmit Annual Review
      • POSTUpdate Contact Info
      • POSTUpdate Contact Info Name
Support Center
LogoLogo
REST API EndpointsPersonal Info

Get Current Annual Review Info

POST
https://demo-d.tradovateapi.com/v1/customerApplication/getcurrentannualreviewinfo
POST
/v1/customerApplication/getcurrentannualreviewinfo
1const url = 'https://demo-d.tradovateapi.com/v1/customerApplication/getcurrentannualreviewinfo';
2const options = {
3 method: 'POST',
4 headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'},
5 body: '{"userId":1}'
6};
7
8try {
9 const response = await fetch(url, options);
10 const data = await response.json();
11 console.log(data);
12} catch (error) {
13 console.error(error);
14}
200Successful
1{
2 "streetAddress1": "string",
3 "streetAddress2": "string",
4 "city": "string",
5 "state": "string",
6 "postCode": "string",
7 "country": "string",
8 "phone": "string",
9 "fullName": "string",
10 "birthDate": "string",
11 "taxIdentifier": "string",
12 "passport": "string",
13 "nationalId": "string",
14 "yearsInTrading": 1,
15 "occupation": "string",
16 "employmentStatus": "Employed",
17 "annualIncomeNT": "From100",
18 "netWorthNT": "From100",
19 "liquidNetWorthNT": "From100",
20 "nfaOrCftcAffiliation": true,
21 "nfaId": "string",
22 "nfaOrCftcAffiliationExplanation": "string"
23}
Was this page helpful?
Previous

Get Localized Agreement Document

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
userIdlongRequired

Response

CurrentAnnualReviewInfoResponse
streetAddress1string<=8192 characters
streetAddress2string<=8192 characters
citystring<=64 characters
statestring<=64 characters
postCodestring<=64 characters
countrystring<=2 characters
phonestring<=64 characters
fullNamestring<=8192 characters
birthDatestring<=64 characters
taxIdentifierstring<=64 characters
passportstring<=64 characters
nationalIdstring<=64 characters
yearsInTradinginteger
occupationstring<=64 characters
employmentStatusenum
Employed, Retired, Student, Unemployed
Allowed values:
annualIncomeNTenum
From100, From1000, From120, From1200, From1400, From150, From1600, From1800, From200, From2000, From250, From2500, From300, From3000, From400, From50, From500, From70, From90, Less25, Less50
netWorthNTenum
From100, From1000, From120, From1200, From1400, From150, From1600, From1800, From200, From2000, From250, From2500, From300, From3000, From400, From50, From500, From70, From90, Less25, Less50
liquidNetWorthNTenum
From100, From1000, From120, From1200, From1400, From150, From1600, From1800, From200, From2000, From250, From2500, From300, From3000, From400, From50, From500, From70, From90, Less25, Less50
nfaOrCftcAffiliationboolean
nfaIdstring<=64 characters
nfaOrCftcAffiliationExplanationstring<=8192 characters