API Reference

Return details for a specific product.

Method: "product.get"

Params:

{
  symbol: string
}

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  
}