← 返回
未分类 中文

Pg Status

Use when checking ProxyGate status — balance, usage, listings, tunnel health, earnings, seller profile, or job status. Make sure to use this skill whenever s...
检查 ProxyGate 状态时使用——余额、使用量、列表、隧道健康状况、收入、卖家资料或任务状态。请在需要时使用此技能...
jwelten jwelten 来源
未分类 clawhub v0.2.1 1 版本 99832.5 Key: 无需
★ 0
Stars
📥 596
下载
💾 0
安装
1
版本
#api#latest#monitoring#proxygate#solana

概述

ProxyGate Status

Quick status checks for buyers and sellers.

Buyer status

proxygate balance                              # USDC balance (total, pending, available, cooldown)
proxygate usage                                # recent request history
proxygate usage -s weather-api -l 10           # filtered by service, last 10
proxygate usage --from 2026-03-01 --json       # date range, machine-readable
proxygate settlements -r buyer                 # cost breakdown (total requests, cost, fees, net)
proxygate settlements -s maps-api --from 2026-03-01   # filtered

Seller status

proxygate listings list                        # active listings (ID, service, status, RPM, price)
proxygate listings list --table                # human-readable table
proxygate listings docs <id>                   # view docs for a listing
proxygate settlements -r seller                # earnings (total requests, earnings, fees, net payout)
proxygate settlements --from 2026-03-01 --to 2026-03-14
proxygate balance                              # earned balance

Job status

proxygate jobs list --status claimed           # jobs you've claimed
proxygate jobs get <job-id>                    # full job details + submission status

SDK

import { ProxyGateClient } from '@proxygate/sdk';

const client = await ProxyGateClient.create({
  keypairPath: '~/.proxygate/keypair.json',
});

const { balance, available, pending_settlement } = await client.balance();
const usage = await client.usage({ service: 'weather-api', limit: 10 });
const settlements = await client.settlements({ role: 'seller', from: '2026-03-01' });
const { listings } = await client.listings.list();
const profile = await client.sellerProfile('wallet-address');

Troubleshooting

SymptomCheck
----------------
Balance 0Deposit: proxygate deposit -a — see pg-buy
Proxy returns 503Listing paused or seller tunnel down
"Unauthorized"Run proxygate login to reconfigure — see pg-setup
Tunnel disconnectsCheck proxygate dev logs, verify local port is open
Gateway unreachableVerify URL: https://gateway.proxygate.ai

Related skills

NeedSkill
-------------
First-time setuppg-setup
Buy API accesspg-buy
Sell API capacitypg-sell
Job marketplacepg-jobs
Check statusThis skill
Update CLI/SDKpg-update

版本历史

共 1 个版本

  • v0.2.1 当前
    2026-05-01 12:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Pg Setup

jwelten
Use when setting up ProxyGate for the first time, installing the CLI, configuring auth (API key or wallet), or connectin
★ 0 📥 745
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,265
business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 78 📥 38,021