To connect to poloniex API.
Download and put in your ASDF path, quicklisps local-projects folders is great for that.
(ql:quickload 'osicat)
(carola:set-api-key your_key_here)
(carola:set-secret_secret_here)
(ql:quickload :carola)
- Implement the rest of the methods.
- Implement optional arguments.
- Generate documentation from code.
- Implement failure management.