跳转到主要内容
GET
列出链上活动

授权

Authorization
string
header
必填

会话 JWT(来自注册/登录)或 API key(pk_...)。 也接受 X-API-Key: <token> 作为替代请求头。

路径参数

walletID
string
必填

查询参数

from
string<date>

开始日期(YYYY-MM-DD,UTC,含当日)。

to
string<date>

结束日期(YYYY-MM-DD,UTC,含当日)。

page
integer
默认值:1
page_size
integer
默认值:50
必填范围: x <= 200

响应

钱包的链上交易。

The response is of type object.

最后修改于 2026年7月19日