Get TRC-20 transactions for a TRON account

/v3/tron/transaction/account/{address}/trc20

5 credits per API call

Get TRC-20 transactions for a TRON account.

This API returns up to 200 transactions in one API call. If there are more than 200 transactions for the TRON account, the response body will contain the next parameter with the fingerprint of the transaction that follows the last (200th) transaction in the returned list.

To get the next 200 transactions, make another call using this API, but this time add the next parameter the endpoint URL and set it to the transaction fingerprint from the next parameter in the response, for example:

https://api.tatum.io/v3/tron/transaction/account/{address}/trc20?next=81d0524acf5967f3b361e03fd7d141ab511791cd7aad7ae406c4c8d408290991

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The address of the TRON account to get TRC-20 transactions for

Query Params
string

The fingerprint of the transaction that follows the last (200th) transaction in the returned list of transactions. Use it to get the next 200 transactions for the specified account (for more information, see the description of this API).

boolean

If true, only confirmed transactions are returned

boolean

If true, only unconfirmed transactions are returned

boolean

If true, only transactions to this address are returned

boolean

If true, only transactions from this address are returned

string
enum

Order of the returned transactions

Allowed:
number

Minimum block_timestamp, default is 0

number

Maximum block_timestamp, default is now

string

Receive only transactions with one specific smart contract

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json