time

Pack: okx · Endpoint: https://gateway.pipeworx.io/okx/mcp

OKX exchange server time in Unix milliseconds. Use to synchronise request timestamps or verify API connectivity.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/okx/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"time","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('time', {});

Response shape

Full JSON Schema
{
  "type": "object",
  "description": "Response from OKX system time endpoint"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "okx": {
      "url": "https://gateway.pipeworx.io/okx/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 8, 2026