Account Information

Get account for current member

get
Authorizations
Header parameters
CF-ACCESS-KEYstringRequired

The API Access key as a string

Example: your api key
CF-ACCESS-SIGNstringRequired

The Base64-encoded signature (see signing messages subsection for details)

Example: signature
CF-ACCESS-TIMESTAMPstringRequired

The UTC timestamp of your request .e.g : 2008-08-08T08:08:08.888Z

Responses
200
OK
application/json
get
GET /v1/account HTTP/1.1
Host: api.catfee.io
CF-ACCESS-KEY: text
CF-ACCESS-SIGN: text
CF-ACCESS-TIMESTAMP: text
Accept: */*
200

OK

{
  "code": 1,
  "msg": "text",
  "sub_code": "text",
  "sub_msg": "text",
  "data": {
    "api_key": "text",
    "api_secret": "text",
    "email": "text",
    "recharge_address": "text",
    "total_recharge": 1,
    "total_hour_consume": 1,
    "total_day_consume": 1,
    "total_multiday_consume": 1,
    "total_flash_consume": 1,
    "total_activate_consume": 1,
    "total_permission_consume": 1,
    "total_subscribe_consume": 1,
    "total_bandwidth_consume": 1,
    "total_recharge_usdt": 1,
    "total_premium_consume": 1,
    "whitelist": "text",
    "balance": 1,
    "balance_usdt": 1
  }
}

Last updated

Was this helpful?