Verify Tracking
Check whether a transaction contains valid Turtle tracking data. Useful for debugging or confirming attribution independently.The chain ID where the transaction was executed (e.g.,
1 for Ethereum, 42161 for Arbitrum).The transaction hash to verify (
0x followed by 64 hex characters).The raw tracking tag found in the transaction data.
Parsed tracking metadata containing
distributorId and optionally referralCode.Whether the tracking signature is from Turtle’s attribution wallet.
Error message if verification failed (e.g., no tracking data found).

