Nado Typescript SDK Documentation
Preparing search index...
Nado Contracts
PerpMarket
Interface PerpMarket
Perp market with perp product info
interface
PerpMarket
{
productId
:
number
;
minSize
:
BigNumber
;
priceIncrement
:
BigNumber
;
sizeIncrement
:
BigNumber
;
type
:
PERP
;
product
:
PerpProduct
;
}
Hierarchy (
View Summary
)
Market
PerpMarket
Index
Properties
product
Id
min
Size
price
Increment
size
Increment
type
product
Properties
product
Id
productId
:
number
min
Size
minSize
:
BigNumber
price
Increment
priceIncrement
:
BigNumber
size
Increment
sizeIncrement
:
BigNumber
type
type
:
PERP
product
product
:
PerpProduct
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
product
Id
min
Size
price
Increment
size
Increment
type
product
Documentation
Loading...
Perp market with perp product info