通过地址获取内部交易

按地址列出涉及该地址的内部交易(合约执行时触发的链上资产转移)——节点需开启 vm.saveInternalTx

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

按地址列出涉及该地址的内部交易(合约执行时触发的链上资产转移)。节点需开启 vm.saveInternalTx


相关资源

Path Params
string
required

账户地址。(格式:Base58 或 Hex)。示例:TUoHaVjx7n5xz8LwPRDckgFrDWhMhuSuJM

Query Params
boolean

设置为 true 仅返回已确认的交易;设置为 false(或省略)则返回已确认和未确认的交易。不能与 only_unconfirmed 同时使用。

boolean

设置为 true 仅返回未确认的交易;设置为 false(或省略)则返回两者。不能与 only_confirmed 同时使用。

boolean

设置为 true 仅返回发送至路径中指定地址的交易。(默认值:false) 不可与 only_from 同时使用。

boolean

设置为 true 仅返回从路径中指定地址发出的交易。(默认值:false) 不可与 only_to 同时使用。

int32

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

string

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

string

排序方式:block_timestamp,ascblock_timestamp,desc(默认)。 亦接受 timestamp,asc / timestamp,desc

int64

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

int64

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

int64

min_timestamp 的同义参数。(单位:毫秒,整数 epoch。)

int64

max_timestamp 的同义参数。(单位:毫秒,整数 epoch。)

Responses

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