Create a LAT deposit transaction
Direct Restaking API
Create a LAT deposit transaction
Generates a transaction for depositing assets into a Liquid AVS Token contract
POST
Create a LAT deposit transaction
Path Parameters
LAT contract address (proxy)
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613"
Body
application/json
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 transaction creation
LAT deposit transaction data