Transfer initialization request with private key
POST /1.0/client/send-sign-transaction.
Accepts the following parameters:
Parametrs
Description
id (string, required)
Transaction ID
privateKey (string, required)
Encrypted client private key (encryption method described below)
With this request, the transfer is initialized in the departure network.
An example of a successful request (HTTP code 200):
Example of sent data validation error (HTTP code 400):
Example of a common request error (HTTP code 400):
Example of server error (HTTP code 500):
Last updated