Simulate a LAT deposit transaction
Direct Restaking API
Simulate a LAT deposit transaction
Simulates depositing assets into a Liquid AVS Token contract without actually executing the transaction, returning expected results and fees
POST
Simulate a LAT deposit transaction
Path Parameters
LAT contract address (proxy)
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613"
Body
application/json
The wallet address that will submit the tx and get debited
Pattern:
^0x[a-fA-F0-9]{40}$The array of token addresses to be deposited
Minimum array length:
1Pattern:
^0x[a-fA-F0-9]{40}$The array of amounts corresponding to each asset, in the decimals of that token
Minimum array length:
1Pattern:
^\d+$The wallet address that will receive the minted Liquid Avs Tokens
Pattern:
^0x[a-fA-F0-9]{40}$Response
Successful deposit simulation result