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.
Documentation Index
Fetch the complete documentation index at: https://docs.ecrop.de/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The client-provided ID of the transfer.