1.8 KiB
1.8 KiB
deribit
backend ------------------pretty good liquidity crypto derivatives, uses custom json rpc over ws for client methods, then cryptofeed for data streams.
status
- supports option charts
- no order support yet
config
In order to get order mode support your brokers.toml
needs to have something like the following:
[deribit]
key_id = 'XXXXXXXX'
key_secret = 'Xx_XxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXx'
To obtain an api id and secret you need to create an account, which can be a real market account over at:
- deribit.com (requires KYC for deposit address)
Or a testnet account over at:
- test.deribit.com
For testnet once the account is created here is how you deposit fake crypto to try it out:
- Go to Wallet:

- Then click on the elipsis menu and select deposit

- This will take you to the deposit address page

4) After clicking generate you should see the address, copy it and go to the [coin faucet](https://test.deribit.com/dericoin/BTC/deposit) and send fake coins to that address.

- Back in the deposit address page you should see the deposit in your history
