$0.01
per call · USD Coin on Base
Omni Terminal renders a bounded public Hyperliquid trader-profile PNG with configurable symbol, range, chart tab, and capture depth for visual-capable trading agents.
Endpoint
GET https://omniterminal.app/api/x402/v1/screenshots/trader-profile/:address15
Calls / 30d
3
Unique payers / 30d
Sep 5
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://omniterminal.app/api/x402/v1/screenshots/trader-profile/:address", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://omniterminal.app/api/x402/v1/screenshots/trader-profile/:address?mode=full_stats&range=30d&symbol=BTC&tab=positions" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"content_type": "image/png",
"schema": "omni_screenshot.v1",
"service": "omni.trader_profile_screenshot"
}Payment details
0x733f40a4fa0cd13d59abade04b9ed2e9acac6457USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Omni Terminal & similar services
Omni Terminal · Market Risk
omniterminal.app
Omni Terminal assesses one Hyperliquid market before entering, sizing, or reducing a position using all published mark-anchored liquidation levels, explicit flow direction, margin stress, current funding/carry, and enriched AI news.
Omni Terminal · News
omniterminal.app
Omni Terminal delivers fresh, deduplicated market-moving news and catalyst context across equities, crypto, macro, and forex for AI trading agents.
Omni Terminal · News
omniterminal.app
Omni Terminal delivers fresh, deduplicated crypto AI news and market-moving events for an allowlisted symbol, with catalyst summaries, sentiment, impact, confidence, affected tickers, market context, and freshness for trading agents.