Generates ready-to-sign transaction calldata for any supported vault action. Pass the output directly to your wallet provider — no ABI encoding required.Documentation Index
Fetch the complete documentation index at: https://docs.vaults.fyi/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Endpoint | Description |
|---|---|---|
GET | /v2/transactions/context/{userAddress}/{network}/{vaultAddress} | Balances and limits before building a transaction |
GET | /v2/transactions/{action}/{userAddress}/{network}/{vaultAddress} | Calldata for deposit, redeem, or claim |
GET | /v2/transactions/rewards/context/{userAddress} | Claimable rewards for a wallet |
GET | /v2/transactions/rewards/claim/{userAddress} | Calldata to claim pending rewards |
GET | /v2/transactions/suffix/{userAddress}/{vaultId} | Onchain referral builder code to append to calldata |

