Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Wolfram Language client for WAEX API
Contributed by: Kirill Belov
Wolfram Language client to Wolfram Cryptocurrency Database.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["KirillBelov/WAEXLink"]
To load the code after installation, evaluate this code:
Needs["KirillBelov`WAEXLink`"]
Get list of crypto exchanges:
In[1]:= | ![]() |
Out[1]= | ![]() |
List of markets:
In[2]:= | ![]() |
Out[2]= | ![]() |
Token:
In[3]:= | ![]() |
Out[3]= | ![]() |
Order book:
In[4]:= | ![]() |
Out[4]= | ![]() |
Create connection using login and password for authorization:
In[5]:= | ![]() |
Subscribe to AggregateOHLCV events:
In[6]:= | ![]() |
Acknowledgment:
Subscribe to Pricing events:
In[7]:= | ![]() |
Results are collecting to the Data property:
In[8]:= | ![]() |
Out[8]= | ![]() |
Printed by custom handler (here is Print):
Wolfram Language Version 14