ToolAssay

Hourly Jupiter Perps history per market (SOL, ETH, BTC) and metric

Hourly Jupiter Perps history per market (SOL, ETH, BTC) and metric: exact long and short open interest read from the on-chain custody state (guaranteedUsd, globalShortSizes), long and short pool utilization, hourly borrow rates, custody AUM, price and 24h volume, plus JLP pool AUM, price and APR under market JLP; recorded on our side from 2026-09-02. The free /api/public/jupiter returns the live board and up to 30 days of hourly OI history.

Answeringour last check, 2026-09-26
1 of 1checks answered this week
985 msmedian answer time
$0.1listed price per call
$0.1price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://bykaranteli.com/api/x402/jupiter-history

CategoryMarket data
Provider hostbykaranteli.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-26 valid payment request 402$0.1 985 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": 500,
    "metric": "long_oi_usd",
    "symbol": "SOL"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "from": {
              "description": "iso, optional",
              "type": "string"
            },
            "limit": {
              "description": "number, optional, max 20000",
              "type": "number"
            },
            "metric": {
              "description": "string, optional: long_oi_usd | short_oi_usd | long_util_pct | short_util_pct | long_borrow_hourly_pct | short_borrow_hourly_pct | custody_aum_usd | price_usd | volume_24h_usd, and for JLP aum_usd | apr_pct | price_usd",
              "type": "string"
            },
            "symbol": {
              "description": "string, optional market: SOL | ETH | BTC | JLP",
              "type": "string"
            },
            "to": {
              "description": "iso, optional",
              "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"
}

This page as JSON