Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getDeliveryPrice

Read-only

Look up past settlement prices for expired futures and options, enabling PnL reconciliation and delivery price analysis with paginated results.

Instructions

Retrieve historical delivery (settlement) prices for expired futures and options contracts, including the final settlement price and delivery timestamp.

Use this endpoint when you need to:

  • Look up the settlement price of a specific expired futures or options contract

  • Analyze historical delivery prices for research or PnL reconciliation

  • Retrieve paginated delivery records across multiple expired contracts

Supported Products: USDT futures, USDC futures, Inverse futures, Option

Supports cursor-based pagination via nextPageCursor.

Do not use this endpoint for upcoming delivery dates — use getInstrumentsInfo which includes deliveryTime for active contracts.

Notes:

  • Supports cursor-based pagination

  • No authentication required

Agent hint: Use this endpoint to look up historical settlement prices for expired futures and options. For option queries, baseCoin defaults to BTC. Use category to filter product type. For delivery time of active (not yet expired) contracts, use getInstrumentsInfo instead. Use nextPageCursor from the response for pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
symbolNo
baseCoinNo
categoryYes
settleCoinNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the readOnlyHint/openWorldHint annotations, the description discloses no authentication requirement, cursor-based pagination via nextPageCursor, and that only expired contracts are returned. No contradiction with annotations.

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

Conciseness3/5

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

The text is well-organized but redundant: 'Supports cursor-based pagination' appears twice and the 'Agent hint' paragraph largely repeats the earlier bullets and the getInstrumentsInfo exclusion.

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?

Covers use cases, supported products, authentication, pagination, output fields, and the key alternative endpoint. Missing settleCoin semantics and exact category mapping for USDC futures are the main gaps, plus no output schema means the response shape is only partially described.

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?

With 0% schema coverage, the description compensates by explaining category as a product-type filter, baseCoin defaulting to BTC for options, symbol implied by the specific-contract use case, and cursor pagination. However, settleCoin is not addressed, and the mapping of USDC futures to the category enum is left implicit.

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?

States a specific verb and resource — 'Retrieve historical delivery (settlement) prices for expired futures and options contracts' — and explicitly differentiates itself from getInstrumentsInfo by excluding upcoming delivery dates. The scope is unambiguous.

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?

Provides a bulleted 'Use this endpoint when you need to' list and an explicit 'Do not use this endpoint for upcoming delivery dates — use getInstrumentsInfo' rule. The agent receives clear selection criteria.

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