Skip to main content
Glama
nirholas

Binance.US MCP Server

by nirholas

binance_us_cust_transfer

Transfer assets from custodial partner accounts to Binance.US custodial sub-accounts for trading. Requires custodial solution API key to move assets like BTC or ETH from providers such as Anchorage or BitGo.

Instructions

Transfer assets from custodial partner account to Binance.US custodial sub-account.

⚠️ REQUIRES CUSTODIAL SOLUTION API KEY

Use this to move assets from your custodial partner (e.g., Anchorage) to your Binance.US custodial sub-account for trading.

Response includes:

  • asset: Transferred asset

  • amount: Transfer amount

  • transferId: Unique transfer identifier

  • custodyAccountId/custodyAccountName: Custodian account details

  • status: Transfer status

  • createTime: Transfer creation timestamp

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
railYesCustodial partner name (e.g., ANCHORAGE, BITGO). Must be uppercase.
assetYesAsset to transfer (e.g., BTC, ETH)
amountYesAmount to transfer
clientOrderIdNoYour unique reference ID (auto-generated if not provided)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively communicates critical behavioral traits: it is a write/mutation operation (implied by 'Transfer'), requires specific authentication ('CUSTODIAL SOLUTION API KEY'), and describes the response structure. However, it lacks details on error conditions, rate limits, or idempotency, which would be helpful for a financial transfer tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loaded with the core purpose, followed by essential warnings and usage context, then response details. Every sentence earns its place—no fluff or redundancy. It is appropriately sized for a tool with authentication requirements and a detailed response.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (financial transfer with authentication needs) and the absence of annotations and output schema, the description does a good job covering purpose, prerequisites, usage, and response format. However, it could be more complete by addressing potential errors, idempotency, or rate limits, which are important for such operations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description does not add any parameter-specific semantics beyond what the schema provides (e.g., it doesn't explain 'rail' options or 'asset' constraints further). Baseline 3 is appropriate as the schema does the heavy lifting, but no extra value is added.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Transfer assets') and resources involved ('from custodial partner account to Binance.US custodial sub-account'), distinguishing it from sibling tools like 'binance_us_cust_wallet_transfer' or 'binance_us_subaccount_transfer' which involve different transfer types. The purpose is precise and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit context for when to use this tool ('to move assets from your custodial partner... to your Binance.US custodial sub-account for trading') and mentions a prerequisite ('REQUIRES CUSTODIAL SOLUTION API KEY'). However, it does not explicitly state when NOT to use it or name specific alternative tools for different transfer scenarios, though the context implies differentiation from other transfer-related siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/Binance-US-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server