curl --location 'https://open.sunsky-online.com/openapi/order!getBillList.do' \ --data-urlencode 'key=' \ --data-urlencode 'signature=' \ --data-urlencode 'pageSize=100' \ --data-urlencode 'page=1' \ --data-urlencode 'gmtCreatedStart=10/31/2013' \ --data-urlencode 'gmtCreatedEnd=10/31/2013'
{ "result": "success", "data": { "total": 29, "pageCount": 1, "result": [ { "amount": "-9.5000", "balance": "5.2600", "gmtCreated": "2026-2-24 04:50:11", "txType": "createOrder", "refId": "2302244856" }, { "amount": "19.3000", "balance": "127.6900", "gmtCreated": "2026-2-11 03:30:36", "txType": "others", "refId": "23020448173" } ] } }