获取组织的 KYT 提现记录分页列表
cURL
curl --request GET \ --url https://api-dex.chainstream.io/v1/kyt/withdrawals \ --header 'Authorization: Bearer <token>'
{ "total": 123, "page": 123, "pageSize": 123, "totalPages": 123, "data": [ { "id": 123, "orgId": "<string>", "address": "<string>", "externalId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
页码(从 1 开始)
x >= 1
每页项目数
1 <= x <= 100
项目总数
当前页码
总页数
提现记录列表
显示 子属性
此页面对您有帮助吗?