Wallet
Get the list of trx transfers related to a specific address
https://apilist.tronscanapi.com/api/transfer/trx?address=TSTVYwFDp7SBfZk7Hrz3tucwQVASyJdwC7&start=0&limit=20&direction=0&reverse=true&fee=true&db_version=1&start_timestamp=&end_timestamp=Parameter
Description
{
"contractMap": {
"TGXD5vRuCng2k8Ei51u4fmLxYzAUcJngGP": false,
"TTnsU2TZPH2napsioPhCcZfuTNpRmujVRp": false,
"TSTVYwFDp7SBfZk7Hrz3tucwQVASyJdwC7": false
},
"tokenInfo": {
"tokenId": "_",
"tokenAbbr": "trx",
"tokenName": "trx",
"tokenDecimal": 6,
"tokenCanShow": 1,
"tokenType": "trc10",
"tokenLogo": "https://static.tronscan.org/production/logo/trx.png",
"tokenLevel": "2",
"vip": true
},
"page_size": 2,
"code": 200,
"data": [
{
"amount": "40",
"block_timestamp": 1670818821000,
"block": 46743525,
"from": "TSTVYwFDp7SBfZk7Hrz3tucwQVASyJdwC7",
"to": "TGXD5vRuCng2k8Ei51u4fmLxYzAUcJngGP",
"hash": "eb62c9a87f3be46a883459b30b58fc940dba485c44981a2cfeb5f5d7d2702745",
"confirmed": 1,
"contract_type": "TransferContract",
"contractType": 1,
"revert": 0,
"contract_ret": "SUCCESS",
"symbol": "",
"issue_address": "",
"decimals": 6,
"token_name": "",
"direction": 1
},
{
"amount": "100000",
"block_timestamp": 1625827647000,
"block": 31784460,
"from": "TTnsU2TZPH2napsioPhCcZfuTNpRmujVRp",
"to": "TSTVYwFDp7SBfZk7Hrz3tucwQVASyJdwC7",
"hash": "3401fc4929fb41750971c65a79333d116b7fc00cb2d8ed1a629e6ebefd8a928f",
"confirmed": 1,
"contract_type": "TransferContract",
"contractType": 1,
"revert": 0,
"contract_ret": "SUCCESS",
"symbol": "",
"issue_address": "",
"decimals": 6,
"token_name": "",
"direction": 2
}
]
}Get the transfer list of a specific TRC10 token for a certain address
Parameter
Description
Get the transfer list of a specific TRC20 token for a certain address
Parameter
Description
Get the information of tokens held and followed in the account's web wallet
Parameter
Description
Get the amount of unfreezable TRX in address
Parameter
Description
Last updated