Attribute Action
After the user signs and submits the deposit transaction on-chain, use this endpoint to link the transaction hash to the action. This enables Turtle to verify and track the deposit.The on-chain transaction hash (
0x followed by 64 hex characters).Whether the attribution was successful.
Human-readable result message.
Whether the on-chain tracking signature was verified as valid. A valid signature confirms the transaction was routed through Turtle’s attribution system.
Error Handling
Invalid transaction hash format
Invalid transaction hash format
Status Code: 400 Bad RequestSolution: Ensure the tx hash is a valid
0x-prefixed 64 character hex string.Action not found or already synced
Action not found or already synced
Status Code: 404 Not FoundSolution: The action ID may be incorrect or already attributed. Each action can only be attributed once.

