Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getInstrumentsInfo

Query instrument specifications for active trading pairs across spot, linear, inverse, and options markets. Get price precision, quantity limits, leverage ranges, and contract details.

Instructions

Query instrument specifications for active trading pairs across spot, USDT contracts, USDC contracts, inverse contracts, and options markets, including price precision, quantity limits, leverage ranges, and contract details.

Use this endpoint when you need to:

  • Discover available trading pairs and their current trading status

  • Retrieve tickSize, minOrderQty, maxOrderQty for order validation before placement

  • Get leverage filter range (minLeverage, maxLeverage) for a contract

  • Check deliveryTime for futures/options expiry information

Response schema differs per category. Supports cursor-based pagination via nextPageCursor.

Do not use this endpoint for real-time price data — use getTickers instead.

Notes:

  • Response schema differs per category; see schema definitions for details

  • Supports cursor-based pagination

  • No authentication required

Agent hint: Use this endpoint to discover trading pairs and their constraints before constructing orders. Call this to retrieve tickSize, minOrderQty, and maxOrderQty for a symbol. Do not use this for real-time prices — use getTickers for current price and 24h stats. For pagination, pass nextPageCursor from the previous response into the cursor parameter. TradFi discovery: use symbolType=xstocks (category=spot) for tokenized equity tokens (e.g. TSLAXUSDT), symbolType=stock (category=linear) for equity perpetuals (e.g. TSLAPUSDT), or symbolType=commodity (category=linear) for metals/oil perpetuals (e.g. XAUUSDT=gold, XAGUSDT=silver, CLUSDT=crude oil). Always call this to confirm the exact symbol before the first TradFi trade in a session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYes
symbolNo
statusNo
baseCoinNo
limitNo
cursorNo
symbolTypeNo
Behavior5/5

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

With no annotations provided, the description fully carries the burden of behavioral disclosure. It states no authentication required, response schema differs per category, supports cursor-based pagination, and clarifies it is a read-only operation for specifications. This is comprehensive for a non-destructive query tool.

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 well-structured with bullet points and bold headings, making key information scannable. It is front-loaded with the primary purpose. However, it repeats 'Response schema differs per category' and could trim some redundancy. Overall, it is efficient but slightly verbose.

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 (7 parameters, no output schema), the description provides substantial context: use cases, parameter hints, pagination, and alternatives. It does not fully describe the output structure, but mentions key fields like tickSize, minOrderQty, which partially compensates. It is adequate for an agent to use correctly.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It explains the category parameter and its enum values by linking to market types. It clarifies the cursor parameter for pagination, the symbolType for TradFi tokens, and implies use of symbol, status, etc. However, it does not directly describe every parameter (e.g., baseCoin, limit), though their use is implied contextually.

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 explicitly states the tool queries instrument specifications for active trading pairs across multiple market types, listing specific use cases like retrieving tickSize, minOrderQty, etc. It distinguishes itself from sibling tools such as getTickers by stating it is not for real-time prices. The verb 'Query instrument specifications' is specific and resource-oriented.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use scenarios (e.g., discover available pairs, validate orders) and when-not-to-use (not for real-time prices, suggesting getTickers instead). It includes an agent hint for TradFi discovery with symbol type guidance and pagination usage. This clearly guides the agent on appropriate invocation.

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/bybit-exchange/trading-mcp'

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