Transfer initialization request without private key
POST /1.0/client/send-sign-transaction.
Accepts the following parameters:
Parametrs
Description
id (string, required)
Transaction ID
approveTransactionData (string, not required)
Approve transaction data
transferTransactionData (string, required)
Transfer transaction data signed with the private key
With this request, the transfer is initialized in the departure network.
An example of a successful response (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