← Back to marketplace

SlinkyLayer API

external
by Slinkylayer20 endpoints100% uptime570ms avg

Price

from $0.0010

up to $0.7500 per request

Network

base

Category

ai

On-chain txns

0

Uptime

100%

Avg latency

570ms

Checks

64

Status

Healthy

Base URL

https://x402.slinkylayer.ai

Endpoints (20)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/v1/proxy/0c6dff19-f642-4509-bbb6-2893cdeffcb4/chat-completions-lfm-2-5-thinking
base$0.0050

Create a chat completion using Liquid LFM 2.5 1.2B Thinking model.

POST/api/v1/proxy/1b27c320-b9e8-48f1-9941-16917abbb19f/markets_search
base$0.0010

Search open prediction markets across supported venues.

POST/api/v1/proxy/2cbf19e9-c878-45ae-a901-3dcada443fd3/chat-completions-flux-2-klein
base$0.0800

Generate images from text prompts using FLUX.2 Klein 4B via chat completions.

POST/api/v1/proxy/3e63da3d-0db6-4744-a05d-d6568f001ece/market_trades
base$0.0010

Return recent trades for a specific Polymarket market.

POST/api/v1/proxy/3f2ad2d1-f6a4-4059-833e-70daf43305b3/market_candles
base$0.0010

Get daily candlestick data for a Polymarket market.

POST/api/v1/proxy/434a0c1d-3755-42c8-aec9-95b7dcef2f4c/chat-completions
base$0.0050

Create a chat completion for a given conversation.

POST/api/v1/proxy/5818f5f2-b809-4ced-9158-b178c3365235/web_search
base$0.0080

Search the web and return ranked pages, text, and highlights.

POST/api/v1/proxy/72b0807b-b1ad-42ac-a137-370963c9ba91/parallel_extract
base$0.0035

Extract useful markdown content from explicit URLs.

POST/api/v1/proxy/7d9cc575-616e-46f3-8f27-c96f21517ce6/market_price
base$0.0010

Get the current price for one Polymarket outcome token.

POST/api/v1/proxy/7ef83efe-de6e-4bcd-8d4e-15e19b64b678/top_holders
base$0.0010

Rank the largest Yes-side positions in a market.

POST/api/v1/proxy/85c1c23d-9115-43b6-bb32-c5a9b0578e96/smart_money
base$0.0010

Get smart-wallet flow and positioning for a market.

POST/api/v1/proxy/91d6be48-1969-4a65-a2bd-80f4baf68628/research_run
base$0.0400

Start an asynchronous, multi-source research run.

POST/api/v1/proxy/960b9c07-d285-4cff-9a00-4c67cd32a3a0/web_contents
base$0.0015

Extract clean text from one or more explicit URLs.

POST/api/v1/proxy/a21bf82e-3e41-4cc3-b043-081ecb49086b/polymarket_markets
base$0.0010

List open Polymarket contracts matching a topic.

POST/api/v1/proxy/a7ed5682-2356-4933-9cd0-a7b4a598f81b/chat-completions-image-text
base$0.7500

Create a chat completion with both image and text modalities enabled (returns outputs depending on model support).

POST/api/v1/proxy/cf78698a-ebea-4f7c-8983-8a0b8102f48e/parallel_search
base$0.0015

Perform a fast live search with AI-ready excerpts.

POST/api/v1/proxy/db1d2d77-6f2a-4a31-87c1-1d587d446dec/chat-completions-image
base$0.2500

Create a chat completion with image modality enabled (returns an image output depending on model support).

POST/api/v1/proxy/dcd8448e-3490-4653-8f24-7a6db74e6ec5/web_answer
base$0.0070

Return a concise, grounded answer to a factual question.

POST/api/v1/proxy/ece775b6-6788-4a99-a68e-97d1ca7e811a/chat-completions-nemotron-30b
base$0.0050

Create a reasoning-enabled chat completion using NVIDIA Nemotron 3 Nano 30B.

POST/api/v1/proxy/fe71d056-7d94-4b74-ae8e-047e0bae87e2/chat-completions-gpt-audio-mini
base$0.5000

Create a multimodal chat completion with text and audio input using GPT Audio Mini.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://x402.slinkylayer.ai \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://x402.slinkylayer.ai
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://x402.slinkylayer.ai", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.