Skip to main content
GET
/
reindex
/
{network}
/
{tx_hash_or_address}
Reindex transaction
curl --request GET \
  --url https://api.paycrest.io/v2/reindex/{network}/{tx_hash_or_address}
{
  "status": "success",
  "message": "Operation successful",
  "data": {
    "events": {}
  }
}
Reindex a transaction by network and transaction hash.

Path Parameters

network
string
required
tx_hash_or_address
string
required

Response

Transaction reindexed

status
string
Example:

"success"

message
string
Example:

"Operation successful"

data
object

The actual response data (e.g., ReceiveAddressResponse, etc.)