Get Staked TRX and Energy Rental Markets Information
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"
}
Last updated