Account Information
Last updated
Was this helpful?
Last updated
Was this helpful?
The API Access key as a string
your api key
The Base64-encoded signature (see signing messages subsection for details)
signature
The UTC timestamp of your request .e.g : 2008-08-08T08:08:08.888Z
GET /v1/account HTTP/1.1
Host: api.catfee.io
CF-ACCESS-KEY: text
CF-ACCESS-SIGN: text
CF-ACCESS-TIMESTAMP: text
Accept: */*
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
}
}