Authorization: Bearer ********************
curl --location --request GET '/user/creditChanges?page_size=50&order_direction=asc&next_page_token'
0
- Success.{
"code": 0,
"data": {
"pagination": {
"page": 0,
"page_size": 10,
"next_token": "eyJpZCI6InFLT3doNyJ9",
"is_cursor": true
},
"changes": [
{
"changed_at": "2025-05-08T18:28:46+08:00",
"diff": 800,
"reason": "share_purchased"
},
{
"changed_at": "2025-04-27T09:55:43+08:00",
"diff": 800,
"reason": "share_purchased"
},
{
"changed_at": "2025-03-20T17:52:20+08:00",
"diff": -300,
"reason": "pay"
},
{
"changed_at": "2025-03-18T20:30:43+08:00",
"diff": -1,
"reason": "adjust"
}
]
},
"msg": ""
}