POST New
POST /participants/customers/new
POST /participants/customers/new
Sample Request
Sample Response
This endpoint is only available to certain participants leveraging NDAX for customer settlements. Please contact us for more information on enabling this endpoint.
Submits a customer to your platform.
Request body:
Parameter | Description | Type |
---|---|---|
request_id | A universally unique identifier (UUID) for this request, optional Note: To ensure idempotence, it is recommended to include this parameter | string |
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 "India" 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 |
risk_rating | The risk-rating associated with the customer, conditionally required for certain platforms | string |
signed_timestamp | The UNIX timestamp (in milliseconds) when the NDAX Services Agreement was accepted by the participant | timestamp |
prefunded | Indicates if a customer will be credit checked through their own account or through an omnibus account | boolean |
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 |
Possible Responses:
Status Code | Description |
---|---|
200 OK | The customer was successfully created. Note: the request is idempotent only IF the |
400 Bad Request | The request is invalid, OR the payload is the same as a previously submitted request, but the |
Last updated