Prepare a Refund Claim
prepare_claim_refund_calldataBuilds an unsigned transaction blueprint for reclaiming funds held by the protocol after a losing bid.
When you are outbid, your funds stay claimable rather than being pushed back automatically. This encodes the claim for a given token.
Returns an unsigned transaction blueprint for the requested intent. The user is responsible for reviewing, signing, and broadcasting via their own wallet. Aletheia does not hold keys or dispatch transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network. Default 'arbitrum-one' (mainnet, real funds). | arbitrum-one |
| token_address | Yes | The token to reclaim, e.g. the USDC address you bid with. | |
| claimant_address | Yes | Your address — used to check there is a pending refund. |