Armor Crypto MCP

by armorwallet
Verified
GPL 3.0
169
  • Apple
  • Linux

get_wallet_token_balance

Retrieve the token balances for specified wallet/token pairs. Input a list of dictionaries containing 'wallet' and 'token' keys to fetch balances efficiently.

Instructions

Get the balance for a list of wallet/token pairs. Expects a list of dictionaries each with 'wallet' and 'token' keys.

Input Schema

NameRequiredDescriptionDefault
wallet_token_pairsYes

Input Schema (JSON Schema)

{ "properties": { "wallet_token_pairs": { "items": { "additionalProperties": true, "type": "object" }, "title": "Wallet Token Pairs", "type": "array" } }, "required": [ "wallet_token_pairs" ], "title": "get_wallet_token_balanceArguments", "type": "object" }
ID: omajxoz8en