Get account budget
API get budget account
Get Budget of account
GET https://tiki.ants.vn/v3/api/account/index?id=1600033588&type=balance&_token=z2s2w254d4u4x28454o2t2r2x2y233x266z2o5v2a4k594i5v244u2s2e434&_user_id=1600033588&_account_id=1600033588
This endpoint allows you to get budget account.
Query Parameters
Name
Type
Description
_account_id
string
User get from API Login seller
_user_id
string
User get from API Login seller
type
string
Hard value: balance
_token
string
Token get from API Login seller
{
  "code": 200,
  "message": "Success",
  "data": {
    "total_expend": 3991345643,
    "total_deposit": 4945281186,
    "total_remain": 953935543,
    "percent": 81,
    "expect_day_run": 7
  },
  "request_id": "536c414b-f7d1-40c5-87e8-f9a6680e1a81"
}Last updated
Was this helpful?