Last updated 1 month ago
Query to get all the supply and borrow market information, which includes token information of each market.
GET /lend/jtoken HTTP/1.1 Host: openapi.just.network Accept: */*
Return the list of market information.
{ "code": 0, "data": { "tokenList": [ { "address": "TE2RzoSV3wFK99w6J9UnnZ4vLfXYoxvRwP", "borrowIndex": 1224530412174750500, "borrowRate": 0.06467371654104, "cash": 349909392.53702, "collateralFactor": 0.75, "exchangeRate": 0.01044806381183234, "reserveFactor": 0.1, "reserves": 2300647.881336, "supplyRate": 0.009044500002192, "symbol": "jTRX", "totalBorrows": 63951044.565948, "totalSupply": 39391010299.49149, "underlyingAddress": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb", "underlyingDecimal": 6, "underlyingPriceInTrx": 1, "underlyingSymbol": "TRX" } ] }, "message": "SUCCESS" }