piker/piker/brokers/deribit
Nelson Torres 376ea72dda `deribit.feed`: fix "trade" event streaming
The main change needed to make `piker.data.feed._FeedsBus` work was
to correctly format the `'trade'` msgs with the (new schema) expected
`'ticks': list[dict]` field which,
- we compute the `piker` quote-msg-`dict` from the (now directly proxied through)
  `cryptofeed.types.Trade`'s fields inside the body of `stream_quotes()`.
- similarly, move the `'l1'` msg processing, **out of** the `asyncio`-side
  `_l1()` callback (defined as a closure in `.api.aio_price_feed_relay()`
  and passed to the `cryptofeed.FeedHandler`) and instead mod the
  callback to simply pass through the `.types.L1Book` ref directly to
  the `piker`/`trio` side task for conversion.

In support of all that,
- mask-to-drop the alt-branch to wait on a first rt event when the
  `cryptofeed.LastTradesResult.trades: list[Trade]` is empty; doesn't
  seem like this ever even happens?
- add a buncha typing, comments and doc-strs to the routines in
  `.deribit.api` including notes on where we can choose to mod the
  `.bs_fqme` for our eventually preferred `piker` style format.
- simplify some nested `@acm` enters to the new single `async with
  <tuple>)` style.
- be particularly pedantic about typing
  `tractor.to_asyncio.LinkedTaskChannel`
- bit of pep8 line-spacing fixes in `.venues`.
2025-01-29 23:50:48 +00:00
..
assets Add README.rst and brokers.toml section in config example 2022-08-24 18:09:35 -03:00
README.rst Fix link 2022-08-25 09:22:15 -03:00
__init__.py Deribit's feed fix 2025-01-29 19:24:57 -03:00
api.py `deribit.feed`: fix "trade" event streaming 2025-01-29 23:50:48 +00:00
feed.py `deribit.feed`: fix "trade" event streaming 2025-01-29 23:50:48 +00:00
venues.py `deribit.feed`: fix "trade" event streaming 2025-01-29 23:50:48 +00:00

README.rst

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:

  1. Go to Wallet:
  1. Then click on the elipsis menu and select deposit
  1. 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 and send fake coins to that address.

  1. Back in the deposit address page you should see the deposit in your history