Skip to main content
GET
Get borrow market asset NRT data

Authorizations

x-api-key
string
header
required

Path Parameters

network
enum<string>
required

Canonical network slug

Available options:
mainnet,
optimism,
arbitrum,
polygon,
gnosis,
base,
unichain,
swellchain,
celo,
worldchain,
berachain,
ink,
bsc,
hyperliquid,
plasma,
avalanche,
katana,
linea,
mega-eth,
monad,
etherlink,
robinhood
marketId
string
required

Canonical market identifier

Minimum string length: 1
assetId
string
required

Market asset identifier

Minimum string length: 1

Response

Near-real-time data for a single borrow market asset

Near-real-time data for a single borrow market asset

supplyRate
number
required

Current supply rate for the market asset

Required range: x >= 0
borrowRate
number
required

Current borrow rate for the market asset

Required range: x >= 0
utilizationRate
number
required

Current utilization rate derived from supplied and borrowed balances

Required range: x >= 0
totalSupplied
object
required

Current total supplied balance in native units and USD

totalBorrowed
object
required

Current total borrowed balance in native units and USD

availableLiquidity
object
required

Current available liquidity in native units and USD

oraclePriceUsd
string

Current lending protocol oracle price of the asset in USD, when available

collateralToBorrowAssetOraclePrice
string

Current protocol oracle price of the collateral asset denominated in the borrow asset