API Reference

Method: "product.list"

Params: None

Result

[
  {
    id:            uint32,
    type:          string,
    symbol:        string, 
    oracleTicker:  string, 
    active:        bool,   
    minQuantity:   string, 
    maxQuantity:   string, 
    increment:     string, 
    baseAsset:     string, 
    quoteAsset:    string, 
    takerFee:      string, 
    makerFee:      string,
    isMakerRebate: bool  
	},
  {
    // ...
  }
]