Skip to main content
GET
/
earn
/
tokens
tokens
curl --request GET \
  --url https://lite-api.jup.ag/lend/v1/earn/tokens
[
  {
    "id": 123,
    "address": "<string>",
    "name": "<string>",
    "symbol": "<string>",
    "decimals": 123,
    "assetAddress": "<string>",
    "asset": {
      "address": "<string>",
      "chain_id": "<string>",
      "name": "<string>",
      "symbol": "<string>",
      "decimals": 123,
      "logo_url": "<string>",
      "price": "<string>",
      "coingecko_id": "<string>"
    },
    "totalAssets": "<string>",
    "totalSupply": "<string>",
    "convertToShares": "<string>",
    "convertToAssets": "<string>",
    "rewardsRate": "<string>",
    "supplyRate": "<string>",
    "totalRate": "<string>",
    "rebalanceDifference": "<string>",
    "liquiditySupplyData": {
      "modeWithInterest": true,
      "supply": "<string>",
      "withdrawalLimit": "<string>",
      "lastUpdateTimestamp": "<string>",
      "expandPercent": "<string>",
      "expandDuration": "<string>",
      "baseWithdrawalLimit": "<string>",
      "withdrawableUntilLimit": "<string>",
      "withdrawable": "<string>"
    }
  }
]

Response

200 - application/json
id
integer
required
address
string
required
name
string
required
symbol
string
required
decimals
integer
required
assetAddress
string
required
asset
object
required
totalAssets
string
required
totalSupply
string
required
convertToShares
string
required
convertToAssets
string
required
rewardsRate
string
required
supplyRate
string
required
totalRate
string
required
rebalanceDifference
string
required
liquiditySupplyData
object
required