1. Balance
Xportcn KA client
  • English version
    • API Reference
      • Basics
        • Get user address information
        • Address added and updated
      • Warehouse logistics
        • Please refer to the estimated overseas freight
        • Order overseas freight preview
        • Create international logistics orders
        • Update domestic logistics information
      • KA
        • Interface description flowchart
        • The acquisition logic of 1688 commodity prices
        • Alibaba
          • OrderStatusMaunal.md
          • Help Manual
          • AlibabaProduct
            • AlibabaProductKeywordsQuery
            • AlibabaProductImageQuery
            • AlibabaProductCategory
            • AlibabaProductDetail
            • AlibabaProductFreightEstimateGet
            • AlibabaProductDetailMulti
          • AlibabaOrderController
            • order pay
            • Order list
            • Order Preview (The preview interface needs to be called before creating an order)
            • Create an order
            • Get order details
            • Order Logistics
            • OrderClose
          • IM
            • IM
        • Taobao
          • TaoProduct
            • TaoBaoProductDetail
            • TaoBaoProductKeywordsQuery
            • TaoBaoProductImageQuery
        • Balance
          • BalanceDetailGet
            GET
    • Product Documentation
      • Announcement
      • Summarize
      • Beginner's guide
        • Become a developer
        • Obtain the Access Key and Access key
        • Start development
      • API tutorial
        • Development manual
        • Error code
      • Message service access
        • Message access manual
      • Account test
        • 1688 Test account
      • Q&A
        • Merchandise store search screening
      • OrderStatusFlow
        • README.md
        • Taobao-Order-CN.md
        • Taobao-Order-EN.md
  1. Balance

BalanceDetailGet

Developing
GET
/alibaba/ka/balance/get

Request

Header Params

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://www.xportcn.com/api/alibaba/ka/balance/get' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
    "requestId": "d86ed97b7d6f40eb971ba4f9e26fc0e7",
    "code": 200,
    "developId": "1023561483696472887",
    "msg": "成功",
    "data": {
        "accountAmount": 350,
        "currency": "CNY"
    }
}
Modified at 2026-08-19 06:24:14
Previous
TaoBaoProductImageQuery
Next
Announcement
Built with