Skip to main content
GET
/
earn
/
positions
positions
curl --request GET \
  --url https://lite-api.jup.ag/lend/v1/earn/positions
[
  {
    "token": {
      "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>"
      }
    },
    "ownerAddress": "<string>",
    "shares": "<string>",
    "underlyingAssets": "<string>",
    "underlyingBalance": "<string>",
    "allowance": "<string>"
  }
]

Query Parameters

users
string
required

User wallet addresses (comma separated)

Response

200 - application/json

Successful response

token
object
required
ownerAddress
string
required
  • Address of user's wallet
shares
string
required
  • Balance of user's jlTokens
underlyingAssets
string
required
  • Balance of user's USDC in protocol (including intereste accured)
underlyingBalance
string
required
  • Balance of user's USDC in wallet
allowance
string
required
I