获取合约历史交易信息

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

合约地址(格式:Base58 或 Hex)。示例:TG3XXyExBkPp9nzdajDZsozEu4BkaSJozs

Query Params
boolean

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

boolean

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

date-time

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

date-time

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

string

排序方式:block_timestamp,ascblock_timestamp,desc(默认)。

string

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

int32

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

Responses

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