Skip to main content
Glama

OKX MCP Server

by mbarinov

get_order_history

Retrieve filled order history for specific instruments within defined time periods to analyze trading activity and performance.

Instructions

Get a list of filled orders for a given date range and optional symbol filter

Input Schema

NameRequiredDescriptionDefault
beginNothe beginning of the time range in timestamp format
endNothe end of the time range in timestamp format
instIdYesInstrument ID (symbol), e.g. BTC-USDT

Input Schema (JSON Schema)

{ "properties": { "begin": { "description": "the beginning of the time range in timestamp format", "type": "number" }, "end": { "description": "the end of the time range in timestamp format", "type": "number" }, "instId": { "description": "Instrument ID (symbol), e.g. BTC-USDT", "type": "string" } }, "required": [ "instId" ], "type": "object" }

Other Tools from OKX MCP Server

Related Tools

    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/mbarinov/okx-mcp'

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