← 返回
未分类 Key 中文

Query Payful Account

Query Payful account information including balance, transactions, and account details. Use when the user needs to check their Payful account status, view bal...
查询Payful账户信息,包括余额、交易记录和账户详情。用于用户需要查询Payful账户状态或查看余额时。
hugogu
未分类 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 321
下载
💾 0
安装
1
版本
#latest

概述

Payful Query Skill

This skill queries Payful account information via the Payful API.

> Security notice: PAYFUL_TOKEN and PAYFUL_USER_ID are sensitive browser session cookies extracted from global.payful.com. They grant full access to your Payful account. Only set these values in a trusted environment and never share them.

Prerequisites

Set the following environment variables:

  • PAYFUL_TOKEN - Authentication token (from BF-INTERNATIONAL-MEMBER-TOKEN cookie)
  • PAYFUL_USER_ID - User ID (from AGL_USER_ID cookie)

Usage

Query Account Balance

python scripts/query_balance.py

Query with Custom API URL

If using a different Payful environment:

python scripts/query_balance.py --api-url https://other.payful.com

API Reference

The skill uses the following Payful API endpoints:

Get Account Balance

  • URL: https://global.payful.com/api/user/account/queryUserAccBalByHomePage
  • Method: GET
  • Headers:
  • Accept: application/json, text/plain, /
  • Accept-Language: zh-CN
  • request-system-name: member-exchange-client
  • Cookie: Contains authentication tokens

Response Format

{
  "code": "0000",
  "data": {
    "totalBalance": "1234.56",
    "currency": "USD",
    "availableBalance": "1200.00",
    "frozenBalance": "34.56"
  },
  "message": "success"
}

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 15:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Publish Wiki Pages

hugogu
将 Markdown内容发布到 Wiki.js,保持格式和元数据。用于创建或更新 Wiki 页面,或将笔记/文章转换为 Wiki 格式。
★ 0 📥 360

Blog with Wordpress

hugogu
通过 REST API 将文章发布到 WordPress 博客,负责文章创建、分类/标签管理以及 SEO 友好的英文别名生成,适用于用户请求发布文章时。
★ 1 📥 361

Commit code safe and nice

hugogu
智能Git提交,支持远程同步、自动修正和常规提交格式。当用户请求提交、分阶段提交、执行“/commit”或保存时使用。
★ 0 📥 348