TRONSCAN API Documentation
Home
  • GETTING STARTED
    • API Keys
  • API ENDPOINTS
    • Account
    • Contract
    • Transactions and Transfers
    • Block
    • Tokens
    • Witness
    • Homepage & Search
    • Wallet
    • Statistics
    • Deep Analysis
  • TOTAL PROTOCOL REVENUE
    • Protocol Revenue Service API
  • Security Service
    • Security Service API
  • SUPPORT
    • Advanced Security Settings
Powered by GitBook
On this page
  • Get account data with transaction records with the current account
  • Get distribution of total market capitalization
  • Get chart of the number of accounts held and the number of accounts held
  • Get the transfer quantity of a trc20 token held by an account
  • Get list of transactions involving liquidity
  • Get all tags of an account
  • Get transfer amount change chart with a statistical period of 24 hours
  • Get the chart of the top holders of stablecoins
  • Get basic information of the stable currency pool
  • Get large transactions of stablecoins
  • Get a graph of all stablecoin issuance changes
  • Get key events of tron stablecoin
  • Get the total circulation of all stablecoins
  • Get all stablecoin liquidity pool information
  • Get a list of all blacklist transactions
  • Obtain a graph of changes in holdings of a stablecoin
  • Obtain the basic information of a token held by an account
  • Get the distribution of holders of a stablecoin
  • Get the asset value chart of a token in an account
  • Obtain the balance flow of the asset value of a token in an account
  • Obtain a trend chart of the circulation of a certain stable currency
  • Obtain information on the trend of liquidity pool changes
  • Obtain the liquidity change graph of the liquidity pool
  • Obtain basic information on stablecoins
  • Obtain the distribution of the stablecoin liquidity pool
  • Obtain the chart of total asset changes in the account
  • Obtain account transfer-in and transfer-out fund distributio
  • Get large transactions
  • Chart of the number of accounts held and the number of accounts held
  1. API ENDPOINTS

Deep Analysis

PreviousStatisticsNextProtocol Revenue Service API

Last updated 1 year ago

Get account data with transaction records with the current account

https://apilist.tronscanapi.com/api/deep/account/relatedAccount?address=TPyjyZfsYaXStgz2NmAraF1uZcMtkgNan5

Try this endpoint in your

Query Parameters

Parameter
Description

address

txNum

Number of transactions,separated by commas. eg:1,10 Represents 1 to 10

txAmount

Transaction amount range,separated by commas. eg:100,10000 Represents 100 to 10000

direction

Transfer type: 0 all, 1 transfer-in, 2 transfer-out

relatedAddress

relatedToken

startTime

In second

endTime

In second

sortby

Sorted field:amountIn(amount of transfer in), amountOut(amount of transfer out), timesIn(transfer in times), timesOut(transfer out times)

limit

Max 100

Sample response

{
    "total": 4,
    "code": 0,
    "contractMap": {
        "TB3UZsVL7SdrrugRfeyXK5C75e7V3CDyty": false,
        "TXFBqBbqJommqZf7BV8NNYzePh97UmJodJ": false,
        "TTd9qHyjqiUkfTxe3gotbuTMpjU8LEbpkN": false,
        "TKHuVq1oKVruCGLvqVexFs6dawKv6fQgFs": false
    },
    "data": [
        {
            "inAmountUsd": 3130784970.9059763,
            "outAmountUsd": 0,
            "address": "TKHuVq1oKVruCGLvqVexFs6dawKv6fQgFs",
            "addressTag": "Tether Treasury",
            "outNum": 0,
            "inNum": 117
        },
        {
            "inAmountUsd": 1721903345.260201,
            "outAmountUsd": 0,
            "address": "TTd9qHyjqiUkfTxe3gotbuTMpjU8LEbpkN",
            "addressTag": "Kraken",
            "outNum": 0,
            "inNum": 169
        },
        {
            "inAmountUsd": 89488438.237212,
            "outAmountUsd": 0,
            "address": "TXFBqBbqJommqZf7BV8NNYzePh97UmJodJ",
            "addressTag": "Bitfinex",
            "outNum": 0,
            "inNum": 41
        },
        {
            "inAmountUsd": 158.68939300000002,
            "outAmountUsd": 0,
            "address": "TB3UZsVL7SdrrugRfeyXK5C75e7V3CDyty",
            "addressTag": "TB3UZsVL7SdrrugRfeyXK5C75e7V3CDyty",
            "outNum": 0,
            "inNum": 121
        }
    ],
    "contractInfo": {},
    "refreshTimeInfo": {
        "timeToRefresh": 88200,
        "lastUpdateTime": "1680568641"
    }
}

Get distribution of total market capitalization

https://apilist.tronscanapi.com/api/stableCoin/holder/balance/overview

Try this endpoint in your

No Parameters required.

Sample response

{
    "data": [
        {
            "tokenAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "statistic": [
                {
                    "balance": "43809021504206608.0",
                    "tokenName": "USDT",
                    "category": "Wallet"
                },
                {
                    "balance": "161485597177868.0",
                    "tokenName": "USDT",
                    "category": "JustLend"
                },
                {
                    "balance": "93066779819482.0",
                    "tokenName": "USDT",
                    "category": "SunSwap"
                },
                {
                    "balance": "28677547345688",
                    "tokenName": "USDT",
                    "category": "SunCurve"
                },
                {
                    "balance": "32839586001460.0",
                    "tokenName": "USDT",
                    "category": "Other"
                }
            ],
            "tokenName": "USDT",
            "decimal": 6
        },
        {
            "tokenAddress": "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8",
            "statistic": [
                {
                    "balance": "490118517077022.0",
                    "tokenName": "USDC",
                    "category": "Wallet"
                },
                {
                    "balance": "2323284928085",
                    "tokenName": "USDC",
                    "category": "JustLend"
                },
                {
                    "balance": "5407502175133.0",
                    "tokenName": "USDC",
                    "category": "SunSwap"
                },
                {
                    "balance": "733545818351.0",
                    "tokenName": "USDC",
                    "category": "SunCurve"
                },
                {
                    "balance": "6878671191409.0",
                    "tokenName": "USDC",
                    "category": "Other"
                }
            ],
            "tokenName": "USDC",
            "decimal": 6
        },
        {
            "tokenAddress": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
            "statistic": [
                {
                    "balance": "1275302436667842921143716823.0",
                    "tokenName": "TUSD",
                    "category": "Wallet"
                },
                {
                    "balance": "8640799976629096000000000",
                    "tokenName": "TUSD",
                    "category": "JustLend"
                },
                {
                    "balance": "8094103914644449641565157",
                    "tokenName": "TUSD",
                    "category": "SunSwap"
                },
                {
                    "balance": "1638705207004325356000000",
                    "tokenName": "TUSD",
                    "category": "SunCurve"
                },
                {
                    "balance": "1969991413879207858718020.0",
                    "tokenName": "TUSD",
                    "category": "Other"
                }
            ],
            "tokenName": "TUSD",
            "decimal": 18
        },
        {
            "tokenAddress": "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn",
            "statistic": [
                {
                    "balance": "215144360148881974842827215.0",
                    "tokenName": "USDD",
                    "category": "Wallet"
                },
                {
                    "balance": "235423677449418134513960770",
                    "tokenName": "USDD",
                    "category": "JustLend"
                },
                {
                    "balance": "46801679262804262467608355",
                    "tokenName": "USDD",
                    "category": "SunSwap"
                },
                {
                    "balance": "29169921341800300326664583",
                    "tokenName": "USDD",
                    "category": "SunCurve"
                },
                {
                    "balance": "198792397639343327848939077.0",
                    "tokenName": "USDD",
                    "category": "Other"
                }
            ],
            "tokenName": "USDD",
            "decimal": 18
        },
        {
            "tokenAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "statistic": [
                {
                    "balance": "235974176275720793041173252.0",
                    "tokenName": "USDJ",
                    "category": "Wallet"
                },
                {
                    "balance": "22352666451319780000000000",
                    "tokenName": "USDJ",
                    "category": "JustLend"
                },
                {
                    "balance": "13986936275758256320966299",
                    "tokenName": "USDJ",
                    "category": "SunSwap"
                },
                {
                    "balance": "207050549663316600000000",
                    "tokenName": "USDJ",
                    "category": "SunCurve"
                },
                {
                    "balance": "624450387439441516206043.0",
                    "tokenName": "USDJ",
                    "category": "Other"
                }
            ],
            "tokenName": "USDJ",
            "decimal": 18
        }
    ],
    "refreshTimeInfo": {
        "type": "realtime",
        "lastUpdateTime": 1680594293
    }
}

Get chart of the number of accounts held and the number of accounts held

https://apilist.tronscanapi.com/api/stableCoin/holder/change

Query Parameters

Parameter
Description

startDay

Format: yyyy-MM-dd

endDay

Format: yyyy-MM-dd

{
    "statistics": [
        {
            "date": 1680307200,
            "aggrHolder": "22937264",
            "category": [
                {
                    "tokenName": "USDT",
                    "tokenAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
                    "holderNum": "22108346",
                    "date": "2023-04-01"
                },
                {
                    "tokenName": "USDD",
                    "tokenAddress": "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn",
                    "holderNum": "130780",
                    "date": "2023-04-01"
                },
                {
                    "tokenName": "TUSD",
                    "tokenAddress": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
                    "holderNum": "309639",
                    "date": "2023-04-01"
                },
                {
                    "tokenName": "USDC",
                    "tokenAddress": "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8",
                    "holderNum": "369013",
                    "date": "2023-04-01"
                },
                {
                    "tokenName": "USDJ",
                    "tokenAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
                    "holderNum": "19486",
                    "date": "2023-04-01"
                }
            ]
        },
        {
            "date": 1680393600,
            "aggrHolder": "22939554",
            "category": [
                {
                    "tokenName": "USDT",
                    "tokenAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
                    "holderNum": "22110623",
                    "date": "2023-04-02"
                },
                {
                    "tokenName": "USDD",
                    "tokenAddress": "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn",
                    "holderNum": "130781",
                    "date": "2023-04-02"
                },
                {
                    "tokenName": "TUSD",
                    "tokenAddress": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
                    "holderNum": "309650",
                    "date": "2023-04-02"
                },
                {
                    "tokenName": "USDC",
                    "tokenAddress": "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8",
                    "holderNum": "369014",
                    "date": "2023-04-02"
                },
                {
                    "tokenName": "USDJ",
                    "tokenAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
                    "holderNum": "19486",
                    "date": "2023-04-02"
                }
            ]
        }
    ],
    "latest": [
        {
            "tokenAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "tokenName": "USDT",
            "holderNum": 22128346
        },
        {
            "tokenAddress": "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn",
            "tokenName": "USDD",
            "holderNum": 130779
        },
        {
            "tokenAddress": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
            "tokenName": "TUSD",
            "holderNum": 309650
        },
        {
            "tokenAddress": "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8",
            "tokenName": "USDC",
            "holderNum": 369044
        },
        {
            "tokenAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "tokenName": "USDJ",
            "holderNum": 19487
        }
    ],
    "totalHolder": "22957306"
}

Get the transfer quantity of a trc20 token held by an account

https://apilist.tronscanapi.com/api/deep/account/holderToken/basicInfo/trc20/transfer

Query Parameter

Parameter
Description

accountAddress

tokenAddress

TRC20 address

{
    "transferIn": 0,
    "transferOut": 0
}

Get list of transactions involving liquidity

https://apilist.tronscanapi.com/api/deep/stableCoin/liquidity/transaction

Query Parameter

Parameter
Description

sort

Sorting method: timestamp, value, or tokenValue. When the field is preceded by '-', the result is in a descending order

minValue

Minimum amount, default 1000

maxValue

Maximum amount, no upper limit by default

type

Liquidity operations: AddLiquidity, RemoveLiquidity, TokenExchange. The default is to query all, and multiple types of queries are separated by commas.

operator

startTimestamp

The maximum interval between the start and end timestamps is 60 days. Default: 60 days before current time

endTimestamp

If the end timestamp goes beyond the current time, the start timestamps will automatically be set to 60 days before the end timestamp, and data from that time range will be returned.

token

Filter liquidity changes of specific tokens. Multiple tokens are separated by commas

pool

Liquidity change list of a certain liquidity pool

project

The value is sunswap or suncurve

influence

Impact on a specific token. + for increase, - for decrease

minTokenValue

Minimum value for a single token filtering

maxTokenValue

Maximum value for a single token filtering

{
    "total": 1,
    "data": [
        {
            "project": "SunSwap",
            "type": "AddLiquidity",
            "value": "2583.3694",
            "operation": [
                {
                    "tokenId": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
                    "tokenName": "Tether USD",
                    "tokenAbbr": "USDT",
                    "tokenDecimal": 6,
                    "tokenAmount": "1293.684385",
                    "tokenValue": "1293.7082"
                },
                {
                    "tokenId": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
                    "tokenName": "TrueUSD",
                    "tokenAbbr": "TUSD",
                    "tokenDecimal": 18,
                    "tokenAmount": "1290.0",
                    "tokenValue": "1289.6612"
                }
            ],
            "operator": "TLnW8ZBqqTPweLyKHpg1LGNj2v9kx8N3rh",
            "dateCreated": 1680503760000,
            "hash": "6d0fb572aabb5b2a0187a173c81b17fba2139f23b7901dc973d3df460c485a1d"
        }
    ],
    "refreshTimeInfo": {
        "type": "realtime",
        "lastUpdateTime": 1680507417
    }
}

Get all tags of an account

https://apilist.tronscanapi.com/api/account/tag

Query Parameter

Parameter
Description

address

{
    "blueTag": "",
    "greyTag": "",
    "redTag": "",
    "publicTag": "",
    "chainTags": {
        "Assets": [
            {
                "tagName": "High Balance",
                "tagDesc": "Total assets over $10k"
            },
            {
                "tagName": "Whale",
                "tagDesc": "Total assets over $1m"
            }
        ],
        "Activity": [
            {
                "tagName": "Block Sale",
                "tagDesc": "Have made large transactions over $10k"
            },
            {
                "tagName": "High Activity",
                "tagDesc": "Over 100 transactions in the last 6 months"
            }
        ],
        "DeFi": [
            {
                "tagName": "Lender on JustLend",
                "tagDesc": "Have undrawn deposits at JustLend"
            },
            {
                "tagName": "SunSwap Liquidity Provider",
                "tagDesc": "Providing liquidity at SunSwap"
            },
            {
                "tagName": "SUN Farming",
                "tagDesc": "Participating in farming at SUN.io"
            },
            {
                "tagName": "SunCurve Liquidity Provider",
                "tagDesc": "Providing liquidity at SunCurve"
            }
        ],
        "NFT": [
            {
                "tagName": "NFT Collector",
                "tagDesc": "Currently holding at least one NFT"
            }
        ],
        "Governance": [
            {
                "tagName": "TRX Governance",
                "tagDesc": "Participating in TRX staking"
            }
        ]
    },
    "refreshTimeInfo": {
        "type": "realtime",
        "lastUpdateTime": 1680507588
    }
}

Get transfer amount change chart with a statistical period of 24 hours

https://apilist.tronscanapi.com/api/stableCoin/transferAmount

Query Parameter

Parameter
Description

startTime

In second

endTime

In second

type

The line chart is not included by default, but it can be added by setting the type to addLine.

{
    "stableAmountLine": [
        {
            "tokenAbbr": "USDT",
            "contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "lineData": [
                {
                    "t": 1680393600000,
                    "v": 5385970884.857
                }
            ]
        },
        {
            "tokenAbbr": "USDD",
            "contractAddress": "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn",
            "lineData": [
                {
                    "t": 1680393600000,
                    "v": 1136777.229
                }
            ]
        },
        {
            "tokenAbbr": "TUSD",
            "contractAddress": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
            "lineData": [
                {
                    "t": 1680393600000,
                    "v": 7755550.490
                }
            ]
        },
        {
            "tokenAbbr": "USDC",
            "contractAddress": "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8",
            "lineData": [
                {
                    "t": 1680393600000,
                    "v": 56155327.430
                }
            ]
        },
        {
            "tokenAbbr": "USDJ",
            "contractAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "lineData": [
                {
                    "t": 1680393600000,
                    "v": 338142.765
                }
            ]
        }
    ],
    "stableAmount24h": [
        {
            "amount24h": 5385970884.857,
            "contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "tokenAbbr": "USDT"
        },
        {
            "amount24h": 56155327.430,
            "contractAddress": "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8",
            "tokenAbbr": "USDC"
        },
        {
            "amount24h": 7755550.490,
            "contractAddress": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
            "tokenAbbr": "TUSD"
        },
        {
            "amount24h": 1136777.229,
            "contractAddress": "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn",
            "tokenAbbr": "USDD"
        },
        {
            "amount24h": 338142.765,
            "contractAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "tokenAbbr": "USDJ"
        }
    ]
}

Get the chart of the top holders of stablecoins

https://apilist.tronscanapi.com/api/stableCoin/holder/top

Query Parameter

Parameter
Description

viewContract

Whether to check the contract data, 1-check, 2-don’t check

sort

Sorted field: USDT,USDC,USDJ,USDD,TUSD

direction

1-ascending, 2-descending

{
    "total": 50,
    "data": [
        {
            "address": "TWd4WrZ9wn84f5x1hZhL4DHvk738ns5jwb",
            "addressType": 1,
            "accountTag": "Binance-Cold 2",
            "usdtAmount": 9873632775.224686,
            "tusdAmount": 1244717298.236131619743863419,
            "usddAmount": 0.000431736076562944,
            "usdcAmount": 61665303.553071
        },
        {
            "address": "TMuA6YqfCeX8EhbfYEg5y7S4DqzSJireY9",
            "addressType": 1,
            "accountTag": "Binance-Cold 1",
            "usdtAmount": 3999368107.604717,
            "usddAmount": 0.000264701265386571
        },
        {
            "address": "TV6MuMXfmLbBqPZvBHdwFsDnQeVfnmiuSi",
            "addressType": 1,
            "accountTag": "Binance-Hot",
            "usdtAmount": 1967876572.546156,
            "tusdAmount": 24576140.960462096569752811,
            "usddAmount": 5.080321178962118290,
            "usdcAmount": 48744802.589633
        },
        {
            "address": "TT1DyeqXaaJkt6UhVYFWUXBXknaXnBudTK",
            "addressType": 1,
            "accountTag": "Binance-Cold",
            "usdtAmount": 1965014720.100317,
            "usddAmount": 0.000087389739909453
        },
        {
            "address": "TJCo98saj6WND61g1uuKwJ9GMWMT9WkJFo",
            "addressType": 1,
            "accountTag": "Binance",
            "usdtAmount": 1351373737.027039
        },
        {
            "address": "TKHuVq1oKVruCGLvqVexFs6dawKv6fQgFs",
            "addressType": 1,
            "accountTag": "Tether Treasury",
            "usdtAmount": 962565110.636746,
            "usddAmount": 0.000177042212446563
        },
        {
            "address": "TDToUxX8sH4z6moQpK3ZLAN24eupu2ivA4",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 400003490.536614,
            "usdcAmount": 0.999828
        },
        {
            "address": "TB1WQmj63bHV9Qmuhp39WABzutphMAetSc",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 352714774.085024
        },
        {
            "address": "TRYL7PKCG4b4xRCM554Q5J6o8f1UjUmfnY",
            "addressType": 1,
            "accountTag": "Kucoin-Cold",
            "usdtAmount": 294002578.818567,
            "usddAmount": 0.000703464006859014
        },
        {
            "address": "TNiq9AXBp9EjUqhDhrwrfvAA8U3GUQZH81",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 212924088.836222,
            "usddAmount": 0.000132426749069551
        },
        {
            "address": "TTd9qHyjqiUkfTxe3gotbuTMpjU8LEbpkN",
            "addressType": 1,
            "accountTag": "Kraken",
            "usdtAmount": 198994818.624592,
            "usddAmount": 0.000503851647800957,
            "usdcAmount": 94455795.769376
        },
        {
            "address": "TXJgMdjVX5dKiQaUi9QobwNxtSQaFqccvd",
            "addressType": 2,
            "accountTag": "",
            "usdtAmount": 161453537.592306,
            "usddAmount": 0.000130277506201916
        },
        {
            "address": "TQrY8tryqsYVCYS3MFbtffiPp2ccyn4STm",
            "addressType": 1,
            "accountTag": "Binance",
            "usdtAmount": 156211540.649845,
            "usddAmount": 0.000313901967101409
        },
        {
            "address": "TMmhxjhqPbUwgzfV3eV94T398Qk1khE32v",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 144249009.553271
        },
        {
            "address": "TMhJviFWiaxvqKLdng9dmsi1H5H5yTGEeu",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 138187051.182431,
            "usddAmount": 0.000363430796763040
        },
        {
            "address": "TTiDLWE6fZK8okMJv6ijg42yrH6W2pjSr9",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 131289705.288094,
            "usddAmount": 0.000138984230994805
        },
        {
            "address": "TXFBqBbqJommqZf7BV8NNYzePh97UmJodJ",
            "addressType": 1,
            "accountTag": "Bitfinex",
            "usdtAmount": 128411892.312641,
            "usddAmount": 0.000428074610435327
        },
        {
            "address": "TAzsQ9Gx8eqFNFSKbeXrbi45CuVPHzA8wr",
            "addressType": 1,
            "accountTag": "Binance-Hot",
            "usdtAmount": 121055777.785913,
            "usddAmount": 0.000253488461433452
        },
        {
            "address": "TJDENsfBJs4RFETt1X1W8wMDc8M5XnJhCe",
            "addressType": 1,
            "accountTag": "Binance-Hot",
            "usdtAmount": 90419220.183586,
            "usddAmount": 0.000250720892579450
        },
        {
            "address": "TFK83A41pUspJ1Sd766eU2cD2ktufz9tth",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 87669060.015924,
            "usddAmount": 0.000104386326342157
        },
        {
            "address": "TJYM8UnYvZ8iM5PjuHTYsDYXhY1YZBeKeX",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 79947727.755255,
            "usddAmount": 0.000144095090138015
        },
        {
            "address": "TFJEQ3ysVUu4CFdfokrSurEoEqJgKTwSKT",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 78708395.125562
        },
        {
            "address": "TQeNNo5zVarhdKm5EiJSekfNXg6H1tRN4n",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 78000704.490115,
            "usddAmount": 0.000286971768730309,
            "usdcAmount": 10998115.467886
        },
        {
            "address": "TYLdDWbuPUPLNa8sjsgRqVHUySacc7KERs",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 58829401.133220,
            "usddAmount": 903815.002652200000000000,
            "usdcAmount": 176954.611740
        },
        {
            "address": "TLak4ueUMs6hXsej7hE2Q1eSxod7EMDd1U",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 53899775.676994
        },
        {
            "address": "THQfdZr2wk3S5DTmbo1S4RA3p15V1dfToW",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 53488113.164322
        },
        {
            "address": "TSaRZDiBPD8Rd5vrvX8a4zgunHczM9mj8S",
            "addressType": 1,
            "accountTag": "Okex",
            "usdtAmount": 52490757.506771
        },
        {
            "address": "TCz47XgC9TjCeF4UzfB6qZbM9LTF9s1tG7",
            "addressType": 1,
            "accountTag": "Okex",
            "usdtAmount": 52415610.813021
        },
        {
            "address": "TJbHp48Shg4tTD5x6fKkU7PodggL5mjcJP",
            "addressType": 1,
            "accountTag": "Okex",
            "usdtAmount": 52366208.268481
        },
        {
            "address": "TWGZbjofbTLY3UCjCV4yiLkRg89zLqwRgi",
            "addressType": 1,
            "accountTag": "Okex",
            "usdtAmount": 52255067.951899,
            "usddAmount": 0.000010000000000000
        },
        {
            "address": "TYASr5UV6HEcXatwdFQfmLVUqQQQMUxHLS",
            "addressType": 1,
            "accountTag": "Binance-Hot",
            "usdtAmount": 51756102.444561,
            "usddAmount": 0.000133173377838315
        },
        {
            "address": "TM1zzNDZD2DPASbKcgdVoTYhfmYgtfwx9R",
            "addressType": 1,
            "accountTag": "Okex",
            "usdtAmount": 51150786.879523,
            "tusdAmount": 1935606.787581337967618300,
            "usddAmount": 4555.506016455456957908,
            "usdcAmount": 72659280.040243
        },
        {
            "address": "TYQgQ55h5Zw9953Vec9Tpc1w5dga5za7yR",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 50043066.065386,
            "usddAmount": 0.000103724798366700
        },
        {
            "address": "TYDzsYUEpvnYmQk4zGP9sWWcTEd2MiAtW6",
            "addressType": 1,
            "accountTag": "FTX",
            "usdtAmount": 46691204.196417,
            "usddAmount": 0.000417228035102069,
            "usdcAmount": 10.728848
        },
        {
            "address": "TGZ959FTLRk8droUqDNgLxML1X9mEVej8q",
            "addressType": 1,
            "accountTag": "bitget",
            "usdtAmount": 40000349.567022
        },
        {
            "address": "TYiQTHtgLo6KX6hYgbKLJsTbWK5hu9X5MG",
            "addressType": 1,
            "accountTag": "bitget",
            "usdtAmount": 40000349.353543,
            "usddAmount": 0.000051308139146529
        },
        {
            "address": "TXHL6NU49Sj5KbWUgu67MSmHcHr5r77AX8",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 39330372.854653
        },
        {
            "address": "TZHW3PJe6VoyV8NWAaeukqWNRe3bVU7u8n",
            "addressType": 1,
            "accountTag": "bitget",
            "usdtAmount": 37307349.971901
        },
        {
            "address": "TNXoiAJ3dct8Fjg4M9fkLFh9S2v9TXc32G",
            "addressType": 1,
            "accountTag": "Binance-Hot",
            "usdtAmount": 36558514.070262,
            "tusdAmount": 2594333.503917954858223139,
            "usddAmount": 0.336237048244512603,
            "usdcAmount": 8896768.421776
        },
        {
            "address": "TBytnmJqL47n8bAP2NgPWfboXCwEUfEayv",
            "addressType": 1,
            "accountTag": "bitget",
            "usdtAmount": 35810934.978464
        },
        {
            "address": "TNrWw2Tz6JFm6PFxeAYhjAQvYJBokRpTnX",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 34100628.188318
        },
        {
            "address": "TK6SJby92kxqFWr8Mxdn89xKAXSRTGBo26",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 32672486.803101,
            "usdcAmount": 49183.423939
        },
        {
            "address": "TNUXVnarvyX71ZtzHswauo4SNGXYmSHSAr",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 30019229.197232,
            "usddAmount": 0.000242075134136278,
            "usdcAmount": 3598305.157019
        },
        {
            "address": "TJkgTCg91dEfsT9to74VDXi7uUxRDqF2ft",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 30000261.696495,
            "usddAmount": 0.000075617656676833
        },
        {
            "address": "TLsUUQZCkcrBRxEKqZbpekdq9LWfmnndPg",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 29980322.867287,
            "usddAmount": 0.000053008658369732
        },
        {
            "address": "TZ8iVikj5KV9zSbUT9r7N3kvUNXwREu2pT",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 29807977.175685,
            "usddAmount": 0.000071477578590907,
            "usdcAmount": 95.983466
        },
        {
            "address": "TXmKUTXp7eq29s1ZDXxfaLYqmysVfqZBZp",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 29180142.851046
        },
        {
            "address": "TNvVTjmZPNn17uP1VbmE3TB5vC3FrFYj4T",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 28773395.759993
        },
        {
            "address": "TAm937jKKHTgJ8qsBuW8CwSRL9shLRQ7yn",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 28572463.243968,
            "usddAmount": 0.000140515268184881,
            "usdcAmount": 50195.219941
        },
        {
            "address": "TCYpJ6MMzd9ytoUvD82HnS58iV75QimPh6",
            "addressType": 1,
            "accountTag": "",
            "usdtAmount": 28363259.024571,
            "usddAmount": 0.000388451762519884,
            "usdcAmount": 0.000040
        }
    ],
    "refreshTimeInfo": {
        "type": "realtime",
        "lastUpdateTime": 1680510563
    },
    "contractMap": {
        "TMmhxjhqPbUwgzfV3eV94T398Qk1khE32v": false,
        "TB1WQmj63bHV9Qmuhp39WABzutphMAetSc": false,
        "TJkgTCg91dEfsT9to74VDXi7uUxRDqF2ft": false,
        "TDToUxX8sH4z6moQpK3ZLAN24eupu2ivA4": false,
        "TNXoiAJ3dct8Fjg4M9fkLFh9S2v9TXc32G": false,
        "TNrWw2Tz6JFm6PFxeAYhjAQvYJBokRpTnX": false,
        "TJDENsfBJs4RFETt1X1W8wMDc8M5XnJhCe": false,
        "TQeNNo5zVarhdKm5EiJSekfNXg6H1tRN4n": false,
        "TKHuVq1oKVruCGLvqVexFs6dawKv6fQgFs": false,
        "TAm937jKKHTgJ8qsBuW8CwSRL9shLRQ7yn": false,
        "TCz47XgC9TjCeF4UzfB6qZbM9LTF9s1tG7": false,
        "TJCo98saj6WND61g1uuKwJ9GMWMT9WkJFo": false,
        "TFJEQ3ysVUu4CFdfokrSurEoEqJgKTwSKT": false,
        "TRYL7PKCG4b4xRCM554Q5J6o8f1UjUmfnY": false,
        "TGZ959FTLRk8droUqDNgLxML1X9mEVej8q": false,
        "TV6MuMXfmLbBqPZvBHdwFsDnQeVfnmiuSi": false,
        "TTiDLWE6fZK8okMJv6ijg42yrH6W2pjSr9": false,
        "TWGZbjofbTLY3UCjCV4yiLkRg89zLqwRgi": false,
        "TYLdDWbuPUPLNa8sjsgRqVHUySacc7KERs": false,
        "TYiQTHtgLo6KX6hYgbKLJsTbWK5hu9X5MG": false,
        "TK6SJby92kxqFWr8Mxdn89xKAXSRTGBo26": false,
        "TNvVTjmZPNn17uP1VbmE3TB5vC3FrFYj4T": false,
        "TWd4WrZ9wn84f5x1hZhL4DHvk738ns5jwb": false,
        "TYQgQ55h5Zw9953Vec9Tpc1w5dga5za7yR": false,
        "TTd9qHyjqiUkfTxe3gotbuTMpjU8LEbpkN": false,
        "TLsUUQZCkcrBRxEKqZbpekdq9LWfmnndPg": false,
        "TJYM8UnYvZ8iM5PjuHTYsDYXhY1YZBeKeX": false,
        "TSaRZDiBPD8Rd5vrvX8a4zgunHczM9mj8S": false,
        "TBytnmJqL47n8bAP2NgPWfboXCwEUfEayv": false,
        "TCYpJ6MMzd9ytoUvD82HnS58iV75QimPh6": false,
        "TXmKUTXp7eq29s1ZDXxfaLYqmysVfqZBZp": false,
        "TAzsQ9Gx8eqFNFSKbeXrbi45CuVPHzA8wr": false,
        "TYDzsYUEpvnYmQk4zGP9sWWcTEd2MiAtW6": false,
        "TMuA6YqfCeX8EhbfYEg5y7S4DqzSJireY9": false,
        "TMhJviFWiaxvqKLdng9dmsi1H5H5yTGEeu": false,
        "TM1zzNDZD2DPASbKcgdVoTYhfmYgtfwx9R": false,
        "THQfdZr2wk3S5DTmbo1S4RA3p15V1dfToW": false,
        "TQrY8tryqsYVCYS3MFbtffiPp2ccyn4STm": false,
        "TZHW3PJe6VoyV8NWAaeukqWNRe3bVU7u8n": false,
        "TXJgMdjVX5dKiQaUi9QobwNxtSQaFqccvd": true,
        "TLak4ueUMs6hXsej7hE2Q1eSxod7EMDd1U": false,
        "TXFBqBbqJommqZf7BV8NNYzePh97UmJodJ": false,
        "TXHL6NU49Sj5KbWUgu67MSmHcHr5r77AX8": false,
        "TJbHp48Shg4tTD5x6fKkU7PodggL5mjcJP": false,
        "TNiq9AXBp9EjUqhDhrwrfvAA8U3GUQZH81": false,
        "TFK83A41pUspJ1Sd766eU2cD2ktufz9tth": false,
        "TYASr5UV6HEcXatwdFQfmLVUqQQQMUxHLS": false,
        "TT1DyeqXaaJkt6UhVYFWUXBXknaXnBudTK": false,
        "TNUXVnarvyX71ZtzHswauo4SNGXYmSHSAr": false,
        "TZ8iVikj5KV9zSbUT9r7N3kvUNXwREu2pT": false
    }
}

Get basic information of the stable currency pool

https://apilist.tronscanapi.com/api/stableCoin/pool/overview

Query Parameter

Parameter
Description

pool

The contract address of a certain pool

{
    "tokens": [
        {
            "tokenId": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "tokenAbbr": "USDJ",
            "tokenName": "JUST Stablecoin",
            "tokenDecimal": 18,
            "tokenCanShow": 1,
            "tokenType": "trc20",
            "tokenLogo": "https://static.tronscan.org/production/logo/usdj.png",
            "tokenLevel": "2",
            "issuerAddr": "TB19pTknBYg2Ew6g7LeEo76dsirnswxawn",
            "vip": true,
            "liquidity": "237607.7104",
            "liquidityPercent": "0.068796"
        },
        {
            "tokenId": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
            "tokenAbbr": "TUSD",
            "tokenName": "TrueUSD",
            "tokenDecimal": 18,
            "tokenCanShow": 1,
            "tokenType": "trc20",
            "tokenLogo": "https://static.tronscan.org/production/logo/TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4.png",
            "tokenLevel": "2",
            "issuerAddr": "TRX6Q82wMqWNbCCiLqejbZe43wk1h1zJHm",
            "vip": true,
            "liquidity": "1605100.6987",
            "liquidityPercent": "0.464733"
        },
        {
            "tokenId": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "tokenAbbr": "USDT",
            "tokenName": "Tether USD",
            "tokenDecimal": 6,
            "tokenCanShow": 1,
            "tokenType": "trc20",
            "tokenLogo": "https://static.tronscan.org/production/logo/usdtlogo.png",
            "tokenLevel": "2",
            "issuerAddr": "THPvaUhoh2Qn2y9THCZML3H815hhFhn5YC",
            "vip": true,
            "liquidity": "1611101.2545",
            "liquidityPercent": "0.466471"
        }
    ],
    "volume24Hours": "1430692.368843",
    "tvl": "3453429.9181",
    "poolUrl": "https://sun.io/?lang=en-US#/3pool",
    "refreshTimeInfo": {
        "timeToRefresh": 3900,
        "lastUpdateTime": "1680509735"
    }
}

Get large transactions of stablecoins

https://apilist.tronscanapi.com/api/deep/stableCoin/bigAmount

Query Parameter

Parameter
Description

address

txUsd

Transaction values in USD, separated by commas. eg:1,10 Represents 1 to 10

txAmount

Transaction amount range,separated by commas. eg:100,10000 Represents 100 to 10000

relatedAddress

relatedToken

startTime

In second

endTime

In second

limit

Max 50

types

Transfer type,separated by commas:0:all 1:tranfer-in 2:transfer-out 3:exchange 4:add liquidity 5:remove liquidity 6:deposit 7:loan 8:repayment 9:withdraw money

sortBy

Sorted field: time, amount, usd(the total value)

asc

true/false

{
    "total": 17248681,
    "code": 0,
    "contractMap": {
        "TC9jeJeGwHYXjSXkf1JR6WA6kuLzQeLPKD": false,
        "TJsxVp1hGbt4U5gGHfdfXjnL9pVbsxpk66": false,
        "TCdep4hMANtJfHWts31tcWWDEzUEFHNxKA": false,
        "TFZ57tTAJBR1f6KZj97mXYB7iUJUGxp9pn": false
    },
    "data": [
        {
            "amount": 11000.0,
            "amountUsd": 11001.839364,
            "contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "dateTime": 1680479976000,
            "externalContractAddress": "null",
            "fromAddress": "TC9jeJeGwHYXjSXkf1JR6WA6kuLzQeLPKD",
            "fromAddressTag": "TC9jeJeGwHYXjSXkf1JR6WA6kuLzQeLPKD",
            "hash": "07af6a299e0b7a62c39acd06bde1053cb28faf853750dcedac1866603c1cd371",
            "toAddress": "TJsxVp1hGbt4U5gGHfdfXjnL9pVbsxpk66",
            "toAddressTag": "TJsxVp1hGbt4U5gGHfdfXjnL9pVbsxpk66",
            "transferType": "1"
        },
        {
            "amount": 63640.0,
            "amountUsd": 63650.641555,
            "contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "dateTime": 1680479976000,
            "externalContractAddress": "null",
            "fromAddress": "TFZ57tTAJBR1f6KZj97mXYB7iUJUGxp9pn",
            "fromAddressTag": "TFZ57tTAJBR1f6KZj97mXYB7iUJUGxp9pn",
            "hash": "42bba7828f169232b3c60063b212221c125a483d3dde5eeead90c6e693a05849",
            "toAddress": "TCdep4hMANtJfHWts31tcWWDEzUEFHNxKA",
            "toAddressTag": "TCdep4hMANtJfHWts31tcWWDEzUEFHNxKA",
            "transferType": "1"
        }
    ],
    "contractInfo": {},
    "refreshTimeInfo": {
        "timeToRefresh": 88200,
        "lastUpdateTime": "1680481089"
    },
    "tokenInfos": {}
}

Get a graph of all stablecoin issuance changes

https://apilist.tronscanapi.com/api/stableCoin/totalSupply/change

Query Parameter

Parameter
Description

startTime

In second

endTime

In second

Get key events of tron stablecoin

https://apilist.tronscanapi.com/api/deep/stableCoin/totalSupply/keyEvents

Query Parameter

Parameter
Description

start

limit

sort

Sorting: 1-quantity, 2-time

operatorAddress

direction

1-Ascending, 2-Descending

startTime

endTime

startAmount

endAmount

USDT

Key events, multiple events are separated by commas

USDC

Key events, multiple events are separated by commas

USDD

Key events, multiple events are separated by commas

USDJ

Key events, multiple events are separated by commas

TUSD

Key events, multiple events are separated by commas

FOR EXAMPLE:
{
    "start":1,
    "limit":100,
    "operatorAddress":"TPyjyZfsYaXStgz2NmAraF1uZcMtkgNan5",
    "sort":1,
    "direction":1,
    "startTime":1679875200,
    "endTime":1679875200,
    "startAmount":11,
    "endAmount":11,
    "USDT":"event1,event2",
    "USDD":"event3,event4",
    "USDC":"event5,event6",
    "TUSD":"event7,event8",
    "USDJ":"event9,event10"
}
{
    "total": 96539,
    "data": [
        {
            "tokenName": "USDT",
            "tokenAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "eventName": "AddedBlackList",
            "count": "0.0",
            "operatorAddress": "TRLi4KskHxfACnxKzLrf2wNHauWUQpwziN",
            "time": "1674226986000",
            "hash": "1517cc610a8868903ac0aca0742b81a8e9db48ce1fc6a346b5fafece886c4562"
        },
        {
            "tokenName": "USDT",
            "tokenAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "eventName": "AddedBlackList",
            "count": "0.0",
            "operatorAddress": "TRLi4KskHxfACnxKzLrf2wNHauWUQpwziN",
            "time": "1673298129000",
            "hash": "f468a1e0b22bd4198811c75d26591dda982681a728f21f0017d9126bd02f185a"
        },
        {
            "tokenName": "USDT",
            "tokenAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "eventName": "AddedBlackList",
            "count": "0.0",
            "operatorAddress": "TRLi4KskHxfACnxKzLrf2wNHauWUQpwziN",
            "time": "1674596775000",
            "hash": "24df554d095bd612bec07d14c4c15f33bd0f906fa8192d816ff1958a034a1d4d"
        },
        {
            "tokenName": "USDJ",
            "tokenAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "eventName": "LogSetOwner",
            "count": "0.0",
            "operatorAddress": "TJ9JS5iALDDP89kwYqJd4eaWcoQneobLU5",
            "time": "1670749374000",
            "hash": "ec7257c313b9d4f81ce5f09c44d988581aac2d14acdb233fd1eda4fcf6a4ccdf"
        },
        {
            "tokenName": "USDT",
            "tokenAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "eventName": "AddedBlackList",
            "count": "0.0",
            "operatorAddress": "TRLi4KskHxfACnxKzLrf2wNHauWUQpwziN",
            "time": "1670884944000",
            "hash": "dcc333ac1373ec479364a7a3d8c6605915c9b4166f0156e9ce4640839d5750ab"
        },
        {
            "tokenName": "USDJ",
            "tokenAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "eventName": "LogSetOwner",
            "count": "0.0",
            "operatorAddress": "TTTcx4xkcemQ8mno9efn1zVJUEDCepsb6D",
            "time": "1670911482000",
            "hash": "625dc02625a7a2726aa5248106a71b9c873e983be47a6e2806e3070462aa07cb"
        },
        {
            "tokenName": "USDJ",
            "tokenAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "eventName": "LogSetOwner",
            "count": "0.0",
            "operatorAddress": "TSN9k25EQPpcLPkzeandxB62MKN32TtrmE",
            "time": "1671738600000",
            "hash": "dd584f387369b14c2cd5594605886b29f1de1a9b08ee2a8ed2755826226aaf31"
        },
        {
            "tokenName": "USDJ",
            "tokenAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "eventName": "LogSetOwner",
            "count": "0.0",
            "operatorAddress": "TDeRyVsZ7HNPyjWY74VrU6Err5xPzTpQyr",
            "time": "1672262901000",
            "hash": "9863f913f768554b382d2a70faa41ba5a5b2d83a42a99990ddfffb7fffcf4940"
        },
        {
            "tokenName": "USDJ",
            "tokenAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "eventName": "LogSetOwner",
            "count": "0.0",
            "operatorAddress": "TUibnFgTdm2zaL6T83aMky4kCedrxZ4ogZ",
            "time": "1670812002000",
            "hash": "4571f8ea95a7134484b3f0f590522520eb0564fe30a4bbce3ae5ea57a31199e8"
        },
        {
            "tokenName": "USDT",
            "tokenAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "eventName": "AddedBlackList",
            "count": "0.0",
            "operatorAddress": "TRLi4KskHxfACnxKzLrf2wNHauWUQpwziN",
            "time": "1670885001000",
            "hash": "b27d23eb715406e4e61b0f6c2c8c0fa438c57e53bb90ca3c03c85a524f2fe564"
        }
    ],
    "refreshTimeInfo": {
        "type": "realtime",
        "lastUpdateTime": 1680512082
    }
}

Get the total circulation of all stablecoins

https://apilist.tronscanapi.com/api/stableCoin/totalSupply

No Parameters required.

{
    "data": [
        {
            "tokenName": "USDT",
            "address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "totalSupply": "44125091014551106",
            "tokenDecimal": 6
        },
        {
            "tokenName": "USDD",
            "address": "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn",
            "totalSupply": "725332035842248000000000000",
            "tokenDecimal": 18
        },
        {
            "tokenName": "TUSD",
            "address": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
            "totalSupply": "1304918613500000000000000000",
            "tokenDecimal": 18
        },
        {
            "tokenName": "USDC",
            "address": "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8",
            "totalSupply": "513902529550000",
            "tokenDecimal": 6
        },
        {
            "tokenName": "USDJ",
            "address": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "totalSupply": "273145279475423432037979793",
            "tokenDecimal": 18
        }
    ],
    "refreshTimeInfo": {
        "type": "realtime",
        "lastUpdateTime": 1680513319
    }
}

Get all stablecoin liquidity pool information

https://apilist.tronscanapi.com/api/stableCoin/pool/info

No Parameters required.

[
    {
        "poolAddress": "TNTfaTpkdd4AQDeqr8SGG7tgdkdjdhbP5c",
        "poolName": "2pool",
        "tvl": "55851695.9987",
        "tokens": [
            {
                "tokenId": "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn",
                "tokenAbbr": "USDD",
                "tokenName": "Decentralized USD",
                "tokenDecimal": 18,
                "tokenCanShow": 1,
                "tokenType": "trc20",
                "tokenLogo": "https://static.tronscan.org/production/upload/logo/TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn.png",
                "tokenLevel": "2",
                "issuerAddr": "TJGm3ZtdCk85rbkXWBvLYs3D2ai4uMhavb",
                "vip": true
            },
            {
                "tokenId": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
                "tokenAbbr": "USDT",
                "tokenName": "Tether USD",
                "tokenDecimal": 6,
                "tokenCanShow": 1,
                "tokenType": "trc20",
                "tokenLogo": "https://static.tronscan.org/production/logo/usdtlogo.png",
                "tokenLevel": "2",
                "issuerAddr": "THPvaUhoh2Qn2y9THCZML3H815hhFhn5YC",
                "vip": true
            }
        ]
    }
]

Get a list of all blacklist transactions

https://apilist.tronscanapi.com/api/stableCoin/blackList

Query Parameter

Parameter
Description

tokenAddress

blackAddress

sort

1-quantity, 2-time

direction

1-Ascending, 2-Descending

start

limit

{
    "total": 513,
    "data": [
        {
            "blackAddress": "TNmk2SAgpFu2xEKHEuyJrSrMTBweSuUVBu",
            "tokenName": "USDT",
            "num": "0",
            "time": 1665081543,
            "transHash": "d3fb3cf3e422f7a85b11e8f0ac927b9097604a178cacc1abf9a169febccaf410",
            "contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
        },
        {
            "blackAddress": "TSvQBQVm6ZVQFQdSZqg2KGbpjtJ8h4fPFd",
            "tokenName": "USDT",
            "num": "0",
            "time": 1665081918,
            "transHash": "ad2be9ae507dbc504372de1f959284cdaa10aeb66e11d8b7c625b1791aba1dfb",
            "contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
        }
    ]
}

Obtain a graph of changes in holdings of a stablecoin

https://apilist.tronscanapi.com/api/stableCoin/distribution/change

Query Parameter

Parameter
Description

token

Obtain the basic information of a token held by an account

https://apilist.tronscanapi.com/api/account/holderToken/basicInfo

Query Parameter

Parameter
Description

accountAddress

tokenAddress

TRC20 address or TRC10 token ID. If the value is set to 0, the token is TRX

{
    "data": {
        "holdCount": "156528709608684.000000",
        "holdAmount": 156551611.113586393050650367826700,
        "firstHoldTime": 1622123499,
        "latestTransferTime": 1680511902,
        "tokenDecimal": 6,
        "walletValue": "9845557.885079",
        "walletRatio": "0.062890",
        "projectValue": "146706053.228507393050650367826700",
        "projectRatio": "0.937110",
        "projects": [
            {
                "name": "wallet",
                "value": 9845557.885079,
                "ratio": "0.062890"
            },
            {
                "name": "JustLend DAO",
                "value": "146706053.228507393050650367826700",
                "ratio": "0.937110"
            }
        ],
        "projectNum": 2
    },
    "refreshTimeInfo": {
        "type": "realtime",
        "lastUpdateTime": 1680514013
    }
}

Get the distribution of holders of a stablecoin

https://apilist.tronscanapi.com/api/stableCoin/distribution

Query Parameter

Parameter
Description

token

{
    "addresses": {
        "exchange": {
            "data": [
                {
                    "address": "Binance",
                    "percent": "0.44515271",
                    "value": "19642403643836642"
                },
                {
                    "address": "KuCoin",
                    "percent": "0.00698337",
                    "value": "308141828261099"
                },
                {
                    "address": "bitget",
                    "percent": "0.00456283",
                    "value": "201335474942347.0"
                },
                {
                    "address": "Kraken",
                    "percent": "0.00448365",
                    "value": "197841498897643"
                },
                {
                    "address": "Bitfinex",
                    "percent": "0.00294634",
                    "value": "130007587022640"
                },
                {
                    "address": "Okex",
                    "percent": "0.00116254",
                    "value": "51297265458110"
                },
                {
                    "address": "FTX",
                    "percent": "0.00105815",
                    "value": "46690797046270.0"
                },
                {
                    "address": "Huobi",
                    "percent": "0.00067982",
                    "value": "29997155652248"
                },
                {
                    "address": "Gate",
                    "percent": "0.00059423",
                    "value": "26220468846184"
                },
                {
                    "address": "poloniex",
                    "percent": "0.00053089",
                    "value": "23425509409529"
                },
                {
                    "address": "other",
                    "percent": "0.00012922",
                    "value": "5701843282897.0"
                }
            ],
            "percent": "0.46828375",
            "value": "20663063072655609.0"
        },
        "otherAccount": {
            "data": [
                {
                    "address": "TKHuVq1oKVruCGLvqVexFs6dawKv6fQgFs",
                    "percent": "0.02181427",
                    "value": "962556714046129"
                },
                {
                    "address": "TDToUxX8sH4z6moQpK3ZLAN24eupu2ivA4",
                    "percent": "0.00906514",
                    "value": "400000001250000"
                },
                {
                    "address": "TB1WQmj63bHV9Qmuhp39WABzutphMAetSc",
                    "percent": "0.00799345",
                    "value": "352711697304524"
                },
                {
                    "address": "TNiq9AXBp9EjUqhDhrwrfvAA8U3GUQZH81",
                    "percent": "0.00482542",
                    "value": "212922231469498"
                },
                {
                    "address": "TMmhxjhqPbUwgzfV3eV94T398Qk1khE32v",
                    "percent": "0.00326906",
                    "value": "144247751248906"
                },
                {
                    "address": "TMhJviFWiaxvqKLdng9dmsi1H5H5yTGEeu",
                    "percent": "0.00313587",
                    "value": "138370500577580"
                },
                {
                    "address": "TTiDLWE6fZK8okMJv6ijg42yrH6W2pjSr9",
                    "percent": "0.00297537",
                    "value": "131288560029560"
                },
                {
                    "address": "TFK83A41pUspJ1Sd766eU2cD2ktufz9tth",
                    "percent": "0.00198681",
                    "value": "87668295266404"
                },
                {
                    "address": "TJYM8UnYvZ8iM5PjuHTYsDYXhY1YZBeKeX",
                    "percent": "0.00181183",
                    "value": "79947030360000"
                },
                {
                    "address": "TFJEQ3ysVUu4CFdfokrSurEoEqJgKTwSKT",
                    "percent": "0.00178374",
                    "value": "78707708541180"
                },
                {
                    "address": "other",
                    "percent": "0.46591900",
                    "value": "20558718143878146.0"
                }
            ],
            "percent": "0.52457996",
            "value": "23147138633971927.0"
        },
        "percent": "0.99286371",
        "value": "43810201706627536.0"
    },
    "contract": {
        "JustLend": {
            "data": [
                {
                    "address": "TXJgMdjVX5dKiQaUi9QobwNxtSQaFqccvd",
                    "percent": "0.00365885",
                    "value": "161446940792547"
                },
                {
                    "address": "TX7kybeP6UwTBRHLNPYmswFESHfyjm9bAS",
                    "percent": "0.00000000",
                    "value": "1000.0"
                },
                {
                    "address": "TWQhCXaWz4eHK4Kd1ErSDHjMFPoPc9czts",
                    "percent": "0.00000000",
                    "value": "1000.0"
                },
                {
                    "address": "TUaUHU9Dy8x5yNi1pKnFYqHWojot61Jfto",
                    "percent": "0.00000000",
                    "value": "1000.0"
                },
                {
                    "address": "TPXDpkg9e3eZzxqxAUyke9S4z4pGJBJw9e",
                    "percent": "0.00000000",
                    "value": "1000.0"
                },
                {
                    "address": "TFpPyDCKvNFgos3g3WVsAqMrdqhB81JXHE",
                    "percent": "0.00000000",
                    "value": "1000.0"
                },
                {
                    "address": "TE2RzoSV3wFK99w6J9UnnZ4vLfXYoxvRwP",
                    "percent": "0.00000000",
                    "value": "1000.0"
                }
            ],
            "percent": "0.00365885",
            "value": "161446940798547.0"
        },
        "SunSwap": {
            "data": [
                {
                    "address": "TFGDbUyP8xez44C76fin3bn3Ss6jugoUwJ",
                    "percent": "0.00062142",
                    "value": "27420381769808"
                },
                {
                    "address": "TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE",
                    "percent": "0.00053366",
                    "value": "23548000336824"
                },
                {
                    "address": "TNLcz8A9hGKbTNJ6b6C1GTyigwxURbWzkM",
                    "percent": "0.00040580",
                    "value": "17905913202101"
                },
                {
                    "address": "TW68dBGdy9gtk16BfzmvaCZ9pEti3KFkk2",
                    "percent": "0.00010455",
                    "value": "4613198722356"
                },
                {
                    "address": "TXFpue4nqvVptJEv4o8JXko5W6yCWpZZaR",
                    "percent": "0.00008204",
                    "value": "3619890112800"
                },
                {
                    "address": "TR4fHizLc7xCy6v1UVdTqLxYzTW1QHCds6",
                    "percent": "0.00007939",
                    "value": "3502928266027"
                },
                {
                    "address": "TLKyq7eJ4YKbs3TGEvoBJWkAXWYQKWo2Nn",
                    "percent": "0.00005168",
                    "value": "2280446898434"
                },
                {
                    "address": "TC1GhhC5iGFLuuUthriuUu183P8YWPmQsK",
                    "percent": "0.00005124",
                    "value": "2260765605261"
                },
                {
                    "address": "TXhKbyPSdH2PiQXTdT1aceyJ7Yuw63JQzh",
                    "percent": "0.00004001",
                    "value": "1765504647391"
                },
                {
                    "address": "TTdeCobmYxhfFBYUZbiQqbZ56zrFkSE5DG",
                    "percent": "0.00002500",
                    "value": "1103216142254"
                },
                {
                    "address": "other",
                    "percent": "0.00010316",
                    "value": "4551821939801.0"
                }
            ],
            "percent": "0.00209795",
            "value": "92572067643057.0"
        },
        "SunCurve": {
            "data": [
                {
                    "address": "TNTfaTpkdd4AQDeqr8SGG7tgdkdjdhbP5c",
                    "percent": "0.00060809",
                    "value": "26831874238067"
                },
                {
                    "address": "TKcEU8ekq2ZoFzLSGFYCUY6aocJBX9X31b",
                    "percent": "0.00003481",
                    "value": "1535845426840"
                },
                {
                    "address": "TAUGwRhmCP518Bm4VBqv7hDun9fg8kYjC4",
                    "percent": "0.00000310",
                    "value": "136673125035"
                },
                {
                    "address": "TKVsYedAY23WFchBniU7kcx1ybJnmRSbGt",
                    "percent": "0.00000064",
                    "value": "28097953025"
                },
                {
                    "address": "TQx6CdLHqjwVmJ45ecRzodKfVumAsdoRXH",
                    "percent": "0.00000001",
                    "value": "505118706"
                }
            ],
            "percent": "0.00064664",
            "value": "28532995861673"
        },
        "otherContract": {
            "data": [
                {
                    "address": "TU1CmpmWbCrFXqLLqMaKL2Q1d34bJNYLJe",
                    "percent": "0.00010679",
                    "value": "4712188766215"
                },
                {
                    "address": "TQdJYgQ6S7PKeRu7Pv1nFifPHk5GwYbZhn",
                    "percent": "0.00005141",
                    "value": "2268483310027"
                },
                {
                    "address": "TExeaZuD5YPi747PN5yEwk3Ro9eT2jJfB6",
                    "percent": "0.00004601",
                    "value": "2030372173553"
                },
                {
                    "address": "TQEuSEVRk1GtfExm5q9T8a1w84GvgQJ13V",
                    "percent": "0.00004579",
                    "value": "2020673119744"
                },
                {
                    "address": "TYjRscy38QKw7dJuNDz6zZtBr2s6gkobHH",
                    "percent": "0.00002277",
                    "value": "1004579721790"
                },
                {
                    "address": "TLiU2sEfsRQgGdeTKBTNYe5PwRs1RgrkmJ",
                    "percent": "0.00001633",
                    "value": "720646687870"
                },
                {
                    "address": "TPF1mRVhVtDCedvB6RcvcmtQNdEhRmftPf",
                    "percent": "0.00001510",
                    "value": "666106940778"
                },
                {
                    "address": "TF93BSusoPh9fPa6fizSnRFV4zuyVgEwFY",
                    "percent": "0.00001439",
                    "value": "634874319727"
                },
                {
                    "address": "TDGfwFeScTnWyVrVJdjvkxFd1FXEsUtHuZ",
                    "percent": "0.00001352",
                    "value": "596500001000"
                },
                {
                    "address": "TFPgsP4H6hneLuNUKwxobH8qG2iAB6WQf4",
                    "percent": "0.00001298",
                    "value": "572708904347"
                },
                {
                    "address": "other",
                    "percent": "0.00038777",
                    "value": "17110169675242.0"
                }
            ],
            "percent": "0.00073286",
            "value": "32337303620293.0"
        },
        "percent": "0.00713629",
        "value": "314889307923570.0"
    },
    "tokenName": "Tether USD",
    "tokenAbbr": "USDT",
    "tokenDecimal": 6,
    "refreshTimeInfo": {
        "timeToRefresh": 5400,
        "lastUpdateTime": "1680512709"
    }
}

Get the asset value chart of a token in an account

https://apilist.tronscanapi.com/api/account/holderToken/asset/valueInfo

Query Parameter

Parameter
Description

accountAddress

tokenAddress

TRC20 address or TRC10 token ID. If the value is set to 0, the token is TRX

startTime

In millisecond

endTime

In millisecond

{
    "data": [
        {
            "date": "2023-04-01",
            "statistics": {
                "date": "2023-04-01",
                "balance": "137634221",
                "price": "0.06645341943116789",
                "value": "9.146265"
            }
        },
        {
            "date": "2023-04-02",
            "statistics": {
                "date": "2023-04-02",
                "balance": "137634221",
                "price": "0.06587720099451715",
                "value": "9.066957"
            }
        }
    ],
    "tokenDecimal": 6
}

Obtain the balance flow of the asset value of a token in an account

https://apilist.tronscanapi.com/api/account/holderToken/asset/changeBalance

Query Parameter

Parameter
Description

accountAddress

tokenAddress

TRC20 address or TRC10 token ID. If the value is set to 0, the token is TRX

endTime

In millisecond

Obtain a trend chart of the circulation of a certain stable currency

USDD/USDC/USDJ/TUSD

https://apilist.tronscanapi.com/api/stableCoin/tokenSupply/turnover

Query Parameter

Parameter
Description

startTime

In second

endTime

In second

tokenAddress

{
    "statistics": [
        {
            "date": "2023-04-02",
            "totalSupply": 273145279475423432037979793,
            "increaseSupply": "0",
            "destroySupply": "0"
        },
        {
            "date": "2023-04-01",
            "totalSupply": 273145279475423432037979793,
            "increaseSupply": "0",
            "destroySupply": "0"
        }
    ],
    "tokenDecimal": 18
}

Obtain information on the trend of liquidity pool changes

https://apilist.tronscanapi.com/api/stableCoin/pool/trend

Query Parameter

Parameter
Description

startTimstamp

Start timestamp in milliseconds, must be later than 2022-11-21 08:00:00

endTimestamp

End timestamp in milliseconds, must be earlier than the current time

pool

Liquidity pool address

{
    "data": [
        {
            "name": "in"
        },
        {
            "name": "out"
        },
        {
            "name": "USDC 2022-11-22",
            "value": "591349.5137"
        },
        {
            "name": "USDC 2023-04-02"
        },
        {
            "name": "3SUN 2022-11-22",
            "value": "425478.2888"
        },
        {
            "name": "3SUN 2023-04-02"
        }
    ],
    "links": [
        {
            "source": "USDC 2022-11-22",
            "target": "USDC 2023-04-02",
            "value": "1150523.9396"
        },
        {
            "source": "in",
            "target": "USDC 2023-04-02",
            "value": "92.4864"
        },
        {
            "source": "USDC 2022-11-22",
            "target": "3SUN 2023-04-02",
            "value": "416297.7966"
        },
        {
            "source": "in",
            "target": "3SUN 2023-04-02",
            "value": "10.0169"
        }
    ],
    "refreshTimeInfo": {
        "timeToRefresh": 36300,
        "lastUpdateTime": "1680515730"
    }
}

Obtain the liquidity change graph of the liquidity pool

https://apilist.tronscanapi.com/api/stableCoin/pool/change

Query Parameter

Parameter
Description

pool

Liquidity pool address

Obtain basic information on stablecoins

https://apilist.tronscanapi.com/api/stableCoin/overview

Query Parameter

Parameter
Description

tokenAddress

{
    "data": {
        "marketCap": "44110731044.538503",
        "holderCnt": "22149409",
        "supply": "44125091014.551106",
        "transferCntIn24h": "2688823",
        "transferCntIn24hChange": "0.531773",
        "liquidityIn24h": "244242750.2350",
        "liquidityIn24hChange": "-0.000660"
    },
    "refreshTimeInfo": {
        "type": "realtime",
        "lastUpdateTime": 1680517235
    }
}

Obtain the distribution of the stablecoin liquidity pool

https://apilist.tronscanapi.com/api/stableCoin/tvl

Query Parameter

Parameter
Description

token

{
    "sunswapv1": [
        {
            "liquidity": "14583756.5482",
            "poolAddress": "TQcia2H2TU3WrFk9sKtdK9qCfkW8XirfPQ",
            "poolName": "V1-USDJ-TRX",
            "project": "SunSwap",
            "tokens": [
                {
                    "tokenId": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
                    "tokenAbbr": "USDJ",
                    "tokenName": "JUST Stablecoin",
                    "tokenDecimal": 18,
                    "tokenCanShow": 1,
                    "tokenType": "trc20",
                    "tokenLogo": "https://static.tronscan.org/production/logo/usdj.png",
                    "tokenLevel": "2",
                    "issuerAddr": "TB19pTknBYg2Ew6g7LeEo76dsirnswxawn",
                    "vip": true
                },
                {
                    "tokenId": "_",
                    "tokenAbbr": "trx",
                    "tokenName": "trx",
                    "tokenDecimal": 6,
                    "tokenCanShow": 1,
                    "tokenType": "trc10",
                    "tokenLogo": "https://static.tronscan.org/production/logo/trx.png",
                    "tokenLevel": "2",
                    "vip": true
                }
            ],
            "tvl": "29207511.168455",
            "volume24Hours": "136987.30626556874"
        }
    ],
    "sunswapv2": [
        {
            "liquidity": "1079733.9383",
            "poolAddress": "TH39qL219FayKqeFFv8hxd7tMPKdu4x6mF",
            "poolName": "V2-USDJ-USDT",
            "project": "SunSwap",
            "tokens": [
                {
                    "tokenId": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
                    "tokenAbbr": "USDJ",
                    "tokenName": "JUST Stablecoin",
                    "tokenDecimal": 18,
                    "tokenCanShow": 1,
                    "tokenType": "trc20",
                    "tokenLogo": "https://static.tronscan.org/production/logo/usdj.png",
                    "tokenLevel": "2",
                    "issuerAddr": "TB19pTknBYg2Ew6g7LeEo76dsirnswxawn",
                    "vip": true
                },
                {
                    "tokenId": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
                    "tokenAbbr": "USDT",
                    "tokenName": "Tether USD",
                    "tokenDecimal": 6,
                    "tokenCanShow": 1,
                    "tokenType": "trc20",
                    "tokenLogo": "https://static.tronscan.org/production/logo/usdtlogo.png",
                    "tokenLevel": "2",
                    "issuerAddr": "THPvaUhoh2Qn2y9THCZML3H815hhFhn5YC",
                    "vip": true
                }
            ],
            "tvl": "2159692.60081335",
            "volume24Hours": "6134.52906762"
        }
    ],
    "refreshTimeInfo": {
        "timeToRefresh": 5400,
        "lastUpdateTime": "1680514033"
    },
    "sun": [
        {
            "liquidity": "235316.2613",
            "poolAddress": "TKcEU8ekq2ZoFzLSGFYCUY6aocJBX9X31b",
            "poolName": "Old 3pool",
            "project": "SunCurve",
            "tokens": [
                {
                    "tokenId": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
                    "tokenAbbr": "USDJ",
                    "tokenName": "JUST Stablecoin",
                    "tokenDecimal": 18,
                    "tokenCanShow": 1,
                    "tokenType": "trc20",
                    "tokenLogo": "https://static.tronscan.org/production/logo/usdj.png",
                    "tokenLevel": "2",
                    "issuerAddr": "TB19pTknBYg2Ew6g7LeEo76dsirnswxawn",
                    "vip": true
                },
                {
                    "tokenId": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
                    "tokenAbbr": "TUSD",
                    "tokenName": "TrueUSD",
                    "tokenDecimal": 18,
                    "tokenCanShow": 1,
                    "tokenType": "trc20",
                    "tokenLogo": "https://static.tronscan.org/production/logo/TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4.png",
                    "tokenLevel": "2",
                    "issuerAddr": "TRX6Q82wMqWNbCCiLqejbZe43wk1h1zJHm",
                    "vip": true
                },
                {
                    "tokenId": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
                    "tokenAbbr": "USDT",
                    "tokenName": "Tether USD",
                    "tokenDecimal": 6,
                    "tokenCanShow": 1,
                    "tokenType": "trc20",
                    "tokenLogo": "https://static.tronscan.org/production/logo/usdtlogo.png",
                    "tokenLevel": "2",
                    "issuerAddr": "THPvaUhoh2Qn2y9THCZML3H815hhFhn5YC",
                    "vip": true
                }
            ],
            "tvl": "3453538.3834",
            "volume24Hours": "1657472.493292"
        }
    ]
}

Obtain the chart of total asset changes in the account

https://apilist.tronscanapi.com/api/account/assetValue

Query Parameter

Parameter
Description

address

{
    "count": 133,
    "data": [
        {
            "totalValue": "0.0000",
            "projectValue": "0",
            "walletValue": "0.0000",
            "timestamp": 1669075199999
        }
    ]
}

Obtain account transfer-in and transfer-out fund distributio

https://apilist.tronscanapi.com/api/deep/account/transferAmount

Query Parameter

Parameter
Description

address

startTime

In second

endTime

In second

direction

Transfer type: 0 all, 1 transfer-in, 2 transfer-out

relatedToken

sortBy

Sorted field:amountIn(amount of transfer in), amountOut(amount of transfer out), timesIn(transfer in times), timesOut(transfer out times)

limit

{
    "code":0,
    "refreshTimeInfo":{
        "timeToRefresh":88200,
        "lastUpdateTime":"1680482149"
    },
    "transfer_out":{
        "total":10,
        "contractMap":{
            "TNTfaTpkdd4AQDeqr8SGG7tgdkdjdhbP5c":true,
            "TMJ5heWvehQrvHqsCc53KeVhnkSpyLYwWx":true,
            "TXk9LnTnLN7oH96H3sKxJayMxLxR9M4ZD6":true,
            "TXJgMdjVX5dKiQaUi9QobwNxtSQaFqccvd":true,
            "TDtHxGi6eK6gxzAxJ16xtRffFkxD9TYHSV":false,
            "TX7kybeP6UwTBRHLNPYmswFESHfyjm9bAS":true,
            "TNSBA6KvSvMoTqQcEgpVK7VhHT3z7wifxy":true,
            "TJkgTCg91dEfsT9to74VDXi7uUxRDqF2ft":false,
            "TUjx6w55Nx9G4GjjRNEB4e7w5BUH3WmJTZ":false,
            "TMn5WeW8a8KH9o8rBQux4RCgckD2SuMZmS":true
        },
        "data":[
            {
                "address":"TJkgTCg91dEfsT9to74VDXi7uUxRDqF2ft",
                "amountInUsd":746954984.524622,
                "addressTag":"TJkgTCg91dEfsT9to74VDXi7uUxRDqF2ft"
            },
            {
                "address":"TNSBA6KvSvMoTqQcEgpVK7VhHT3z7wifxy",
                "amountInUsd":337827599.350909,
                "addressTag":"TNSBA6KvSvMoTqQcEgpVK7VhHT3z7wifxy"
            },
            {
                "address":"TXJgMdjVX5dKiQaUi9QobwNxtSQaFqccvd",
                "amountInUsd":323782507.212471,
                "addressTag":"TXJgMdjVX5dKiQaUi9QobwNxtSQaFqccvd"
            },
            {
                "address":"TUjx6w55Nx9G4GjjRNEB4e7w5BUH3WmJTZ",
                "amountInUsd":200000848.755804,
                "addressTag":"TUjx6w55Nx9G4GjjRNEB4e7w5BUH3WmJTZ"
            },
            {
                "address":"TX7kybeP6UwTBRHLNPYmswFESHfyjm9bAS",
                "amountInUsd":150000000,
                "addressTag":"TX7kybeP6UwTBRHLNPYmswFESHfyjm9bAS"
            },
            {
                "address":"TNTfaTpkdd4AQDeqr8SGG7tgdkdjdhbP5c",
                "amountInUsd":57410830.632001996,
                "addressTag":"TNTfaTpkdd4AQDeqr8SGG7tgdkdjdhbP5c"
            },
            {
                "address":"TMn5WeW8a8KH9o8rBQux4RCgckD2SuMZmS",
                "amountInUsd":44614528.146106005,
                "addressTag":"TMn5WeW8a8KH9o8rBQux4RCgckD2SuMZmS"
            },
            {
                "address":"TMJ5heWvehQrvHqsCc53KeVhnkSpyLYwWx",
                "amountInUsd":35903086.290281,
                "addressTag":"TMJ5heWvehQrvHqsCc53KeVhnkSpyLYwWx"
            },
            {
                "address":"TXk9LnTnLN7oH96H3sKxJayMxLxR9M4ZD6",
                "amountInUsd":32460166.843479,
                "addressTag":"TXk9LnTnLN7oH96H3sKxJayMxLxR9M4ZD6"
            },
            {
                "address":"TDtHxGi6eK6gxzAxJ16xtRffFkxD9TYHSV",
                "amountInUsd":31934543.363812998,
                "addressTag":"TDtHxGi6eK6gxzAxJ16xtRffFkxD9TYHSV"
            }
        ],
        "contractInfo":{
            "TNTfaTpkdd4AQDeqr8SGG7tgdkdjdhbP5c":{
                "tag1":"SUN: USDD Pool",
                "tag1Url":"",
                "name":"StableSwap2Pool",
                "vip":false
            },
            "TMJ5heWvehQrvHqsCc53KeVhnkSpyLYwWx":{
                "tag1":"",
                "tag1Url":"",
                "name":"trxDepositV3",
                "vip":false
            },
            "TXk9LnTnLN7oH96H3sKxJayMxLxR9M4ZD6":{
                "tag1":"WJST Token",
                "tag1Url":"",
                "name":"WJST",
                "vip":false
            },
            "TXJgMdjVX5dKiQaUi9QobwNxtSQaFqccvd":{
                "tag1":"jUSDT Token",
                "tag1Url":"justlend.just.network",
                "name":"CErc20Delegator",
                "vip":false
            },
            "TX7kybeP6UwTBRHLNPYmswFESHfyjm9bAS":{
                "tag1":"jUSDD Token",
                "tag1Url":"",
                "name":"CErc20Delegator",
                "vip":false
            },
            "TNSBA6KvSvMoTqQcEgpVK7VhHT3z7wifxy":{
                "tag1":"jUSDC Token",
                "tag1Url":"justlend.just.network",
                "name":"CErc20Delegator",
                "vip":false
            },
            "TMn5WeW8a8KH9o8rBQux4RCgckD2SuMZmS":{
                "tag1":"",
                "tag1Url":"",
                "name":"GemJoin",
                "vip":false
            }
        },
        "amountTotal":2025468164.434175
    },
    "transfer_in":{
        "total":10,
        "contractMap":{
            "TNTfaTpkdd4AQDeqr8SGG7tgdkdjdhbP5c":true,
            "TJDENsfBJs4RFETt1X1W8wMDc8M5XnJhCe":false,
            "TXJgMdjVX5dKiQaUi9QobwNxtSQaFqccvd":true,
            "TKHuVq1oKVruCGLvqVexFs6dawKv6fQgFs":false,
            "TL5x9MtSnDy537FXKx53yAaHRRNdg9TkkA":true,
            "TV6MuMXfmLbBqPZvBHdwFsDnQeVfnmiuSi":false,
            "TYE218dMfzo2TH348AbKyHD2G8PjGo7ESS":false,
            "TNSBA6KvSvMoTqQcEgpVK7VhHT3z7wifxy":true,
            "TMgSSHn8APyUVViqXxtveqFEB7mBBeGqNP":true,
            "TAzsQ9Gx8eqFNFSKbeXrbi45CuVPHzA8wr":false
        },
        "data":[
            {
                "address":"TNSBA6KvSvMoTqQcEgpVK7VhHT3z7wifxy",
                "amountInUsd":419238292.750915,
                "addressTag":"TNSBA6KvSvMoTqQcEgpVK7VhHT3z7wifxy"
            },
            {
                "address":"TKHuVq1oKVruCGLvqVexFs6dawKv6fQgFs",
                "amountInUsd":402855242.324936,
                "addressTag":"Tether Treasury"
            },
            {
                "address":"TYE218dMfzo2TH348AbKyHD2G8PjGo7ESS",
                "amountInUsd":373889148.209752,
                "addressTag":"TYE218dMfzo2TH348AbKyHD2G8PjGo7ESS"
            },
            {
                "address":"TXJgMdjVX5dKiQaUi9QobwNxtSQaFqccvd",
                "amountInUsd":253614347.694512,
                "addressTag":"TXJgMdjVX5dKiQaUi9QobwNxtSQaFqccvd"
            },
            {
                "address":"TNTfaTpkdd4AQDeqr8SGG7tgdkdjdhbP5c",
                "amountInUsd":161053817.611658,
                "addressTag":"TNTfaTpkdd4AQDeqr8SGG7tgdkdjdhbP5c"
            },
            {
                "address":"TL5x9MtSnDy537FXKx53yAaHRRNdg9TkkA",
                "amountInUsd":134811966.673503,
                "addressTag":"TL5x9MtSnDy537FXKx53yAaHRRNdg9TkkA"
            },
            {
                "address":"TV6MuMXfmLbBqPZvBHdwFsDnQeVfnmiuSi",
                "amountInUsd":70651625.962355,
                "addressTag":"Binance-Hot"
            },
            {
                "address":"TAzsQ9Gx8eqFNFSKbeXrbi45CuVPHzA8wr",
                "amountInUsd":69426610.836319,
                "addressTag":"Binance-Hot"
            },
            {
                "address":"TJDENsfBJs4RFETt1X1W8wMDc8M5XnJhCe",
                "amountInUsd":51903159.846286,
                "addressTag":"Binance-Hot"
            },
            {
                "address":"TMgSSHn8APyUVViqXxtveqFEB7mBBeGqNP",
                "amountInUsd":44600000,
                "addressTag":"TMgSSHn8APyUVViqXxtveqFEB7mBBeGqNP"
            }
        ],
        "contractInfo":{
            "TNTfaTpkdd4AQDeqr8SGG7tgdkdjdhbP5c":{
                "tag1":"SUN: USDD Pool",
                "tag1Url":"",
                "name":"StableSwap2Pool",
                "vip":false
            },
            "TNSBA6KvSvMoTqQcEgpVK7VhHT3z7wifxy":{
                "tag1":"jUSDC Token",
                "tag1Url":"justlend.just.network",
                "name":"CErc20Delegator",
                "vip":false
            },
            "TMgSSHn8APyUVViqXxtveqFEB7mBBeGqNP":{
                "tag1":"",
                "tag1Url":"",
                "name":"Vault",
                "vip":false
            },
            "TXJgMdjVX5dKiQaUi9QobwNxtSQaFqccvd":{
                "tag1":"jUSDT Token",
                "tag1Url":"justlend.just.network",
                "name":"CErc20Delegator",
                "vip":false
            },
            "TL5x9MtSnDy537FXKx53yAaHRRNdg9TkkA":{
                "tag1":"jUSDJ Token",
                "tag1Url":"justlend.just.network",
                "name":"CErc20Delegator",
                "vip":false
            }
        },
        "amountTotal":2174910887.502683
    }
}

Get large transactions

https://apilist.tronscanapi.com/api/deep/account/token/bigAmount

Query Parameter

Parameter
Description

address

txUsd

Transaction values in USD, separated by commas. eg:1,10 Represents 1 to 10

txAmount

Transaction amount range,separated by commas. eg:100,10000 Represents 100 to 10000

relatedAddress

relatedToken

startTime

In second

endTime

In second

limit

types

Transfer type,separated by commas:0:all 1:tranfer-in 2:transfer-out 3:exchange 4:add liquidity 5:remove liquidity 6:deposit 7:loan 8:repayment 9:withdraw money

sortBy

Sorted field: time, amount, usd(the total value)

asc

true/false

{
    "total":4,
    "code":0,
    "contractMap":{
        "TPyjyZfsYaXStgz2NmAraF1uZcMtkgNan5":false,
        "TExeaZuD5YPi747PN5yEwk3Ro9eT2jJfB6":true,
        "TPXa1A2j1YpjHgSWLYd8khzTpUytZCGXCN":true,
        "TYXTsV6dWR438SkTonRw9BTBv5QtQTcMYU":true,
        "TS8VwcRL2o4rqkbqzpyVg5t3yTeDnaXpDn":true
    },
    "data":[
        {
            "amount":500000,
            "amountUsd":500058.291038,
            "contractAddress":"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "dateTime":1675486002000,
            "externalContractAddress":"null",
            "fromAddress":"TPyjyZfsYaXStgz2NmAraF1uZcMtkgNan5",
            "fromAddressTag":"TPyjyZfsYaXStgz2NmAraF1uZcMtkgNan5",
            "hash":"4a898f79238359facceaa6a97baff0d2053f3b426adffcaafba9740d821d1563",
            "toAddress":"TYXTsV6dWR438SkTonRw9BTBv5QtQTcMYU",
            "toAddressTag":"TYXTsV6dWR438SkTonRw9BTBv5QtQTcMYU",
            "transferType":"4"
        },
        {
            "amount":500000,
            "amountUsd":500058.291038,
            "contractAddress":"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "dateTime":1675485750000,
            "externalContractAddress":"null",
            "fromAddress":"TPyjyZfsYaXStgz2NmAraF1uZcMtkgNan5",
            "fromAddressTag":"TPyjyZfsYaXStgz2NmAraF1uZcMtkgNan5",
            "hash":"8b581be9ae4c1f51406f0e5d44d95e084283dcc71d0f9c79f16b4f4e40259d86",
            "toAddress":"TPXa1A2j1YpjHgSWLYd8khzTpUytZCGXCN",
            "toAddressTag":"TPXa1A2j1YpjHgSWLYd8khzTpUytZCGXCN",
            "transferType":"4"
        },
        {
            "amount":500000,
            "amountUsd":500058.291038,
            "contractAddress":"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "dateTime":1675485501000,
            "externalContractAddress":"null",
            "fromAddress":"TPyjyZfsYaXStgz2NmAraF1uZcMtkgNan5",
            "fromAddressTag":"TPyjyZfsYaXStgz2NmAraF1uZcMtkgNan5",
            "hash":"f938dc78b7fc25e2a5fe65ae7c308f360dc386d3f3d7968ec2444a9cc5f7e143",
            "toAddress":"TS8VwcRL2o4rqkbqzpyVg5t3yTeDnaXpDn",
            "toAddressTag":"TS8VwcRL2o4rqkbqzpyVg5t3yTeDnaXpDn",
            "transferType":"4"
        },
        {
            "amount":1000000,
            "amountUsd":1000187.524773,
            "contractAddress":"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "dateTime":1673628399000,
            "externalContractAddress":"null",
            "fromAddress":"TPyjyZfsYaXStgz2NmAraF1uZcMtkgNan5",
            "fromAddressTag":"TPyjyZfsYaXStgz2NmAraF1uZcMtkgNan5",
            "hash":"a4f338083d5324e7ad365ac0ca21bfc60774b8ae5c7c6806fa905d492a78554e",
            "toAddress":"TExeaZuD5YPi747PN5yEwk3Ro9eT2jJfB6",
            "toAddressTag":"TExeaZuD5YPi747PN5yEwk3Ro9eT2jJfB6",
            "transferType":"4"
        }
    ],
    "contractInfo":{
        "TExeaZuD5YPi747PN5yEwk3Ro9eT2jJfB6":{
            "tag1":"SUN: StableSwap 2Pool",
            "tag1Url":"",
            "name":"StableSwap2Pool",
            "vip":false
        },
        "TPXa1A2j1YpjHgSWLYd8khzTpUytZCGXCN":{
            "tag1":"",
            "tag1Url":"",
            "name":"BUSDDepositer",
            "vip":false
        },
        "TYXTsV6dWR438SkTonRw9BTBv5QtQTcMYU":{
            "tag1":"",
            "tag1Url":"",
            "name":"USDJDepositer",
            "vip":false
        },
        "TS8VwcRL2o4rqkbqzpyVg5t3yTeDnaXpDn":{
            "tag1":"",
            "tag1Url":"",
            "name":"TUSDDepositer",
            "vip":false
        }
    },
    "refreshTimeInfo":{
        "timeToRefresh":88200,
        "lastUpdateTime":"1680481089"
    }
}

Chart of the number of accounts held and the number of accounts held

https://apilist.tronscanapi.com/api/deep/account/holderToken/basicInfo/trc20/transfer

Query Parameters

{
    "data": [
        {
            "tokenAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
            "statistic": [
                {
                    "balance": "45668264378083054.0",
                    "tokenName": "USDT",
                    "category": "Wallet"
                },
                {
                    "balance": "274570569938086.0",
                    "tokenName": "USDT",
                    "category": "JustLend"
                },
                {
                    "balance": "95531621886196.0",
                    "tokenName": "USDT",
                    "category": "SunSwap"
                },
                {
                    "balance": "25613673725246",
                    "tokenName": "USDT",
                    "category": "SunCurve"
                },
                {
                    "balance": "60730379702399.0",
                    "tokenName": "USDT",
                    "category": "Other"
                }
            ],
            "tokenName": "USDT",
            "decimal": 6
        },
        {
            "tokenAddress": "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8",
            "statistic": [
                {
                    "balance": "437872359008443.0",
                    "tokenName": "USDC",
                    "category": "Wallet"
                },
                {
                    "balance": "7624100795301",
                    "tokenName": "USDC",
                    "category": "JustLend"
                },
                {
                    "balance": "6360720605822.0",
                    "tokenName": "USDC",
                    "category": "SunSwap"
                },
                {
                    "balance": "731754990115.0",
                    "tokenName": "USDC",
                    "category": "SunCurve"
                },
                {
                    "balance": "9624074600319.0",
                    "tokenName": "USDC",
                    "category": "Other"
                }
            ],
            "tokenName": "USDC",
            "decimal": 6
        },
        {
            "tokenAddress": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
            "statistic": [
                {
                    "balance": "1299657152087691858300092223.0",
                    "tokenName": "TUSD",
                    "category": "Wallet"
                },
                {
                    "balance": "11932007612627980000000000",
                    "tokenName": "TUSD",
                    "category": "JustLend"
                },
                {
                    "balance": "10764669162858408719135157",
                    "tokenName": "TUSD",
                    "category": "SunSwap"
                },
                {
                    "balance": "1690115590559448127000000",
                    "tokenName": "TUSD",
                    "category": "SunCurve"
                },
                {
                    "balance": "27119719686262304853772620.0",
                    "tokenName": "TUSD",
                    "category": "Other"
                }
            ],
            "tokenName": "TUSD",
            "decimal": 18
        },
        {
            "tokenAddress": "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn",
            "statistic": [
                {
                    "balance": "252062116525223304952944707.0",
                    "tokenName": "USDD",
                    "category": "Wallet"
                },
                {
                    "balance": "213534984885031954513960770",
                    "tokenName": "USDD",
                    "category": "JustLend"
                },
                {
                    "balance": "44720440682667288679105355",
                    "tokenName": "USDD",
                    "category": "SunSwap"
                },
                {
                    "balance": "24195695178390086924664583",
                    "tokenName": "USDD",
                    "category": "SunCurve"
                },
                {
                    "balance": "200906351656067364929324585.0",
                    "tokenName": "USDD",
                    "category": "Other"
                }
            ],
            "tokenName": "USDD",
            "decimal": 18
        },
        {
            "tokenAddress": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT",
            "statistic": [
                {
                    "balance": "234383172757451510732882570.0",
                    "tokenName": "USDJ",
                    "category": "Wallet"
                },
                {
                    "balance": "22923158141634072000000000",
                    "tokenName": "USDJ",
                    "category": "JustLend"
                },
                {
                    "balance": "14337854341804957295566299",
                    "tokenName": "USDJ",
                    "category": "SunSwap"
                },
                {
                    "balance": "222854048492170900000000",
                    "tokenName": "USDJ",
                    "category": "SunCurve"
                },
                {
                    "balance": "1332692950518872971664937.0",
                    "tokenName": "USDJ",
                    "category": "Other"
                }
            ],
            "tokenName": "USDJ",
            "decimal": 18
        }
    ],
    "refreshTimeInfo": {
        "type": "realtime",
        "lastUpdateTime": 1683690441
    }
}

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

Try this endpoint in your

🔗
🔗
browser
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser
🔗
browser