@xoxno/sdk-js
Preparing search index...
sdk
StellarAccountPosition
Interface StellarAccountPosition
One account's position in one reserve.
interface
StellarAccountPosition
{
accountId
:
string
;
asset
:
string
;
borrowIndexRay
:
string
|
null
;
borrowScaledRay
:
string
;
entryLiquidationBonusBps
:
number
;
entryLiquidationFeesBps
:
number
;
entryLiquidationThresholdBps
:
number
;
entryLtvBps
:
number
;
hubId
:
number
;
initialPaymentMultiplier
:
StellarInitialPaymentMultiplier
|
null
;
ledger
:
number
;
owner
:
string
;
positionMode
:
number
;
spokeId
:
number
;
supplyIndexRay
:
string
|
null
;
supplyScaledRay
:
string
;
updatedAt
:
number
;
}
Index
Properties
account
Id
asset
borrow
Index
Ray
borrow
Scaled
Ray
entry
Liquidation
Bonus
Bps
entry
Liquidation
Fees
Bps
entry
Liquidation
Threshold
Bps
entry
Ltv
Bps
hub
Id
initial
Payment
Multiplier
ledger
owner
position
Mode
spoke
Id
supply
Index
Ray
supply
Scaled
Ray
updated
At
Properties
account
Id
accountId
:
string
asset
asset
:
string
borrow
Index
Ray
borrowIndexRay
:
string
|
null
borrow
Scaled
Ray
borrowScaledRay
:
string
entry
Liquidation
Bonus
Bps
entryLiquidationBonusBps
:
number
entry
Liquidation
Fees
Bps
entryLiquidationFeesBps
:
number
entry
Liquidation
Threshold
Bps
entryLiquidationThresholdBps
:
number
entry
Ltv
Bps
entryLtvBps
:
number
hub
Id
hubId
:
number
initial
Payment
Multiplier
initialPaymentMultiplier
:
StellarInitialPaymentMultiplier
|
null
ledger
ledger
:
number
owner
owner
:
string
position
Mode
positionMode
:
number
spoke
Id
spokeId
:
number
supply
Index
Ray
supplyIndexRay
:
string
|
null
supply
Scaled
Ray
supplyScaledRay
:
string
updated
At
updatedAt
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
asset
borrow
Index
Ray
borrow
Scaled
Ray
entry
Liquidation
Bonus
Bps
entry
Liquidation
Fees
Bps
entry
Liquidation
Threshold
Bps
entry
Ltv
Bps
hub
Id
initial
Payment
Multiplier
ledger
owner
position
Mode
spoke
Id
supply
Index
Ray
supply
Scaled
Ray
updated
At
@xoxno/sdk-js
Loading...
One account's position in one reserve.