cURL
curl --request POST \ --url https://api.area.club/lat/{address}/deposit \ --header 'Content-Type: application/json' \ --data '{ "assets": [ "<string>" ], "amounts": [ "<string>" ], "receiver": "<string>" }'
{ "data": { "transaction": { "to": "0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613", "data": "0x98c601aa000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000742d35cc6634c0532925a3b844bc454e4438f44e00000000000000000000000000000000000000000000000000000000000000020000000000000000000000003f1c547b21f65e10480de3ad8e19faac46c950340000000000000000000000007322c24752f79c05ffd1e2a6fcb97020c1c264f100000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000de0b6b3a76400000000000000000000000000000000000000000000000000000de0b6b3a7640000", "value": "0x0" }, "chainId": "17000", "functionName": "deposit" } }
Generates a transaction for depositing assets into a Liquid AVS Token contract
LAT contract address (proxy)
"0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613"
Successful deposit transaction creation
The response is of type object.
object