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
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Create a chat completion using Liquid LFM 2.5 1.2B Thinking model.
Search open prediction markets across supported venues.
Generate images from text prompts using FLUX.2 Klein 4B via chat completions.
Return recent trades for a specific Polymarket market.
Get daily candlestick data for a Polymarket market.
Create a chat completion for a given conversation.
Search the web and return ranked pages, text, and highlights.
Extract useful markdown content from explicit URLs.
Get the current price for one Polymarket outcome token.
Rank the largest Yes-side positions in a market.
Get smart-wallet flow and positioning for a market.
Start an asynchronous, multi-source research run.
Extract clean text from one or more explicit URLs.
List open Polymarket contracts matching a topic.
Create a chat completion with both image and text modalities enabled (returns outputs depending on model support).
Perform a fast live search with AI-ready excerpts.
Create a chat completion with image modality enabled (returns an image output depending on model support).
Return a concise, grounded answer to a factual question.
Create a reasoning-enabled chat completion using NVIDIA Nemotron 3 Nano 30B.
Create a multimodal chat completion with text and audio input using GPT Audio Mini.
# 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.aiimport { 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();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.