@xoxno/sdk-js
Preparing search index...
sdk
StellarMarketGraphPoint
Interface StellarMarketGraphPoint
One binned market-snapshot point for a graph series.
interface
StellarMarketGraphPoint
{
availableLiquidityUsd
:
number
;
borrowApy
:
number
;
hubId
:
number
;
spokeId
:
number
|
null
;
supplyApy
:
number
;
timestamp
:
string
;
token
:
string
;
totalBorrowsUsd
:
number
;
totalDepositsUsd
:
number
;
usdPrice
:
number
;
utilization
:
number
;
}
Index
Properties
available
Liquidity
Usd
borrow
Apy
hub
Id
spoke
Id
supply
Apy
timestamp
token
total
Borrows
Usd
total
Deposits
Usd
usd
Price
utilization
Properties
available
Liquidity
Usd
availableLiquidityUsd
:
number
borrow
Apy
borrowApy
:
number
hub
Id
hubId
:
number
spoke
Id
spokeId
:
number
|
null
supply
Apy
supplyApy
:
number
timestamp
timestamp
:
string
token
token
:
string
total
Borrows
Usd
totalBorrowsUsd
:
number
total
Deposits
Usd
totalDepositsUsd
:
number
usd
Price
usdPrice
:
number
utilization
utilization
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
available
Liquidity
Usd
borrow
Apy
hub
Id
spoke
Id
supply
Apy
timestamp
token
total
Borrows
Usd
total
Deposits
Usd
usd
Price
utilization
@xoxno/sdk-js
Loading...
One binned market-snapshot point for a graph series.