trades
ActiveTool of Okx
declared in 0.1.0
OKX crypto exchange recent trade tape for an instrument. Returns price, size, side, timestamp. Use for tick-level execution analysis on OKX.
Parameters schema
{
"type": "object",
"examples": [
{
"instId": "BTC-USDT"
},
{
"limit": 50,
"instId": "SOL-USDT"
}
],
"required": [
"instId"
],
"properties": {
"limit": {
"type": "number"
},
"instId": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Okx
https://github.com/pipeworx-io/mcp-okx
1/7 registries