Skip to main content
Glama
nirholas

Binance.US MCP Server

by nirholas

binance_us_otc_coin_pairs

Retrieve supported OTC trading pairs on Binance.US to execute large cryptocurrency trades without affecting market prices. Filter by source and destination coins to view minimum and maximum trading limits.

Instructions

Get a list of supported OTC (Over-The-Counter) trading pairs on Binance.US.

OTC trading allows large block trades to be executed outside the regular order book, minimizing market impact. This endpoint returns available coin pairs with their minimum and maximum trading limits.

Response includes:

  • fromCoin/toCoin: The trading pair

  • fromCoinMinAmount/fromCoinMaxAmount: Min/max amounts for the sell coin

  • toCoinMinAmount/toCoinMaxAmount: Min/max amounts for the buy coin

Example: Convert large amounts of BTC to USDT without affecting market price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromCoinNoFilter by source coin (e.g., BTC, SHIB)
toCoinNoFilter by destination coin (e.g., USDT, KSHIB)
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It effectively discloses key behavioral traits: it's a read-only operation (implied by 'Get a list'), describes the response format in detail (listing fields like fromCoin/toCoin and min/max amounts), and explains the OTC context and benefits (minimizing market impact). It lacks details on rate limits or authentication needs, but covers core behavior well.

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

Conciseness4/5

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

The description is appropriately sized and front-loaded: the first sentence states the purpose clearly, followed by explanatory context, response details, and an example. Every sentence adds value, though the example could be more concise. No wasted text, but minor room for tightening.

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 moderate complexity (read-only list with filtering), no annotations, and no output schema, the description does a good job: it explains the OTC context, details the response structure, and provides an example. It could improve by mentioning authentication or rate limits, but it's largely complete for its purpose.

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%, with both parameters (fromCoin, toCoin) well-described in the schema. The description adds minimal parameter semantics beyond the schema—it mentions filtering in the response explanation but doesn't clarify parameter usage or provide examples. Baseline 3 is appropriate as the schema does the heavy lifting.

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 tool's purpose: 'Get a list of supported OTC (Over-The-Counter) trading pairs on Binance.US.' It specifies the verb ('Get'), resource ('list of supported OTC trading pairs'), and distinguishes it from siblings like 'binance_us_exchange_info' (regular exchange info) or 'binance_us_otc_place_order' (placing OTC orders).

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 clear context for when to use this tool: for OTC trading to minimize market impact, as explained in 'OTC trading allows large block trades... minimizing market impact.' However, it does not explicitly state when not to use it or name alternatives among siblings (e.g., 'binance_us_exchange_info' for regular trading pairs).

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