Skip to main content
GET
/
jlp-info
cURL
curl --request GET \
  --url https://lite-api.jup.ag/perps/v1/jlp-info
{
  "aumUsd": "123456789000000",
  "aumUsdFormatted": "123,456.79",
  "aumLimitUsd": "500000000000000",
  "aumLimitUsdFormatted": "500,000",
  "jlpPriceUsd": "1234567",
  "jlpPriceUsdFormatted": "1.2346",
  "jlpTotalSupply": "100000000000",
  "jlpTotalSupplyFormatted": "100,000",
  "jlpAprBps": "100",
  "jlpAprPct": "10.00",
  "jlpApyBps": "100",
  "jlpApyPct": "10.00",
  "jlpAprLastUpdatedTimestamp": "1715404800",
  "jlpRealizedFeeUsd": "100000000",
  "custodies": [
    {
      "pubkey": "11111111111111111111111111111111",
      "symbol": "SOL",
      "name": "Wrapped SOL",
      "mint": "So11111111111111111111111111111111111111112",
      "aumUsd": "12345678900000",
      "aumUsdFormatted": "123456.79",
      "aumTokenAmount": "123456789",
      "aumTokenAmountFormatted": "123,456.79",
      "currentWeightagePct": "25.50",
      "targetWeightagePct": "30.00",
      "utilizationPct": "45.20",
      "owned": "123456789",
      "locked": "123456789",
      "guaranteedUsd": "123456789",
      "globalShortSizes": "123456789",
      "globalShortAveragePrice": "123456789",
      "shortPnlDelta": "123456789",
      "shortTradersHasProfit": true,
      "totalStakedAmountLamports": "123456789",
      "totalStakedAmountUsd": "123456789",
      "totalStakedAmountUsdFormatted": "123456789"
    }
  ]
}

Response

200 OK

aumUsd
string
required

Total AUM in USD (raw value)

Example:

"123456789000000"

aumUsdFormatted
string
required

Total AUM in USD (formatted)

Example:

"123,456.79"

aumLimitUsd
string
required

AUM limit in USD (raw value)

Example:

"500000000000000"

aumLimitUsdFormatted
string
required

AUM limit in USD (formatted)

Example:

"500,000"

jlpPriceUsd
string
required

JLP price in USD (raw value)

Example:

"1234567"

jlpPriceUsdFormatted
string
required

JLP price in USD (formatted)

Example:

"1.2346"

jlpTotalSupply
string
required

Total JLP token supply

Example:

"100000000000"

jlpTotalSupplyFormatted
string
required

Total JLP token supply (formatted)

Example:

"100,000"

jlpAprBps
string
required

JLP APR in BPS

Example:

"100"

jlpAprPct
string
required

JLP APR in percentage

Example:

"10.00"

jlpApyBps
string
required

JLP APY in BPS

Example:

"100"

jlpApyPct
string
required

JLP APY in percentage

Example:

"10.00"

jlpAprLastUpdatedTimestamp
string
required

JLP APR last updated UNIX timestamp

Example:

"1715404800"

jlpRealizedFeeUsd
string
required

JLP realized fee in USD since the last APR / APY calculation

Example:

"100000000"

custodies
object[]
required

List of custody information