---
title: "Get account for current member 
获取账户信息"
method: GET
path: "/v1/account"
tags: ["API SERVICE"]
---

# Get account for current member 
获取账户信息

`GET /v1/account`

## Headers

- `CF-ACCESS-KEY` string, required
- `CF-ACCESS-SIGN` string, required
- `CF-ACCESS-TIMESTAMP` string, required

## Response `200`

OK

- XMemberAccountPayload
  - `code` integer — 成功返回0，其他均为错误
  - `msg` string — 发生错误时候返回的消息
  - `sub_code` string
  - `sub_msg` string
  - `data` MemberAccountPayload
    - `wallet` string — wallet 钱包
    - `api_key` string — API access key
    - `api_secret` string — API secret
    - `email` string — email 邮箱
    - `telegram_id` integer — telegram 电报ID
    - `recharge_address` string — Exclusive recharge address(sun) 专属充值地址
    - `total_recharge` integer — Total recharge amount(sun) 总充值金额
    - `total_recharge_usdt` integer — Total recharge amount(usdt) 总充值金额U
    - `total_hour_consume` integer — Total hour consumption amount(sun) 1小时内订单消费总金额(SUN)
    - `total_day_consume` integer — Total day consumption amount(sun) 1天订单消费总金额(SUN)
    - `total_multiday_consume` integer — Total multiday consumption amount(sun) 多天订单消费总金额(SUN)
    - `total_flash_consume` integer — Total flash consumption amount(sun) 速冲订单消费总金额(SUN)
    - `total_activate_consume` integer — Total activate consumption amount(sun) 激活总金额(SUN)
    - `total_permission_consume` integer — Total permission consumption amount(sun) 授权订单消费总金额(SUN)
    - `total_subscribe_consume` integer — Total subscribe consumption amount(sun) 订阅订单消费总金额(SUN)
    - `total_bandwidth_consume` integer — Total bandwidth consumption amount(sun) 带宽订单消费总金额(SUN)
    - `total_premium_consume` integer — Total telegram premium consumption amount(sun) 电报会员订单消费总金额(SUN)
    - `total_node_consume` integer — Total node consumption amount(sun) 节点消费总金额(SUN)
    - `total_monitor_consume` integer — Total node consumption amount(sun) 监控API消费总金额(SUN)
    - `total_security_consume` integer — Total security consumption amount(sun) 地址检测消费(SUN)
    - `total_swap_consume` integer — Total swap consumption amount(sun) 兑换消费(SUN)
    - `total_swap_usdt_consume` integer — Total swap usdt consumption amount 兑换消费usdt
    - `total_refund` integer — Total refund amount(sun) 用户总退款(SUN)
    - `total_refund_usdt` integer — Total refund usdt amount 用户总退款USDT
    - `whitelist` string — Whitelist 白名单
    - `balance` integer — 余额(SUN)
    - `balance_usdt` integer — 余额(USDT)

---

[API](https://skmtc.net/catfee/apis/auction-api.md) · [All operations](https://skmtc.net/catfee/apis/auction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catfee/auction-api/revisions/09a793a37d89/schema)
