本文档为大众产品接口文档 如需不明确请及时联系客服处理!
curl --location --request GET 'http://prod-cn.your-api-server.com/api/v1/client/transaction/page?current_page&page_size'{
"code": 0,
"data": {
"current_page": 1,
"items": [
{
"amount": 0,
"client_id": 0,
"created_at": "string",
"description": "string",
"id": 0,
"trading_time": "string",
"type": "new_purchase",
"updated_at": "string"
}
],
"page_size": 1,
"total": 0
},
"message": "string"
}