@xoxno/sdk-js
Preparing search index...
sdk
StellarSpokeMarket
Interface StellarSpokeMarket
One reserve row within a spoke (risk truth joined with hub liquidity).
interface
StellarSpokeMarket
{
asset
:
string
;
availableLiquidityShort
:
number
;
borrowApy
:
number
;
collateralFactorBps
:
number
;
frozen
:
boolean
;
hubId
:
number
;
isBorrowable
:
boolean
;
isCollateralizable
:
boolean
;
liquidationThresholdBps
:
number
;
paused
:
boolean
;
spokeId
:
number
;
supplyApy
:
number
;
utilization
:
number
;
}
Index
Properties
asset
available
Liquidity
Short
borrow
Apy
collateral
Factor
Bps
frozen
hub
Id
is
Borrowable
is
Collateralizable
liquidation
Threshold
Bps
paused
spoke
Id
supply
Apy
utilization
Properties
asset
asset
:
string
available
Liquidity
Short
availableLiquidityShort
:
number
borrow
Apy
borrowApy
:
number
collateral
Factor
Bps
collateralFactorBps
:
number
frozen
frozen
:
boolean
hub
Id
hubId
:
number
is
Borrowable
isBorrowable
:
boolean
is
Collateralizable
isCollateralizable
:
boolean
liquidation
Threshold
Bps
liquidationThresholdBps
:
number
paused
paused
:
boolean
spoke
Id
spokeId
:
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
collateral
Factor
Bps
frozen
hub
Id
is
Borrowable
is
Collateralizable
liquidation
Threshold
Bps
paused
spoke
Id
supply
Apy
utilization
@xoxno/sdk-js
Loading...
One reserve row within a spoke (risk truth joined with hub liquidity).