cURL
curl --request GET \ --url https://api.area.club/metrics/deposits
{ "data": [ { "sender": "0x2b1f2854b8ff4eccb691061a2f41b06a5155033b", "receiver": "0x2b1f2854b8ff4eccb691061a2f41b06a5155033b", "asset": "0xec53bf9167f50cdeb3ae105f56099aaab9061f83", "amount": "5000000000000000000", "shares": "5000000000000000000", "liquidTokenAddress": "0x6a890d0da0867e65987704b14fcfb376281c2f14", "createdAtBlock": 22781212, "createdAt": "2025-06-25T11:39:59.000Z" } ], "meta": { "total": 30 } }
Fetches a list of all deposit transactions made by users, including details such as sender, receiver, asset, amount, shares received, and timestamps.
A list of all deposit transactions
Show child attributes