2️⃣Get Pools Config and Oracle Price Feeds
Oracles in the NAVI Protocol
Last updated
Last updated
GET /api/navi/pools HTTP/1.1
Host: open-api.naviprotocol.io
Accept: */*
{
"data": [
{
"poolId": "text",
"reserveId": "text",
"borrowBalanceParentId": "text",
"supplyBalanceParentId": "text",
"borrowCapCeiling": "text",
"coinType": "text",
"currentBorrowIndex": "text",
"currentBorrowRate": "text",
"currentSupplyIndex": "text",
"currentSupplyRate": "text",
"id": 1,
"isIsolated": true,
"lastUpdateTimestamp": "text",
"ltv": "text",
"oracleId": 1,
"reserveFieldA": "text",
"reserveFieldB": "text",
"reserveFieldC": "text",
"supplyCapCeiling": "text",
"treasuryBalance": "text",
"treasuryFactor": "text",
"totalSupplyAmount": "text",
"minimumAmount": "text",
"leftSupply": "text",
"validBorrowAmount": "text",
"borrowedAmount": "text",
"leftBorrowAmount": "text",
"availableBorrow": "text",
"oracle": {
"decimal": 1,
"value": "text",
"price": "text",
"oracleId": 1,
"valid": true
},
"supplyIncentiveApyInfo": {
"vaultApr": "text",
"boostedApr": "text",
"rewardCoin": [
"text"
],
"apy": "text"
},
"borrowIncentiveApyInfo": {
"vaultApr": "text",
"boostedApr": "text",
"rewardCoin": [
"text"
],
"apy": "text"
}
}
]
}"oracle": {
"decimal": 9,
"value": "1830516540",
"price": "1.83051654",
"oracleId": 0,
"valid": true
}{
"id": {
"txDigest": "2jeVCjdfkUm4J6vMNVZtVne1o4NpdUFuJdvtuQyb8UgU",
"eventSeq": "0"
},
"packageId": "0xca441b44943c16be0e6e23c5a955bb971537ea3289ae8016fbf33fffe1fd210f",
"transactionModule": "oracle_pro",
"sender": "0xa2fe7a0d7bd70fe76d32065ec7b3c604cd90016a560bf2f01b68f3b5bbd2d3aa",
"type": "0xc2d49bf5e75d2258ee5563efa527feb6155de7ac6f6bf025a23ee88cd12d5a83::oracle::PriceUpdated",
"parsedJson": {
"id": 0,
"last_price": "1831480060",
"last_update_at": "1728614555256",
"price": "1831268400",
"price_oracle": "0x1568865ed9a0b5ec414220e8f79b3d04c77acc82358f6e5ae4635687392ffbef",
"update_at": "1728614565290"
},
"bcs": "JjyLckUe7fhfVBPVwtNSNQKzVDkDMyjF92CYAsXDhUsTU28T1qeNR7r8GttQZ14V5yvEv4YQZW4XYRiMWLtt41NRhgxjCCvw5DwYEn3eFAaM3Bu4zYJBM24nFbCk2mXdnM2UkUNF3wEkUWZo4X23moGnzB"
}