# Coin Railz Trade Signals

> Coin Railz Trade Signals is a paid API for AI agents from coinrailz.com, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-15).

Returns AI-powered crypto trading signals with entry/exit price points and risk analysis for a given asset

## Facts

- Endpoint: POST https://coinrailz.com/x402/trade-signals
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coin-railz-trade-signals-33c790d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AVy_7mzMaPnN7eL6Q8WJz

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 coin-railz-trade-signals-33c790d2 -d '<json body>'
```

Example prompt: Give me an AI trading signal for ETH/USDC — I need the entry price, exit target, and a risk assessment so I know whether it's worth entering a position right now.

## When to prefer this

Use this endpoint when you need AI-generated directional trade signals with explicit entry/exit levels and risk context for a crypto asset, especially within an autonomous agent workflow that requires structured trading recommendations rather than raw price data or manual chart analysis.

## Known failure modes

- Invalid or unsupported token/trading pair returns error
- Payment of $0.75 USDC not received or declined results in 402 response
- Malformed request body returns validation error
- Service temporarily unavailable returns 500 or timeout
- Stale or low-liquidity market data may reduce signal confidence

## How this service works

AI-powered crypto trading signals with entry/exit points and risk analysis

## Output

Returns a JSON object with a success flag, service identifier, timestamp, and trade signal result including AI-generated entry/exit price points and risk analysis for the requested crypto asset.

## Example request

```json
{
 "agentId": "qa-test-agent-001",
 "networks": [
  "ethereum",
  "polygon"
 ],
 "agentName": "QA Test Trading Agent"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Query parameter for the service"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "application/json",
 "format": "json",
 "example": {
  "result": "Service executed successfully",
  "service": "trade-signals",
  "success": true,
  "timestamp": "2026-02-07T01:35:51.746Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coin-railz-trade-signals-33c790d2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coinrailz.com](https://www.zero.xyz/host/coinrailz.com/llms.txt)
