Convert a Hedera Transaction ID to hashport's Transaction ID
This endpoint will return a string that is formatted and safe to use in other endpoints.
For example, after a user has successfully transferred their asset to hashport, your dApp will need to poll the transaction to check if it has been validated by the hashport validator swarm. To avoid any unsafe symbols and characters within the transaction ID (such as the @
and .
characters), you may want to retrieve a safely constructed transaction ID to pass into the GET /transfers/{txId}
query.
Path Parameters
- hederaTxId string required
The hedera transaction id
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
Schema
- hederaTxId string
Bad Request
- application/json
- Schema
Schema
- msg string
- statusCode integer
Internal Server Error