Skip to content

vincent7q/deribit-api-python-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Client for Deribit python REST version 2

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')

API - REST Client

RestClient(key, secret, url)

Constructor creates new REST client.

Parameters

Name Type Decription
key string Optional, Access Key needed to access Private functions
secret string Optional, Access Secret needed to access Private functions
url string Optional, server URL, default: https://www.deribit.com

Methods

                                                         |

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages