Deribit-Option-Data
Deribit-Option-Data copied to clipboard
Download Cryptocurrency Option Data from Deribit via public API and stored data in a remote Ubuntu server in an SQLite database.
Results
1
Deribit-Option-Data issues
Sort by
recently updated
recently updated
newest added
I want to change my query params to this one below ```json { "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":...