Skip to main content
GET
/
earn
/
tokens
tokens
curl --request GET \
  --url https://api.jup.ag/lend/v1/earn/tokens \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "So11111111111111111111111111111111111111112",
    "address": "So11111111111111111111111111111111111111112",
    "name": "Wrapped SOL",
    "symbol": "SOL",
    "decimals": 9,
    "assetAddress": "So11111111111111111111111111111111111111112",
    "asset": {
      "address": "So11111111111111111111111111111111111111112",
      "chain_id": 0,
      "name": "Wrapped SOL",
      "symbol": "SOL",
      "decimals": 9,
      "logo_url": "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png",
      "price": 171.34,
      "coingecko_id": "solana"
    },
    "totalAssets": "1500000000000",
    "totalSupply": "1450000000000",
    "convertToShares": "0.966667",
    "convertToAssets": "1.034483",
    "rewardsRate": "0.035",
    "supplyRate": "0.025",
    "totalRate": "0.06"
  }
]

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

Response

200 - application/json

Successful response

id
integer
required
  • Lending ID, starts from 1
address
string
required
  • Lending token address like 9BEcn9aPEmhSPbPQeFGjidRiEKki46fVQDyPpSQXPA2D
name
string
required
  • Lending token name like Jupiter Lend USDC
symbol
string
required
  • Lending token symbol like jlUSDC
decimals
integer
required
assetAddress
string
required
  • Lending token underlying asset address like EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
asset
object
required
totalAssets
string
required
  • Total available underlying mint from jlTokens (with accured interest)
totalSupply
string
required
  • Total supply of jlTokens for this mint
convertToShares
string
required
  • Value of one 1 underlying token to jlToken, like 1 USDC = X jlUSDC
  • Used for conversion
convertToAssets
string
required
  • Value of one 1 jlToken token to underlying mint, like 1 jlUSDC = X USDC
  • Used for conversion
rewardsRate
string
required
  • Rewards rate , in 1e4 decimals
supplyRate
string
required
  • Supply rate, in 1e4 decimals
totalRate
string
required
  • Total sum of rewards + supply rate
rebalanceDifference
string
required
liquiditySupplyData
object
required