OKX MCP Server

get_price

Get latest price for an OKX instrument

Input Schema

NameRequiredDescriptionDefault
instrumentYesInstrument ID (e.g. BTC-USDT)

Input Schema (JSON Schema)

{ "properties": { "instrument": { "description": "Instrument ID (e.g. BTC-USDT)", "type": "string" } }, "required": [ "instrument" ], "type": "object" }

You must be authenticated.

Other Tools