GET Available borrows
Last updated
Last updated
Market makers can use this data to learn the max size they can quote to construct the orderbook. inventoryBalance
indicates the actual balance available in the Vault. baseShortLimit
is the conservative amount that MM can quote as short token assuming long token has collateral factor 0
. If the long token has higher collateral factor, the limit would be higher, the adjusted amount it baseShortLimit/(1 - longTokenCollateralFactor)
. For more specific example, refer here.
The actual limit would be Math.min(inventoryBalance, baseShortLimit/(1 - longTokenCollateralFactor)
)
/v1/lend/mm-available-borrow
The address of the market maker
^0x[a-fA-F0-9]{40}$
Native blockchain name, eg: ethereum, bsc, etc
ethereum
ethereum
, bsc
, bsc_testnet
, sepolia
, polygon
, mumbai
, arbitrum
, avalanche
, mantle
, zetachain_athens3
, base
, manta
, scroll
, zetachain
, linea
, zklink
, morph_testnet
, morph_holesky_testnet
, mantle_sepolia_testnet
, polygon_amoy_testnet
, avalanche_fuji_testnet
, berachain_bartio_testnet
The API key that was assigned to you by Native