1. Account
SUNSKY Open API
  • SUNSKY Open API
    • Common Calling Convention
    • Callback Hooks
    • Appendixes
    • Category
      • Get the children of the category
    • Product
      • Search products
      • Get the product details
      • Download the product images
      • Get the image changelist
    • Order
      • Get the country list for shipping
      • Get the prices and the shipping costs for the items
      • Create an order
      • Get the order details
      • Search orders
      • Add labels to the order
      • Get the labels for the order
    • Account
      • Check your balance on SUNSKY
        POST
      • Get your balance history
        POST
    • Stats
      • Get the hot items
    • Coupon
      • Get the coupon list
  1. Account

Get your balance history

POST
https://open.sunsky-online.com/openapi/order!getBillList.do
This API return the bills which match the conditions you specified.

Request

Body Params application/x-www-form-urlencodedRequired

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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'

Responses

🟢200
application/json
Successful response
Bodyapplication/json

Example
{
    "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"
            }
        ]
    }
}
Modified at 2026-03-11 08:11:12
Previous
Check your balance on SUNSKY
Next
Get the hot items
Built with