just one api
Official WebsiteContact Us
Official WebsiteContact Us
  1. Account
  • API Usage Guide
  • 🚨Announcements
  • Account
    • Account Balance
      GET
    • API Usage
      GET
  • Taobao And Tmall
    • Product Detail(V1)
    • Product Detail(V2)
    • Product Detail(V4)
    • Product Detail(V5)
    • Product Reviews(V6)
    • Product Reviews(V7)
    • Social Feed(V1)
    • Store Product List(V9)
    • Product Sales(V5)
    • Product Search(V6)
  • rednote
    • User Info(V1)
    • User Info(V3)
    • User Note List(V1)
    • User Note List(V4)
    • Note Detail(V4)
    • Note Comments(V1)
    • Note Comments(V2)
    • Note Comment Replies(V1)
    • Note Comment Replies(V2)
    • Note Search(V2)
    • User Search(V2)
    • Home Feed(V1)
  • rednote pugongying
    • KOL Profile(V1)
    • KOL Reach Performance(V1)
    • KOL Follower Profile(V1)
    • KOL Follower Analysis(V1)
    • KOL Follower Trend(V1)
    • Similar KOL Recommendations(V1)
    • KOL Note List(V1)
    • KOL Data Overview(V1)
    • KOL Cost-Effectiveness Performance(V1)
    • Note Detail(V1)
  • Douyin
    • User Detail(V3)
    • User Video List(V3)
    • Video Detail(V2)
    • Video Search(V4)
    • User Search(V2)
    • Video Comments(V1)
    • Comment Replies(V1)
  • Douyin Xingtu
    • KOL Profile(V1)
    • KOL Audience Profile(V1)
    • KOL Follower Profile(V1)
    • KOL Service Pricing(V1)
    • KOL Data Overview(V1)
    • Douyin KOL Search(V1)
    • KOL Keyword Search(V1)
    • KOL Conversion Analysis(V1)
    • KOL Video Performance(V1)
    • KOL Xingtu Index(V1)
    • KOL Conversion Video Display(V1)
    • KOL Connected Users(1)
    • KOL Connected User Sources(V1)
    • KOL Cost-Effectiveness Analysis(V1)
    • KOL Content Performance(V1)
    • Creator List Search(V3)
    • KOL Follower Trend(V1)
    • KOL Comment Keyword Analysis(V1)
    • KOL Content Keyword Analysis(V1)
    • Author Commerce Spread Info(V1)
    • Author Commerce Seeding Base Info(V1)
  • Kuaishou
    • User Search(V2)
    • User Video List(V2)
    • Video Detail(2)
    • Video Search(V2)
    • User Detail(1)
  • Weibo
    • Keyword Search(V2)
    • Keyword Search(V3)
    • Post Detail(V1)
  • bilibili
    • Video Detail(V2)
    • User Video List(V2)
    • User Detail(V2)
    • Video Comments(V2)
    • Video Search(V2)
  • WeChat
    • User Posts(V1)
    • Article Engagement Metrics(V1)
    • Article Comments(V1)
    • Search(V1)
  • Ke Holdings
    • Resale Housing Detail(V1)
    • Community List(V1)
  • IMDb
    • Title Release Expectation Query(V1)
    • Title Extended Details(V1)
    • TitleTopCastAndCrew V1(TitleTopCastAndCrew V1)
    • Title Base Info(V1)
    • Title Redux Overview(V1)
    • Title “Did You Know” Insights(V1)
    • Title Critics Review Summary(V1)
    • Title Awards Summary(V1)
    • Title User Reviews Summary(V1)
    • Title Plot Summary(V1)
    • Title Contribution Questions(V1)
    • Title Details(V1)
    • Title Box Office Summary(V1)
    • Title Recommendations(V1)
    • Main Search(V1)
    • Streaming Picks(V1)
    • News by Category(V1)
    • Title Chart Rankings(V1)
    • Title Countries of Origin(V1)
  • JD
    • Product Detail(V1)
  • Meituan
  • Xiecheng
  • Gaode
  • Feizhu
  • Ele
  1. Account

Account Balance

GET
/user/get-balance
Returns the account balance in CNY and remaining free request counts per endpoint.
Field balance is used for all paid API calls.
Field endpointsRemaining shows remaining trial or compensation calls, which are not deducted from the balance.

Request

Query Params
token
string 
required
TOKEN

Request 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 GET 'http://47.117.133.51:30015/user/get-balance?token'

Responses

🟢200Success
application/json
Body
com.bigonelab.datashop.model.Result
code
integer 
optional
message
string 
optional
data
object 
optional
recordTime
string 
optional
Example
{
  "code": 0,
  "message": "",
  "data": {},
  "recordTime": ""
}
Modified at 2025-06-28 04:46:53
Previous
Account
Next
API Usage
Built with