スキル一覧に戻る
BankrBot

sdk-balance-queries

by BankrBot

Public Claude Code plugins for Web3 development with Bankr's multi-chain DeFi infrastructure.

25🍴 6📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: Bankr x402 SDK - Balance Queries description: This skill should be used when the user asks "what are my balances", "how much ETH do I have", "check my wallet", "show my tokens", "portfolio value", "what tokens do I own", "NFT holdings", "how much USDC", "get token balances", "wallet contents", or any question about token balances, wallet contents, portfolio values, or NFT holdings across chains using the Bankr SDK. version: 1.1.0

SDK Balance Queries

Query multi-chain token balances and portfolio data using natural language prompts.

Operations

OperationExample PromptNotes
Single token balance"How much USDC do I have?"Fastest query type
Multi-token balance"Show my ETH, USDC, and DEGEN balances"Single chain
All tokens on chain"What tokens do I have on Base?"Lists all holdings
Multi-chain balances"Show my balances across all chains"Slower, queries all
Portfolio value"What's my total portfolio value in USD?"USD conversion
Token value"How much is my DEGEN worth?"Single token USD
NFT holdings"Show me my NFT collections"Lists collections
NFT floor prices"What's the floor price of my NFTs?"External API calls

Prompt Patterns

# Token Balances
"What are my token balances?"
"How much [TOKEN] do I have?"
"Show my [TOKEN] balance on [CHAIN]"
"What's my balance of token 0x..."

# Multi-Chain
"Show my balances across all chains"
"What are my balances on Base and Ethereum?"
"Compare my USDC holdings across all chains"

# Portfolio Value
"What's my total portfolio value in USD?"
"How much is my [TOKEN] worth in USD?"
"What's the total value of my Base holdings?"

# NFTs
"Show me my NFT collections"
"How many Pudgy Penguins do I own?"
"What's the floor price of my NFTs?"

Usage

import { BankrClient } from "@bankr/sdk";

const client = new BankrClient({
  privateKey: process.env.BANKR_PRIVATE_KEY as `0x${string}`,
});

const result = await client.promptAndWait({
  prompt: "What are my token balances on Base?",
});

console.log(result.response);
// "You have 150.5 USDC, 0.25 ETH, 1000 DEGEN on Base..."

Supported Chains

ChainNotes
BaseDefault chain, fastest responses
EthereumMainnet ERC20 and NFTs
PolygonL2 tokens and NFTs
SolanaSPL tokens and NFTs

Specify chain in prompt: "on Base", "on Ethereum", "on Polygon", "on Solana"

  • sdk-wallet-operations: Client setup and configuration
  • sdk-capabilities: Full list of supported operations

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です