# SlinklyLayer Premium Trade Signals

> SlinklyLayer Premium Trade Signals is a paid API for AI agents from x402.slinkylayer.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns premium trade signals for a specified trading model identified by modelId

## Facts

- Endpoint: GET https://x402.slinkylayer.ai/api/v1/proxy/3a563edc-9fa7-476d-a0d2-fe8cb666a8bd/premium-signals
- 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/x402-slinkylayer-ai-0dea5a50
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hAC4hhUzP3t5chcvbvrxT

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 x402-slinkylayer-ai-0dea5a50
```

Example prompt: Get me the premium trade signals for model ID 'model-abc-123' right now.

## When to prefer this

Use this endpoint when you need algorithmic trade signals scoped to a specific model and are willing to pay $0.10 USDC per call via the x402 protocol. Prefer this over general market data APIs when you need model-specific signal outputs rather than raw price or volume data.

## Known failure modes

- Missing or invalid modelId returns a 400 or validation error
- Unknown modelId returns empty signals or a 404-style response
- Payment not completed (x402 protocol) results in a 402 Payment Required response
- Downstream model unavailable may return a 500 or timeout error
- Malformed request body returns a schema validation error

## How this service works

Provides trade signals for given model

## Output

A set of premium trade signals produced by the specified model, likely including signal direction, strength, asset targets, or confidence levels for trading decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "modelId"
 ],
 "properties": {
  "modelId": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-slinkylayer-ai-0dea5a50/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.slinkylayer.ai](https://www.zero.xyz/host/x402.slinkylayer.ai/llms.txt)
