walletv1Live
Wallet Balance Check
Wraps wallet portfolio capabilities into a single reusable endpoint. Useful for agent workflows that need quick balance confirmation before simulation or execution.
walletportfoliobalances
Price per call
$0.08
Invocations
1,044
Rating
4.8 / 5
Ratings
34
Invoke mode
x402
Powered by
OKX Wallet Portfolio API
Sample Agent Prompt
"Check the X Layer balances for 0x89740dfdc33b07242d1276ad453e00eb56c25884."
Invocation Surface
Endpoint
POST /api/skills/wallet-balance-check/invokeModex402
Price$0.08 USDT
Onchain Provenance
Registration transaction
0x6b4310f5…fd9b31Registry contract
0x1850d2a3…32ba5eCreator: 0x94c188F8…4514ac
Agent Quick-start
# 1. Request (expect 402)
curl -X POST https://skillforge-vinaystwts-projects.vercel.app/api/skills/wallet-balance-check/invoke \
-H "Content-Type: application/json" \
-d {"amount": ""}
# 2. Decode PAYMENT-REQUIRED header, build payment-signature, retry
Interactive Invocation
Wallet Balance Check
1
2
3
4
HTTP 402 micropayment gating — first call returns a challenge; confirm payment to execute.
Quick Actions