Transfer Management
Transfer
Retrieves the status of a previously initiated token transfer on the blockchain. To use this endpoint, you’ll need the idInClient
that was returned by the transfer endpoint when the transfer was initiated. This idInClient
allows you to track a specific transfer. The response includes the blockchain transaction hash (if the transfer has been confirmed), the current status of the transfer (e.g., “PENDING”, “DONE”, “FAILED”), and any error messages encountered.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The client-provided ID of the transfer.
Response
200
application/json
Last blockchain block
The hash of the transaction on the blockchain.
The current status of the transfer.
Available options:
SENDING_TO_BLOCKCHAIN_BESU
, SENDING_TO_BLOCKCHAIN_GETH
, DONE
, FAILED
An error message if the transfer failed.