HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get transaction info by contract address

Log in to see full request history

Returns

FieldTypeDescription
data.[i].transaction_idStringTransaction ID
data.[i].token_info.symbolStringTRC20 token symbol
data.[i].token_info.addressStringTRC20 Contract address
data.[i].token_info.decimalsIntegerTRC20 token decimals
data.[i].token_info.nameStringTRC20 token name
data.[i].block_timestampLongThe block timestamp, the unit is millisecond
data.[i].fromStringThe from address of the transaction
data.[i].toStringThe to address of the transaction
data.[i].typeStringThe function of the transaction
data.[i].valueStringThe amount of the transaction
successBooleanReturn data successfully
meta.atLongResponse timestamp in millisecond
meta.page_sizeIntegerResponse page size
meta.fingerprintIntegerNext url fingerprint
meta.links.nextStringNext url
Path Params
string
required

The address of contract in base58 or hex

Query Params
boolean

true or false (it has to be in lower case)

boolean

true or false(it has to be in lower case)

date-time

Minimal block timestamp

date-time

Maximal block timestamp

string

block_timestamp,desc | block_timestamp,asc

string

The fingerprint in the meta data to get to the next page; when using it, the other parameters and filters should remain the same

int32

Number of transactions per page, default 20, max 50

boolean

true (default) | false. If true, query params applied to both normal and internal transactions. If false, query params only applied to normal transactions.

Responses

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