Nado Typescript SDK Documentation
Preparing search index...
Nado 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 Summary
)
Market
SpotMarket
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
:
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