cURL
curl --request GET \ --url https://api.paycrest.io/v1/reindex/{network}/{tx_hash}
{ "status": "success", "message": "Operation successful", "data": { "events": { "Transfer": 123, "OrderCreated": 123, "OrderSettled": 123, "OrderRefunded": 123 } } }
Transaction reindexed
The response is of type object.
object