@xoxno/sdk-js
Preparing search index...
sdk
StellarAssetMarket
Interface StellarAssetMarket
One (spoke, hub) market row for an asset's markets table.
interface
StellarAssetMarket
{
asset
:
string
;
availableLiquidityShort
:
number
;
borrowApy
:
number
;
borrowedShort
:
number
;
collateralFactorBps
:
number
;
hubId
:
number
;
isBorrowable
:
boolean
;
isCollateralizable
:
boolean
;
liquidationThresholdBps
:
number
;
spokeId
:
number
;
suppliedShort
:
number
;
supplyApy
:
number
;
utilization
:
number
;
}
Index
Properties
asset
available
Liquidity
Short
borrow
Apy
borrowed
Short
collateral
Factor
Bps
hub
Id
is
Borrowable
is
Collateralizable
liquidation
Threshold
Bps
spoke
Id
supplied
Short
supply
Apy
utilization
Properties
asset
asset
:
string
available
Liquidity
Short
availableLiquidityShort
:
number
borrow
Apy
borrowApy
:
number
borrowed
Short
borrowedShort
:
number
collateral
Factor
Bps
collateralFactorBps
:
number
hub
Id
hubId
:
number
is
Borrowable
isBorrowable
:
boolean
is
Collateralizable
isCollateralizable
:
boolean
liquidation
Threshold
Bps
liquidationThresholdBps
:
number
spoke
Id
spokeId
:
number
supplied
Short
suppliedShort
:
number
supply
Apy
supplyApy
:
number
utilization
utilization
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
asset
available
Liquidity
Short
borrow
Apy
borrowed
Short
collateral
Factor
Bps
hub
Id
is
Borrowable
is
Collateralizable
liquidation
Threshold
Bps
spoke
Id
supplied
Short
supply
Apy
utilization
@xoxno/sdk-js
Loading...
One (spoke, hub) market row for an asset's markets table.