Retrieves a list of Plasma deposit transactions received by a specified address.
curl "https://api.etherscan.io/v2/api?chainid=137&module=account&action=txnbridge&address=0x4880bd4695a8e59dc527d124085749744b6c988e&page=1&offset=10&apikey=YourApiKeyToken"
{ "status": "1", "message": "OK", "result": [ { "hash": "0xf645deb2b6fbb8b76ccbcf4bde782e28d3520e8a30e9a568b9b8c526e2fd8434", "blockNumber": "51844560", "timeStamp": "1704181285", "from": "0x0000000000000000000000000000000000000000", "address": "0x4880bd4695a8e59dc527d124085749744b6c988e", "amount": "2341706540000000000", "tokenName": "Polygon Token", "symbol": "POL", "contractAddress": "0x0000000000000000000000000000000000001010", "divisor": "18" } ] }
137
account
txnbridge