跳转到主要内容
GET
列出流水

授权

Authorization
string
header
必填

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

查询参数

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

按余额币种过滤。

可用选项:
USDT,
USDC,
BTC,
GOLD
示例:

"USDT"

type
enum<string>

按账本条目类型过滤。

可用选项:
payout_debit,
payout_refund,
payin_credit,
adjustment,
transfer_in,
transfer_out,
funding,
withdrawal_debit,
withdrawal_refund,
compliance_fee,
compliance_refund,
wallet_creation_fee,
wallet_creation_refund,
card_debit,
card_refund,
card_fee,
card_fee_refund
from
string<date>

从此日期起过滤(YYYY-MM-DD,UTC,含当日)。

to
string<date>

过滤至此日期(YYYY-MM-DD,UTC,含当日)。

format
enum<string>

将相同的行导出为文件:csvxlsx(会计级下载,最多 10,000 行;相同的过滤器和日期范围)。省略则返回 JSON 视图。

可用选项:
csv,
xlsx

响应

流水分页。

account_id
string<uuid>
page
integer
page_size
integer
movements
object[]
最后修改于 2026年7月19日