mirrored listing x402 eip155:84532eip155:8453

Omni Terminal renders a bounded price-chart PNG with published Hyperliquid liquidation lev

Omni Terminal renders a bounded price-chart PNG with published Hyperliquid liquidation levels so visual-capable trading agents can inspect level placement and price structure.

Do you run omniterminal.app? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
15
calls / 30d
3
unique payers
2026-09-05
updated

Provider

omniterminal.app · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:84532",
    "payTo": "0x733f40A4FA0cd13d59aBADE04b9eD2e9acAc6457",
    "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x733f40A4FA0cd13d59aBADE04b9eD2e9acAc6457",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "pathParams": {
          "symbol": "BTC"
        },
        "queryParams": {
          "interval": "1d",
          "layout": "standard",
          "scope": "aggregate"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "content_type": "image/png",
          "schema": "omni_screenshot.v1",
          "service": "omni.liquidation_levels_screenshot"
        },
        "type": "json"
      }
    },
    "routeTemplate": "/api/x402/v1/screenshots/liquidation-levels/:symbol",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "pathParams": {
              "properties": {
                "symbol": {
                  "description": "Allowlisted market symbol, for example BTC",
                  "type": "string"
                }
              },
              "required": [
                "symbol"
              ],
              "type": "object"
            },
            "queryParams": {
              "properties": {
                "interval": {
                  "default": "1d",
                  "enum": [
                    "1m",
                    "5m",
                    "15m",
                    "1h",
                    "2h",
                    "4h",
                    "8h",
                    "1d",
                    "3d",
                    "1w",
                    "1M"
                  ],
                  "type": "string"
                },
                "layout": {
                  "default": "standard",
                  "enum": [
                    "compact",
                    "standard",
                    "tall"
                  ],
                  "type": "string"
                },
                "scope": {
                  "default": "aggregate",
                  "enum": [
                    "current",
                    "aggregate"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "builder-code": {
    "info": {
      "a": "bc_wttcxbb6"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "properties": {
        "a": {
          "description": "App builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        },
        "s": {
          "description": "Service builder codes",
          "items": {
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "type": "array"
        },
        "w": {
          "description": "Wallet builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}

Use it

curl

curl "https://omniterminal.app/api/x402/v1/screenshots/liquidation-levels/:symbol"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://omniterminal.app/api/x402/v1/screenshots/liquidation-levels/:symbol");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://omniterminal.app/api/x402/v1/screenshots/liquidation-levels/:symbol")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/1452.json, and this resource appears in /discovery/resources and /discovery/search.