payful-query

Retrieve Payful account balances and frozen amounts via the Payful API.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/hugogu/skills --skill payful-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: payful-query
Source: https://github.com/hugogu/skills/tree/main/openclaw-skills/payful-query-skill
Command: npx skills add https://github.com/hugogu/skills --skill payful-query

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Payful balance queries automate the retrieval of balances from multiple Payful accounts, reducing manual lookups and ensuring up-to-date information.

Core Features & Use Cases

  • Query current balance for exchange and recipient accounts across Payful.
  • Support custom API URL for testing or alternate Payful environments.
  • Produce structured results suitable for dashboards or downstream tooling.

Quick Start

Run python scripts/query_balance.py after setting PAYFUL_TOKEN and PAYFUL_USER_ID in your environment.

Frequently Asked Questions about payful-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Payful account balances automatically?

To check Payful account balances automatically, run the query script after setting PAYFUL_TOKEN and PAYFUL_USER_ID environment variables. It uses the Payful API to return a structured summary of available and frozen amounts.

Can I use a custom API URL to query a Payful test environment?

Yes, you can query a Payful test environment by configuring a custom API URL. This allows you to retrieve balance data from alternate environments instead of the default production endpoint.

What data do I need to retrieve Payful balances and available amounts?

You need to set PAYFUL_TOKEN and PAYFUL_USER_ID environment variables to retrieve Payful balances. The API validates the response for success codes before formatting available and frozen amounts.

Does the Payful balance query validate API responses before showing data?

Yes, the Payful balance query validates the API response for success codes before formatting output. This ensures only successful data retrievals produce structured summaries of your exchange and recipient accounts.

What is the best way to retrieve frozen and available amounts across Payful accounts?

The best way to retrieve frozen and available amounts is using the Payful API query script. It automates balance lookups across multiple accounts and returns structured results suitable for dashboards.

Why do I need environment variables for Payful balance queries?

You need environment variables like PAYFUL_TOKEN and PAYFUL_USER_ID for Payful balance queries to authenticate your API requests. Without them, the script cannot access your accounts or retrieve balance data.