Deribit-Option-Data
Deribit-Option-Data copied to clipboard
How to pass query params in the request?
I want to change my query params to this one below
{
"tick_size": 0.0001,
"taker_commission": 0.0005,
"strike": 31500,
"settlement_period": "week",
"quote_currency": "USD",
"option_type": "put",
"min_trade_amount": 0.01,
"maker_commission": 0.0001,
"kind": "option",
"is_active": true,
"instrument_name": "BTC-12FEB21-31500-P",
"expiration_timestamp": 1613116800000,
"creation_timestamp": 1611658131000,
"contract_size": 1,
"block_trade_commission": 0.00015,
"base_currency": "BTC"
}
from the default, how can I achieve this?