Get TRC20 transaction info by account address

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

owner address in base58 or hex

Query Params
boolean

true | false. If false, it returns both confirmed and unconfirmed transactions. If no param is specified, it returns both confirmed and unconfirmed transactions. Cannot be used at the same time with only_unconfirmed param.

boolean

true | false. If false, it returns both confirmed and unconfirmed transactions. If no param is specified, it returns both confirmed and unconfirmed transactions. Cannot be used at the same time with only_confirmed param.

int32

number of transactions per page, default 20, max 200

string

fingerprint of the last transaction returned by the previous page; when using it, the other parameters and filters should remain the same

string

block_timestamp,asc | block_timestamp,desc (default)

date-time

minimum block_timestamp, default 0

date-time

maximum block_timestamp, default now

string

contract address in base58 or hex

boolean

true | false. If true, only transactions to this address, default: false

boolean

true | false. If true, only transactions from this address, default: false

Responses

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