# SlinklyLayer Trading Model Info

> SlinklyLayer Trading Model Info is a paid API for AI agents from x402.slinkylayer.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Retrieves information and details about a specific trading model by its ID

## Facts

- Endpoint: GET https://x402.slinkylayer.ai/api/v1/proxy/3a563edc-9fa7-476d-a0d2-fe8cb666a8bd/model-data
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-slinkylayer-ai-8dd86fd7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__D7J3YK4K6w4YR6qO-BJ9

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-8dd86fd7
```

Example prompt: Can you get me the details and info for trading model ID '3a563edc-9fa7-476d-a0d2-fe8cb666a8bd' from SlinklyLayer?

## When to prefer this

Use this endpoint when you need to programmatically retrieve detailed information about a specific trading model hosted on x402.slinkylayer.ai and you have a valid modelId. Prefer this over manual lookup when integrating trading model metadata into an automated workflow or agent pipeline.

## Known failure modes

- Invalid or non-existent modelId returns an error or empty response
- Missing required modelId field returns a 400 validation error
- Authentication or payment failure returns a 402 or 401 error
- Network timeout if the upstream model registry is unavailable

## How this service works

Get info regarding a trading model

## Output

Returns structured data describing a trading model, including its configuration, parameters, metadata, and any relevant performance or specification details associated with the given modelId.

## 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-8dd86fd7/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)
