账户信息

获取账户信息

get
Authorizations
Header parameters
CF-ACCESS-KEYstringRequired

API所使用的KEY

Example: your api key
CF-ACCESS-SIGNstringRequired

使用HMAC SHA256哈希函数获得哈希值,再使用Base-64编码(请参阅签名)

Example: signature
CF-ACCESS-TIMESTAMPstringRequired

发起请求的时间(UTC),如: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": {
    "wallet": "text",
    "api_key": "text",
    "api_secret": "text",
    "email": "text",
    "telegram_id": 1,
    "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?