Get Combo IDs
Method: public/get_combo_ids
Parameters
| Parameter |
Type |
Required |
Description |
| currency |
string |
true |
Currency. Options: BTC, ETH, USDC, USDT, EURR |
| status |
string |
false |
Combo state, if not provided combos of all states are considered. Options: active, inactive |
Request Example
{
"rid": 1006,
"method": "public/get_combo_ids",
"params": {
"currency": "BTC"
}
}
Response
| Name |
Type |
Description |
| result |
array of string |
Array of combo IDs |
Response Example
{
"rid": 1001,
"result": [
"BTC-BOX-26DEC25-60000_120000",
"BTC-BOX-26DEC25-60000_160000",
"BTC-CBUT-27MAR26-20000_30000_40000",
"BTC-CBUT111-17OCT25-85000_98000_107000"
]
}