JustLend DAO Docs
JustLend DAOAuditWhat's New
  • GETTING STARTED
    • Overview
    • Concepts
      • Supply
      • Borrow
      • Withdraw
      • Repay
      • Liquidations
      • Risks
      • Staked TRX
      • Energy Rental
    • Whitepaper
    • FAQs
      • ​​Wallet Connection Questions
      • More Questions
  • GOVERNANCE
    • JIPs
    • Tokenomics
    • Community Forum
  • DEVELOPERS
    • Contracts Overview
    • Supply and Borrow Market
      • SBM
      • Interest Rate Model
      • Governance
      • Price Oracle
      • Comptroller
    • Staked TRX
    • Energy Rental
    • Deployed Contracts
    • APIs
      • Supply and Borrow Market
        • Get Supply and Borrow Market Information
        • Get Account Information
        • Get Market Mining APY Information
        • Get User Supply Mining Reward Information
        • Get User Supply Mining Reward Distributions
      • Staked TRX and Energy Rental Market
        • Get Staked TRX and Energy Rental Markets Information
        • Get User Data of sTRX Liquidity Staking
        • Get User Data of Resource Rent
  • Resources
    • Community
      • Links
      • Wallet Integration Cooperation
    • Risk Warning
    • Audits
      • Supply & Borrow
      • Staked TRX
    • Terms of Service
      • Terms of Service
      • Privacy Policy
Powered by GitBook
On this page
  1. DEVELOPERS
  2. APIs
  3. Staked TRX and Energy Rental Market

Get Staked TRX and Energy Rental Markets Information

PreviousStaked TRX and Energy Rental MarketNextGet User Data of sTRX Liquidity Staking

Last updated 2 months ago

Get Staked TRX and Energy Rental Markets Information

get

Query to get all the the sTRX staking and energy rental markets information.

Query parameters
No Parameters.anyOptional
Responses
200
Return the sTRX staking and energy rental markets information.
application/json
400
Bad Request
application/json
get
GET /lend/strx HTTP/1.1
Host: openapi.just.network
Accept: */*
{
  "code": 0,
  "data": {
    "rentInfo": {
      "priceFor10KEnergByBurn": 4.2,
      "priceFor10KEnergByRent": 0.65530713,
      "priceFor10KEnergByStake": 885.28697646,
      "rentMarketAddress": "TU2MJ5Veik1LRAgjeSzEdvmDYx7mefJZvd",
      "totalDelegatedEnergyRate": 0.0325497,
      "totalDelegatedEnergyTrx": 162748507.90893
    },
    "stakeInfo": {
      "decimal": 18,
      "exchangeRate": 1.181813870419231,
      "rentReserveFactor": 0.2,
      "reserse": 71933070.32142,
      "rewardReserveFactor": 0.2,
      "strxAddress": "TU3kjFuhtEo42tsCBtfYUAZxoqQ4yuSLQ5",
      "supplyRate": 0.03937302,
      "symbol": "sTRX",
      "totalSupply": 6553955254.250487,
      "totalSupplyUsd": 1729932328.7582867,
      "totalUnderlying": 7745555225.580224,
      "trxPrice": 0.22334516743810273,
      "underlyingDecimal": 6
    }
  },
  "message": "SUCCESS"
}