SpotProduct
No description
type SpotProduct {
baseAsset: Asset!
quoteAsset: Asset!
name: String!
}
Fields
SpotProduct.baseAsset
● Asset!
non-null object
Underlying base asset for the spot product
SpotProduct.quoteAsset
● Asset!
non-null object
Underlying quote asset for the spot product
SpotProduct.name
● String!
non-null scalar
Name of the instrument
Implemented by
ProductConfiguration
union