/crypto-exchange-code-samples

This is a collection of simple asynchronous RESToverHTTP and JSON-RPCoverWebSocket examples of how to interact with a few Crypto Exchanges.

Primary LanguagePython

This is a collection of simple asynchronous RESToverHTTP and JSON-RPCoverWebSocket examples of how to interact with a few Crypto Exchanges.

All examples have been written using Python 3.9.

Supported Exchanges:

  • Deribit
  • FTX
  • BYB

Available Examples:

Deribit

  • RESToverHTTP [GET] Unauthenticated Example
  • RESToverHTTP [GET] Authenticated Example
  • RESToverHTTP [POST] Authenticated Example
  • JSON-RPCoverWebSocket Authenticated + Heartbeat + Subscribe Example

FTX

  • RESToverHTTP [GET] Unauthenticated Example
  • RESToverHTTP [GET] Authenticated Example
  • RESToverHTTP [POST] Authenticated Example
  • JSON-RPCoverWebSocket Authenticated + Heartbeat + Subscribe Example

Bybit

  • RESToverHTTP [GET] Unauthenticated Example
  • JSON-RPCoverWebSocket Unauthenticated + Heartbeat + Subscribe Example

Contact

Elliot Parker