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

Check your balance on SUNSKY

POST
https://open.sunsky-online.com/openapi/order!getBalance.do
This API return your balance on SUNSKY.

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 --request POST 'https://open.sunsky-online.com/openapi/order!getBalance.do' \
--data-urlencode 'key=' \
--data-urlencode 'signature='

Responses

🟢200
application/json
Successful response
Body

Example
{
    "result": "success",
    "data": "5.2600"
}
Modified at 2026-03-11 08:09:10
Previous
Get the labels for the order
Next
Get your balance history
Built with