Nado Typescript SDK Documentation
Preparing search index...
Nado Contracts
PerpProduct
Interface PerpProduct
Represents a product stored in PerpEngine
interface
PerpProduct
{
productId
:
number
;
oraclePrice
:
BigNumber
;
longWeightInitial
:
BigNumber
;
shortWeightInitial
:
BigNumber
;
longWeightMaintenance
:
BigNumber
;
shortWeightMaintenance
:
BigNumber
;
type
:
PERP
;
openInterest
:
BigNumber
;
cumulativeFundingLong
:
BigNumber
;
cumulativeFundingShort
:
BigNumber
;
}
Hierarchy (
View Summary
)
BaseProduct
PerpProduct
Index
Properties
product
Id
oracle
Price
long
Weight
Initial
short
Weight
Initial
long
Weight
Maintenance
short
Weight
Maintenance
type
open
Interest
cumulative
Funding
Long
cumulative
Funding
Short
Properties
product
Id
productId
:
number
oracle
Price
oraclePrice
:
BigNumber
long
Weight
Initial
longWeightInitial
:
BigNumber
short
Weight
Initial
shortWeightInitial
:
BigNumber
long
Weight
Maintenance
longWeightMaintenance
:
BigNumber
short
Weight
Maintenance
shortWeightMaintenance
:
BigNumber
type
type
:
PERP
open
Interest
openInterest
:
BigNumber
cumulative
Funding
Long
cumulativeFundingLong
:
BigNumber
cumulative
Funding
Short
cumulativeFundingShort
:
BigNumber
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
product
Id
oracle
Price
long
Weight
Initial
short
Weight
Initial
long
Weight
Maintenance
short
Weight
Maintenance
type
open
Interest
cumulative
Funding
Long
cumulative
Funding
Short
Documentation
Loading...
Represents a product stored in PerpEngine