查询账户流水
GET
/v3/accounts/{account_id}/transactions
请求参数
Path 参数
account_id
string
必需
示例值:
088f318b3ab24bbcbdeb85f5757d1a92
Query 参数
page
page
示例值:
1
size
size
示例值:
10
create_time_from
string
可选
示例值:
2020-01-01T00:00:00+00:00
create_time_to
string
可选
示例值:
2020-01-01T00:00:00+00:00
sort_order
string
可选
示例值:
ASC
currency
string
币种
示例值:
USD
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}
示例代码
返回响应
修改于 2025-01-11 08:52:33