Deep Analysis

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 browser 🔗

Query Parameters

ParameterDescription

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

Get distribution of total market capitalization

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

Try this endpoint in your browser 🔗

No Parameters required.

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

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

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

startDay

Format: yyyy-MM-dd

endDay

Format: yyyy-MM-dd

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

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

accountAddress

tokenAddress

TRC20 address

Get list of transactions involving liquidity

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

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

Get all tags of an account

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

address

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

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

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.

Get the chart of the top holders of stablecoins

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

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