Relation
Custodian Relationship Types
Valid options are:
parent
legal_guardian
POST /participants/customers/minor
POST /participants/customers/minor
Sample Request
Submits a minor and links it to a custodian. Used in the context of the UTMA product.
Request body:
Parameter | Description | Type |
---|---|---|
first_name | The first name of the customer, required | string |
last_name | The last name of the customer, required | string |
Customer email address, required
Note: NDAX will validate that the | string | |
address_one | First line for the customer's address, required Note: PO Box addresses are not accepted | string |
address_two | First line for the customer's address, if applicable, optional | string |
city | The city customer resides in, required | string |
state | The state the customer resides in, required if country is "United States" Note: must be one of the supported states | string |
zip | Zip code of the customer in the format | string |
country | The country the customer resides in, required Note: must be one of the supported countries | string |
date_of_birth | Date of birth of the customer in the format | string |
id_number_type | The type of ID document provided, required Note: must be one of the supported ID types | string |
id_number | The ID number for the customer, required | string |
non_us_other_type | This is required if you select | string |
id_issuing_authority | The issuing authority for the ID, if available, optional | string |
utma_signed_timestamp | The UNIX timestamp (in milliseconds) when the User Agreement UTMA Addendum was accepted by the custodian | timestamp |
custodian_participant_code | The already-submitted participant code of the associated custodian | object |
custodian_relationship | The type of custodian provided. if the field is filled, must be one of the supported custodian relationship | string |
metadata | Can be used to submit any additional unstructed metadata | object |
Additional fields in response:
Parameter | Description | Type |
---|---|---|
platform_code | The unique identifier for the Platform onto which the customer has been created | string |
participant_code | The NDAX identifier for the new customer Note: this value is key to enable you to submit trades and check account balances for this customer | string |
Supported Regions
NDAX operates in a limited regions. For more information, please contact us to learn more. Please refer to our disclosures page for more information on regional regulation.
ID Types
Valid options are:
aadhar_card
in_driving_license
in_passport
in_passport_card
non_in_passport
non_in_other
Sample Response
Last updated