Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 459 Bytes

README.rst

File metadata and controls

18 lines (13 loc) · 459 Bytes

API Client from Deribit API version 2

API client for 'Deribit API version 2.

Simple example:

import RestClient
client = RestClient("KEY", "SECRET")
client.index()
client.getorderbook('BTC-PERPETUAL',10)
client.getinstruments('BTC','future')
client.getcurrencies()
client.gettradesbycurrency('BTC',10)
client.getindex('BTC')