Skip to main content
POST

Instructions

Source Code

  • Download script from here

Required Stuff

  • Linux Server
  • Node JS (v18.19.1 or later)

Setup

  • Open config.json file and replace mnemonic, apiKey, encKey.
  • Execute pair.js file using: node pair.js. It will install required packages.
  • Next you need to start crypto.ts on your server.

Authentication

string
required
A JWT token required for API authentication. Generate JWT token as explained in section Generate JWT Token using empty string.

Headers

string
required
Must be set to application/json.

Request Body

string
required
Assets Currency id.
string
required
Provide amount for transaction.
string
required
The external address where funds will be sent.
string
required
Include the orderId in your request for reference.

Response

Returns a success message upon successful request.
string
required
Success message for the withdrawal request.
string
required
Unique identifier for the transaction.