Documents
POST /participants/documents
POST /participants/documents
Sample Request
Sample Response
Submits a document on behalf of you or a customer if you operate a platform on NDAX. In order to Authenticate you will need to do the following:
Set your X-NDAX-FILE-HASH header to the sha256 hash (in a byte array) of your file contents and encode this data to base64 string.
Make sure to use
{}
as your body when signing your request. If you use your actual request body to sign you will receive andInvalid Client Signature
.Ensure that your file is not larger than 10mb.
Remember to base 64 encode your file before sending it to us.
You will need to add an additional "X-NDAX-FILE-HASH" header to make this request.
Request body:
document
base 64 encoded file that you wish to upload (10mb limit)
binary
mime
The MIME type of the file you are uploading
string
file_name
The name of the document that you are uploading
string
participant_code
Your participant code, or the participant_code of the customer on behalf of whom you are uploading the document
string
Last updated