GET
/
reindex
/
{network}
/
{tx_hash}
Reindex transaction
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
    }
  }
}
Reindex a transaction by network and transaction hash.

Path Parameters

network
string
required
tx_hash
string
required

Response

200
application/json

Transaction reindexed

The response is of type object.