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