getProducts
Returns a list of available products (underlying symbols) that can be entered via the Block/ECRP reporting system.
| Parameter | Required | Description |
|---|---|---|
| Command | Y | getProducts |
| Product_type | Y | Default is "fut" (to trade Futures products). Must send "futo" to trade Options on Futures products. |
Example Response
{
"code": "200",
"msg": "",
"data": [
"IBHY",
"IBIG",
"VU",
"VX"
]
}




