Transaction status request
GET /1.0/client/transaction-status.
Accepts the following parameters:
Parametrs
Description
id (string, required)
Transaction ID
This request returns the status of the created transaction.
The list of statuses:
Status
Description
new
New transaction
in_progress
the transfer was initialized
finished
the transfer has been successfully completed, and the tokens have been transferred to the destination network
rejected
an error occurred during the transfer
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):
PreviousTransfer initialization request with private keyNextRequest for obtaining the list of supported networks and tokens
Last updated