Omni Terminal · Symbols Resolve

by Omni Terminal

POSTBaseBase Sepolia

$0.001

per call · USD Coin on Base

Omni Terminal turns up to 20 market names or aliases into canonical Hyperliquid symbols to prevent downstream trading-agent tool-call failures.

Endpoint

POST https://omniterminal.app/api/x402/v1/symbols/resolve

16

Calls / 30d

3

Unique payers / 30d

Sep 5

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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/symbols/resolve", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "mentions": [
      "bitcoin",
      "BTC-PERP"
    ],
    "venue": "hyperliquid"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://omniterminal.app/api/x402/v1/symbols/resolve" \
  -H "Content-Type: application/json" \
  -d '{"mentions":["bitcoin","BTC-PERP"],"venue":"hyperliquid"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data_as_of": "2026-07-28T11:55:00.000Z",
  "freshness": {
    "age_seconds": 300,
    "data_as_of": "2026-07-28T11:55:00.000Z",
    "max_age_seconds": 1800,
    "status": "fresh"
  },
  "generated_at": "2026-07-28T12:00:00.000Z",
  "product_version": "v1",
  "registry": {
    "historical_as_of_supported": false,
    "snapshot_revision": 1785239700000,
    "temporal_mode": "current",
    "version": "hl_meta_ctx.v1"
  },
  "results": [
    {
      "alternatives": [],
      "asset_id": 0,
      "base": "BTC",
      "canonical_symbol": "hyperliquid:BTC:USDC:perp",
      "confidence": 0.97,
      "dex": "main",
      "input": "bitcoin",
      "market_type": "perp",
      "match_kind": "name_alias",
      "normalized_alias": "BITCOIN",
      "product_supported": true,
      "quote": "USDC",
      "resolution_status": "resolved",
      "settle": "USDC",
      "subscription_key": "BTC",
      "venue": "hyperliquid"
    }
  ],
  "schema": "market_entity_resolution.v1",
  "service": "omni.market_entity_resolution",
  "usage": {
    "mention_count": 1,
    "mention_limit": 20,
    "resolved_count": 1
  },
  "venue": "hyperliquid"
}

Payment details

Pay to0x733f40a4fa0cd13d59abade04b9ed2e9acac6457
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Base Sepolia
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from Omni Terminal & similar services