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`"]
Login:
| In[1]:= |
| Out[1]= | ![]() |
Saved creds:
| In[2]:= |
| Out[2]= | ![]() |
Get list of crypto exchanges:
| In[3]:= |
| Out[3]= | ![]() |
List of markets:
| In[4]:= |
| Out[4]= | ![]() |
Token:
| In[5]:= |
| Out[5]= | ![]() |
Order book:
| In[6]:= | ![]() |
| Out[6]= |
Create connection using login and password for authorization:
| In[7]:= | ![]() |
Subscribe to AggregateOHLCV events:
| In[8]:= |
Acknowledgment:

Subscribe to Pricing events:
| In[9]:= |
Results are collecting to the Data property:
| In[10]:= |
| Out[10]= | ![]() |
Printed by custom handler (here is Print):

Wolfram Language Version 14