Greeks.live Block Trade Deribit API V2.1
Greeks.live Block Trading System provides two API access methods:
1.JSON-RPC over Websocket;
2.JSON-RPC over HTTP(Post method is used where the requested data are placed in the request body).
Testing Environment:
The connection URL of Websocket is: wss://testblocktrade.greeks.live/deribit/ws/
The HTTP requested URL is: https://testblocktrade.greeks.live/deribit/api/v2/
Production Environment:
The connection URL of Websocket is: wss://blocktrade.greeks.live/deribit/ws/
The HTTP requested URL is: https://blocktrade.greeks.live/deribit/api/v2/
Last updated