# OKX Conversational AI Agent (via Questflow)

> OKX Conversational AI Agent (via Questflow) is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Answers trading, investment, and platform questions about the OKX cryptocurrency exchange using a conversational AI agent.

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:687e3f0d4eb4612ae912cff7
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-questflow-ai-92b308ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qybTCPMrPXCjXh4Jm7ck7

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability api-questflow-ai-92b308ea -d '<json body>'
```

Example prompt: Ask the OKX AI agent: what are the current trading fee tiers on OKX and how can I qualify for a lower fee rate?

## When to prefer this

Use this endpoint when you need conversational answers about OKX-specific trading products, fees, platform features, account setup, or investment strategies. Prefer this over generic crypto Q&A when the user's question is specifically about OKX exchange mechanics, products, or policies.

## Known failure modes

- Empty or missing 'input' field returns an error
- Question outside OKX scope may return a vague or unhelpful answer
- Payment failure (insufficient USDC) blocks the request
- Rate limiting if too many requests are made in quick succession
- Ambiguous queries may receive generic responses not tailored to user context

## How this service works

OKX is an innovative cryptocurrency exchange with advanced financial services. We rely on blockchain technology to provide everything you need for wise trading and investment. | Powered by Questflow

## Output

A natural language response from the OKX conversational AI agent answering the submitted trading, investment, or platform question with relevant details about OKX's products and services.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-questflow-ai-92b308ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
