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

Get basic information of the stable currency pool

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

pool

The contract address of a certain pool

Get large transactions of stablecoins

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

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

Get a graph of all stablecoin issuance changes

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

startTime

In second

endTime

In second

Get key events of tron stablecoin

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

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"
}

Get the total circulation of all stablecoins

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

Try this endpoint in your browser 🔗

No Parameters required.

Get all stablecoin liquidity pool information

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

Try this endpoint in your browser 🔗

No Parameters required.

Get a list of all blacklist transactions

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

tokenAddress

blackAddress

sort

1-quantity, 2-time

direction

1-Ascending, 2-Descending

start

limit

Obtain a graph of changes in holdings of a stablecoin

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

token

Obtain the basic information of a token held by an account

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

accountAddress

tokenAddress

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

Get the distribution of holders of a stablecoin

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

token

Get the asset value chart of a token in an account

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

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

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

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

startTime

In second

endTime

In second

tokenAddress

Obtain information on the trend of liquidity pool changes

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

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

Obtain the liquidity change graph of the liquidity pool

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

pool

Liquidity pool address

Obtain basic information on stablecoins

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

tokenAddress

Obtain the distribution of the stablecoin liquidity pool

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

token

Obtain the chart of total asset changes in the account

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

address

Obtain account transfer-in and transfer-out fund distributio

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

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

Get large transactions

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

Try this endpoint in your browser 🔗

Query Parameter

ParameterDescription

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

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

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

Try this endpoint in your browser 🔗

Query Parameters

Last updated