Home指南API 参考手册
指南API 参考手册社区Discord博客FAQ漏洞赏金公告中心English(英文版)Log In
API 参考手册

获取账户历史交易信息

获取一个账户历史的转账记录,包括trc10转账和TRX转账

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

账户地址 (格式: Base58 或 Hex)。例如:TFtbBrsWw5DGHoKQE8VY2WzTY3VnanQ2hz

Query Params
boolean

设置为 true 则仅返回已确认的记录;设置为 false 则返回已确认和未确认的记录。不能与 only_unconfirmed 同时使用。(默认值: false)

boolean

设置为 true 则仅返回未确认的记录;设置为 false 则返回已确认和未确认的记录。不能与 only_confirmed 同时使用。(默认值: false)

boolean

若设置为 true,则仅返回发送至当前地址的交易。(默认值: false)

boolean

若设置为 true,则仅返回当前地址发送的交易。(默认值: false)

int32

每页返回的记录的最大数量。(默认值: 20,最大值:200)

string

用于分页的指纹信息,从上一次响应的 meta.fingerprint 字段中获取。注意:当使用 fingerprint 时,所有其他参数必须保持不变。

string

指定排序顺序。block_timestamp,ascblock_timestamp,desc (默认)

int64

用于筛选的最小区块时间戳。(单位: 毫秒, 默认值: 0)

int64

用于筛选的最大区块时间戳。(单位: 毫秒, 默认值: 当前时间)

Responses

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