KirillBelov/ExchangeLink

(1.0.5) current version: 1.0.9 »

Rest API and WebSocket clients for different crypto currency exchanges

Contributed by: Kirill Belov

Installation Instructions

To install this paclet in your Wolfram Language environment, evaluate this code:
PacletInstall["KirillBelov/ExchangeLink"]

Examples

Basic usage

Import the package:

In[1]:=
<< KirillBelov`ExchangeLink`

Setup your settings:

In[2]:=
$ExchangeLinkSettings["Binance", "Endpoint"] = "https://api.binance.com"; 
$ExchangeLinkSettings["Binance", "WebSocketEndpoint"] = "wss://stream.binance.com:9443"; 
$ExchangeLinkSettings["Binance", "APIKey"] = "fbxnF41lqUSHqUHhVmvzRZfibvV0MD6jsepjuUAywI0mxKtGGe7PalqfvTR1Ct1b"; 
$ExchangeLinkSettings["Binance", "SecretKey"] = "AaLg0W3mw2LgR4GeEz8TDETGYhaDrWy6KrnYnIhVZkYfMYL9X3zueVxA9mFhfFLw";

Publisher

Kirill Belov

Disclosures

Compatibility

Wolfram Language Version 13.0

Version History

  • 1.0.9 – 04 April 2023
  • 1.0.8 – 15 January 2023
  • 1.0.7 – 14 January 2023
  • 1.0.6 – 13 January 2023
  • 1.0.5 – 09 January 2023
  • 1.0.4 – 08 December 2022
  • 1.0.3 – 07 December 2022
  • 1.0.2 – 07 December 2022
  • 1.0.1 – 07 December 2022
  • 1.0.0 – 06 December 2022

License Information

MIT License

Paclet Source

Source Metadata

See Also