Preparing search index...
The search index is not available
Vertex Typescript SDK Documentation
Documentation
Vertex Contracts
SpotMarket
Interface SpotMarket
Spot market with spot product info
interface
SpotMarket
{
productId
:
number
;
minSize
:
BigNumber
;
priceIncrement
:
BigNumber
;
sizeIncrement
:
BigNumber
;
type
:
SPOT
;
product
:
SpotProduct
;
}
Hierarchy (
view full
)
Market
SpotMarket
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
:
SPOT
product
product
:
SpotProduct
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
product
Id
min
Size
price
Increment
size
Increment
type
product
Documentation
Loading...
Spot market with spot product info