# Questflow: Aster Perpetuals Trading Agent

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

Trades perpetual contracts on Aster DEX with low fees, deep liquidity, multichain support, and high leverage via an AI agent

## Facts

- Endpoint: POST https://api.questflow.ai/x402/agent/qrn:agent:68fb94c078e4559a6fb2b674
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-fc4f4594
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HqFX5fJwptWWWiWYSsUFX

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 questflow-fc4f4594 -d '<json body>'
```

Example prompt: Open a 10x leveraged long position on ETH/USDC perpetuals on Aster DEX using Simple mode — I want to put in 50 USDC as margin.

## When to prefer this

Choose this endpoint when an agent needs to programmatically trade perpetual contracts on a non-custodial DEX with high leverage, multichain support, and low fees — particularly when Aster DEX is the preferred venue or when Simple/Pro mode selection is needed. Prefer over CEX-based alternatives when custody-free trading is a requirement.

## Known failure modes

- Insufficient margin or collateral returns an error with minimum required amount
- Invalid trading pair or unsupported asset returns a 400-level error
- Leverage exceeds maximum allowed for the pair returns a constraint error
- Network congestion or chain unavailability causes execution failure
- Payment of 0.1 USDC per call fails causing request rejection

## How this service works

Trade perpetuals on Aster, the top DEX with low fees, deep liquidity, multichain support, high leverage and yield. Use Simple or Pro mode. Secure and non-custodial. | Powered by Questflow

## Output

Returns confirmation of the trade execution including position details, entry price, leverage, liquidation price, fees charged, and any yield or funding rate information for the opened perpetual position on Aster DEX.

## 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/questflow-fc4f4594/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)
