Deposits
List the authenticated user's deposits onto the Fusion Rollup
get/users/me/deposits
Query parameters
pageinteger
pageSizeinteger
Response
Paginated deposits
Example response
{
"data": [
{
"fromAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"toAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"txHash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab",
"approvalTxHash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab"
}
]
}