Preparing search index...
The search index is not available
Vertex Typescript SDK Documentation
Documentation
Vertex 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 full
)
Market
PerpMarket
Index
Properties
product
Id
min
Size
price
Increment
size
Increment
type
product
Properties
product
Id
product
Id
:
number
min
Size
min
Size
:
BigNumber
price
Increment
price
Increment
:
BigNumber
size
Increment
size
Increment
:
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