funding_rate_history
ActiveTool of Okx
declared in 0.1.0
OKX crypto exchange historical perpetual swap funding rates for a SWAP instrument (e.g. 'BTC-USDT-SWAP'). Optional before/after (ms epoch) cursors and limit. Use for funding cost analysis.
Parameters schema
{
"type": "object",
"examples": [
{
"instId": "BTC-USDT-PERP"
},
{
"limit": 50,
"instId": "ETH-USDT-PERP"
}
],
"required": [
"instId"
],
"properties": {
"after": {
"type": "string"
},
"limit": {
"type": "number"
},
"before": {
"type": "string"
},
"instId": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Okx
https://github.com/pipeworx-io/mcp-okx
1/7 registries